/* 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:0;padding:0;}table{
	border-collapse:collapse;
	border-spacing:0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}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:13px/1.231 arial,helvetica,clean,sans-serif;}table{
	font-size:inherit;
	font-size:100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}pre,code,kbd,samp,tt{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:#A1E062
}

#wrapcontainer {
	width:1000px;
	text-align:center;
	margin:0 auto;
	background:url(images/gradient_repeat.jpg);
	background-repeat: repeat-y;
	}
	
#wrap {
	width:1000px;
	text-align:center;
	margin:0 auto;
	background:url(images/bg.jpg);
	background-repeat: no-repeat;

}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}

/* header */
#header { position:relative;height:260px;
}

#logo {
	position:absolute;
	top:49px;
	right:105px;
	width: 404px;
	background-color: #79B7F0;
}
#logo h1 {
	font-size:34px;
	color:#fff
}
#logo div {
	padding-left:100px
	}
#nav {
	position:absolute;
	top:183px;
	left:505px;
	background:url(images/nav.jpg);
	width:444px;
	height:46px;
	line-height:46px;
	padding: 0 0 0 30px
}
#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:6px
}
#text p img {float:left; padding:0 20px 0 0}
#text a {
	color: #6200A4
}

#col {
	width:300px;
	backgroud-repeat: repeat-y;
	width: 530px;
	height:118px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/col.jpg);
	background-repeat: repeat-y;
}

#col div {
	width: 200px;
	display:inline;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
#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:53px;
	width:680px;
	margin-left:120px;
	left: 9px;
}
.ftlink {width:500px;}
