﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
h1 img {
	display: block;
}
img {
	border-style: none;
	border-color: inherit;
	border-width: 0;

}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
li{ margin-left:20px;}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #7bddfd url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	color: #575757;
	line-height:1.6;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 788px;
	position: relative;
}
#header{
	 background: url(images/header.jpg) no-repeat 268px top;
 	 height: 108px;
}
#header h1{
 	background: url(images/logo.jpg) no-repeat;
	height:108px;
	width:268px;
	float:left;
	text-indent:-9999px;
 }
/** Right **/
#nav {
	margin:0;
	height:20px;
	float:right;
	margin-top:20px;
	
}
#nav li {
 float: left;
 border-right: 1px solid #7bddfd;
 padding: 0 9px 0 9px;
 list-style: none;
 margin-left:0px;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
}
#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 268px;
}

#main-body{ 
	width:520px;
	float:right;
	background: url(images/body_bg.jpg) repeat-y left top;
	overflow:hidden;
	}
#main-body h2{ font-size:24px; margin-bottom:10px; border-bottom:#666666 solid 1px; }
#main-body .body{
	width:470px;
	padding:20px 30px 20px 20px;
	float:right;
	background:url(images/body_top.jpg) no-repeat left top;
}
#main-body .bottom{
	width:100%;
	background: url(images/body_hr.jpg) no-repeat  left top;
	height:23px;
	float:right;
}
#main-body .bottom{
	width:100%;
	background: url(images/body_hr.jpg) no-repeat left top;
	height:28px;
}
#bottom{
	background:url(images/footer_bg.jpg) repeat-y left top;
	width:520px;
	float:right;
}
#bottom .body{
	width:470px;
	padding:0 10px 0 5px;
}
#bottom .bottom{
	background: url(images/body_bot.jpg) no-repeat left top;
	left:10px;
	height:14px;
}
#slide{
	background:url(images/logo-08.jpg) no-repeat left top;
	width:268px;
	float:left;
	min-height:555px;
	text-align:right;
	}
#copyright {
 color: white;
 float:right;
 width:500px;
 padding:2px; 
}
#copyright p {
}


#footer{
	width:520px;
	float:right;
}

.image{padding:5px; margin:3px; border:#eee solid 1px; display:block; float:left;}

#banner{ 
	padding:0 10px;
	width:480px;

 }
#banner a{padding:0; margin:0;}
.banner{
	border:#999 solid 1px; 
	background-color:#CCC; 
	height:110px; 
	width:110px; 
	text-align:center;
	float:left;
	margin:3px; padding:0;}
