@charset "utf-8";
/* CSS Document */

html {overflow-x: hidden;}
/* RESET */
body{
	   font-family:Arial, Helvetica, sans-serif;
       margin:0; padding:0;
       border:0px;
	   margin-top:10px;
	   margin-bottom:10px;
	   background-color:#517c8a;
	   font-size:12px;
}

div, h1, h2, p, form, label, input, textarea, img, span, table{
       margin:0; padding:0;
       border:0px;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:12px;
	   color:#000000;
}

h1{
	text-transform:uppercase;
}

/*TEMPLATE*/
#container{
margin-left:auto;
margin-right:auto;
width:957px;
position:relative;
background:url(images/bg.jpg) no-repeat;
height:auto;
height:846px;
}

#header{
width:944px;
}
#minimenu{
	background:url(images/head_bottom.gif) no-repeat;
width:919px;
height:90px;
padding-left:25px;
}

#content{
	margin-top:15px;
}
#col1{
	width:265px;
	float:left;
	background:url(images/col1.jpg) no-repeat;
	padding:20px;
	padding-right:30px;
	padding-top:50px;
	height:285px;
}

#col1 p{
	margin:0px;
}
#col2{
	width:263px;
	float:left;
	background:url(images/col2.jpg) no-repeat;
	padding:20px;
	padding-right:30px;
	padding-top:20px;
	height:324px;
}
#col3{
	width:259px;
	float:left;
	background:url(images/col3.jpg) no-repeat;
	padding:20px;
	padding-right:30px;
	padding-top:10px;
	height:335px;
}

#col3 h1, #col3 p, #col3 a:link, #col3 a:visited, #col3 a:hover{
	color:#FFFFFF;
}


a:link, a:hover, a:visited{
	color:#000000;
}

#footer{
width:944px;
text-align:center;
padding-bottom:20px;

}

#footer h2{
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;
}

#addsense{
	width:728px;
	height:90px;
	margin:auto;
}