﻿/* CSS RESET */
html{color:#000;background:#FFF;}td{margin:0;padding:0;}th{margin:0;padding:0;}blockquote{margin:0;padding:0;}p{margin:0;padding:0;}textarea{margin:0;padding:0;}input{margin:0;padding:0;}legend{margin:0;padding:0;}fieldset{margin:0;padding:0;}form{margin:0;padding:0;}code{margin:0;padding:0;}pre{margin:0;padding:0;}h6{margin:0;padding:0;}h5{margin:0;padding:0;}h4{margin:0;padding:0;}h3{margin:0;padding:0;}h2{margin:0;padding:0;}h1{margin:0;padding:0;}li{margin:0;padding:0;}ol{margin:0;padding:0;}ul{margin:0;padding:0;}dd{margin:0;padding:0;}dt{margin:0;padding:0;}dl{margin:0;padding:0;}div{margin:0;padding:0;}body{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}img{border:0;}fieldset{border:0;}var{font-style:normal;font-weight:normal;}th{font-style:normal;font-weight:normal;}strong{font-style:normal;font-weight:normal;}em{font-style:normal;font-weight:normal;}dfn{font-style:normal;font-weight:normal;}code{font-style:normal;font-weight:normal;}cite{font-style:normal;font-weight:normal;}caption{font-style:normal;font-weight:normal;}address{font-style:normal;font-weight:normal;}li{list-style:none;}th{text-align:left;}caption{text-align:left;}h6{font-size:100%;font-weight:normal;}h5{font-size:100%;font-weight:normal;}h4{font-size:100%;font-weight:normal;}h3{font-size:100%;font-weight:normal;}h2{font-size:100%;font-weight:normal;}h1{font-size:100%;font-weight:normal;}q:after{content:'';}q:before{content:'';}acronym {border:0;font-variant:normal;}abbr {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}select{font-family:inherit;font-size:inherit;font-weight:inherit;}textarea{font-family:inherit;font-size:inherit;font-weight:inherit;}input{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}tt{font-family:monospace;line-height:100%;}
samp{font-family:monospace;line-height:100%;}
kbd{font-family:monospace;line-height:100%;}
code{font-family:monospace;line-height:100%;}
pre{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color:#fff;
}
a {
	text-decoration:none;
		color:#fff
}
a:hover {
	text-decoration: underline;
		color:#2D4F9E
}
#wrap {
	width:1000px;
	text-align:left;
	margin:0 auto;background:url(images/bg.jpg);
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}



/* header */
#header { position:relative;height:260px  }
#logo {position:absolute; top:60px; right:130px}
#logo h1 {
	font-size:34px;
	color:#fff
}
#logo div {
	padding-left:100px
}
#nav { position:absolute; top:180px; left:470px; background:url(images/nav.jpg); width:435px;height:46px; line-height:46px; padding: 0 0 0 40px }
#nav li {float:left;  font-weight:700; width:100px }
#nav a {text-decoration:none; display:block; text-align:center;}
#nav a:hover {background:url(images/nav_hover.jpg) -10px; }
/* content */
#content { }
.main {width:570px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#text {width:530px; }
#text h2 {font-size:30px; padding-bottom:20px}
#text p img {float:left; padding:0 20px 0 0}
#text a { color: #FFFFFF}

#col {margin:50px 0 0 0;width:300px; background:url(images/col.jpg); width: 535px; height:156px ; }

#col div {width: 200px; margin: 20px 0 0 70px; display:inline}
#col .first  {margin: 20px 0 0 50px }
#col li{line-height:20px;}
.side {margin:0 0 0 40px; width:250px;display: inline;}
.side h2 {font-size:22px}
.side li {line-height:20px; list-style:inside disc; color:#FFFFFF; }
.side ul {margin:30px  0 30px 20px}
/* footer */
#footer { background:url(images/ft.jpg); height:133px; position:relative}
#ftinner{ position:absolute; bottom:20px; width:680px; margin-left:120px}
.ftlink {width:500px;}
