@charset "utf-8";
/* CSS Document */

/* RESET */
body{
	   font-family:Arial, Helvetica, sans-serif;
       margin:0; padding:0;
       border:0px;
	   margin-top:0px;
	   background-color:#e2e2e2;
	font-size:12px;
	overflow-x:hidden;
}

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;
}

h1{
	font-family:"Arial Black", Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	font-weight:bold;
}

p{
	font-size:12px;
}


/*TEMPLATE*/
#container{
margin-left:auto;
margin-right:auto;
width:872px;
}

#header{
	background:url(images/header.jpg) no-repeat;
width:872px;
height:318px;
}
#content{
width:872px;
}
#left{
	float:left;
background:url(images/left.jpg) no-repeat #5d8cc2;
	width:269px;
	height:522px;
	padding-top:20px;
}
#right{
	float:left;
	background:url(images/bg_content.jpg);
	width:563px;
	height:542px;
	padding-left:15px;
	padding-right:25px;
	}

#footer{
margin-left:auto;
margin-right:auto;
width:800px;
text-align:center;
margin-top:25px;
}
#footer a{
	font-size:12px;
	color:#FFF;
}
