body {
	font-family: Nyala, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #bcbcbc;
	margin:0;
	padding:35px 0 0 0;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#main {
	width:1200px;
	margin:auto;
	background-image: url(../images/bg-main-top-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border:0;
	padding:0 0 6px 0;
}
#top {
	background-image: url(../images/bg-main-top-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 6px 15px 0 14px;
}
#logo {
	display: block;
	float: left;
	width: 320px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #FFFFFF;
}
#slogan {
	display:block;
	float:right;
	width:794px;
	padding: 0px 11px 0px 0px;
	border-bottom:1px solid #FFFFFF;
}
#interior {
	
	background-image: url(../images/bg-interior.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width:1200px;
	/*height:300px;*/
}
#mid {
	padding:0 15px 0 14px;
}
#left {
	display:block;
	float:left;
	width:320px;
	padding: 0px 10px 0px 0px;
}
#contact {
	display: block;
	float: left;
	width: 320px;
	padding: 0px 0px 0px 20px;
	font-size: 16px;
}
#right {
	display:block;
	float:right;
	width:794px;
	padding: 0px 11px 0px 0px;
	border-bottom:1px solid #FFFFFF;
}
#maintext {
	display:block;
	float:right;
	width:754px;
	padding:15px 30px 10px 20px;
	line-height:18px;
	font-size: 18px;
}
div#navbar {
	width: 188px;
	display:block;
	float:left;
	padding: 0px 0px 0px 10px;
}
div#navbar ul {
	margin:0;
	padding:0;
}
div#navbar li {
	list-style-type:none;
	display:block;
	float:center;
	width:320px;
	height:35px;
	text-align:right;
	border-bottom:1px solid #FFFFFF;
}
div#navbar li.buttonfirst {
	background-image: url(../images/bg-button-first.gif);
	background-repeat: no-repeat;
}
div#navbar li.button1 {
	background-image: url(../images/bg-button-1.gif);
	background-repeat: no-repeat;
}
div#navbar li.button2 {
	background-image: url(../images/bg-button-2.gif);
	background-repeat: no-repeat;
}
div#navbar li.button3 {
	background-image: url(../images/bg-button-3.gif);
	background-repeat: no-repeat;
}
div#navbar li.button4 {
	background-image: url(../images/bg-button-4.gif);
	background-repeat: no-repeat;
}
div#navbar li.button5 {
	background-image: url(../images/bg-button-5.gif);
	background-repeat: no-repeat;
}
div#navbar li.buttonlast {
	background-image: url(../images/bg-button-last.gif);
	background-repeat: no-repeat;
}
div#navbar li a {
	display:block;
	float:left;
	width:240px;
	height:35px;
	text-decoration: none;
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-family: Nyala, serif;
	font-size: 16px;
	font-weight:bold;
	line-height:35px;
	padding-right:45px;
	background-repeat: no-repeat;
}
div#navbar li a:link {
	color: #FFFFFF;
}
div#navbar li a:visited {
	color: #FFFFFF;
}
div#navbar li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	padding: 0px 0px 0px 0px;
}
h1, h2, h3, h4, h5, h6 { 
	margin: 15px 0;
}
h1 {
	font-family: Nyala;
	font-size: 18px;
	color: #FFFFFF;
	font-weight:bold;
}
p {
	margin: 10px 0;
	font-size: 18px;
}
ul, ol { 
	margin: 15px 0 0 15px;
}
.clear {
	clear:both;
}
a, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#8ac1fa;
	text-decoration:none;
}
#footer {
	font-size: 11px;
	color:#747474;
	text-align:center;
	padding:20px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#747474;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#0000FF;
	text-decoration:underline;
}
#main #interior #mid #maintext {
	text-align: left;
}
.news {
	border-color: white;
	border-width: 2px;
	border-style: solid;
	background-color: #3B6299;
	padding: 25px;
	margin: 25px;
}
#box {
	border-color: white;
	border-width: 2px;
	border-style: solid;
	padding: 25px;
	margin: 10px 25px 10px 10px;
}