/* CSS RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}table{
	border-collapse:collapse;
	border-spacing:0;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}fieldset,img{
	border:0;
}address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	cursor: auto;
}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 13px;
	line-height: 1.231;
	padding-left: 0px;
	margin-left: 0px;
}table{
	font-size:inherit;
	font-size:100%;
	background-image: url(images/bgtb.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color:#000;
}
a {

}
a:hover {
	text-decoration: underline;
		color: #CC0000
}
#wrap {
	width:900px;
	text-align:left;
	margin:0 auto;
	background:url(images/bg.jpg);
	left: 0px;
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}


/* header */
#header {
	position:relative;
	height:80px;
	background:url(images/hd.jpg);
}

#logo {
	position:absolute;
	top:49px;
	left:65px;
	width: 334px;
}
#logo h1 {
	font-size:20px;
	color: #3E6773;
	text-decoration: underline;
}
#logo div {
	padding-left:0px
}
#nav {
	position:absolute;
	top:35px;
	left:398px;
	background:url(images/nav.jpg);
	width:451px;
	height:30px;
	line-height:30px;
	padding:0 0 0 20px
}
#nav li {
	float:left;
	font-weight:700;
	width:75px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#nav a {text-decoration:none; display:block; text-align:center; color:#fff}
#nav a:hover {
	color:#000000;
	background-color: #99B9C8;
}
/* content */

.img { margin:0px 0  0 70px }
.main {
	width:900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/box.jpg);
	color:#000;
	left: 100px;
}
#text {
	width: 500px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
#text p {
	margin:0 auto;
	width:420px;
	cursor: auto;
}
#text h2 {
	font-size:16px;
	padding:20px 0 20px 0
}
#text img {margin:10px 0  0 0}
#col {margin:30px 0  10px 65px ;width:300px; background:url(images/col.jpg); width: 419px; height:161px ; }

#col div {width: 150px; margin: 20px 0 0  10px; display:inline}
#col .first  {margin: 20px 30px 0 20px;}
#col li{line-height:20px; list-style:inside disc;color:#9b3535;}
#col a { color:#9b3535; text-decoration:underline;}
.side {
	width:350px;
	display: inline;
}
.side h2 {font-size:22px}
.side li {line-height:20px; list-style:inside disc; color:#9b3535; }
.side ul {margin:20px  0 30px 20px}
#top {margin-top:20px}
/* footer */
#footer { background:url(images/ft.jpg); height:100px; position:relative}
#ftinner{
	position:absolute;
	bottom:52px;
	width:680px;
	margin-left:80px;
	color:#CCCCCC;
	left: -28px;
}
#ftinner a {color:#FFFFFF}
.ftlink {width:500px;}

