body {
	background-color: #fff;
	background-image: url(../images/background.jpg);
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

#containerouter {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	width: 740px;
	}

#containerinner {
	background-color: #fff
	margin: auto auto;
	position: relative;
	width: 740px;
	}
	
#header {
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	margin: 0 auto 6px auto;
	text-align: left;
	width: 680px;
	}

#header img {
	margin: 30px 0 6px 0;
	}

#content {
	background-color: #fff;
	margin: 0 0 0 140px;
	position: relative;
	text-align: left;
	}

#content.center {
	text-align: center;
	}

#dot {
	text-align: right;
	}

#dot img {
	background-color: #f60;
	margin: 0;
	}

#nav {
	background-color: #f60;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	text-align: left;
	width: 140px;
	}

#nav a, #nav ul{
	color: #fc9;
	font-size: 15px;
	font-weight: bold;
	line-height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

#nav li {
	margin: 10px 10px 0 10px;
	}

#nav a:hover, li.selected {
	color: #fff;
	}

#nav li.selected {
	font-weight: bold;
	}

#footer {
	background-color: #f60;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 140px;
	}

#footer p{
	color: #fc9;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
	}

a {
	color: #f60;
	}

a:hover {
	color: #555;
	}

h1,h2,h3 {
	color: #f60;
	font-weight: bold;
	margin: 0 0 10px 10px;
	}

h1 {
	font-size: 16px;
	}

h1.hometext {
	text-align: center;
	margin: 0 10px 15px 10px;
	}

h2 {
	font-size: 15px;
	}

h3 {
	font-size: 14px;
	}

.withsub {
	margin-bottom: 1px;
	}

img {
	border: none;
	margin: 0;
	}
	
img.home {
	border: none;
	margin: 30px 0 0 0;
	}

img.large {
	margin: 0 0 10px 0;
	}

p {
	margin: 0;
	}

p.contact {
	margin-bottom: 15px;
	}

p.descleft {
	text-align: left;
	}

p.info {
	font-size: 13px;
	margin-bottom: 5px;
	}

ul {
	margin-top: 0;
	margin-bottom: 30px;
	}

ul.hometext {
	text-align: center;
	list-style: none;
	margin: 0 10px 15px 10px;
	padding: 0;
	}

li {
	margin-top: 5px;
	}

.center {
	text-align: center;
	}