/* CSS Document */
/*=========================General=======================*/

body{
	padding:0;
	margin:0 auto;
	background:url(images/main_bg1.gif) repeat;
}

table, td, tr, p, h1, h2, h3, h4, h5, form, input, select, li{
	padding:0;
	margin:0 auto;
}

ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

a{
	text-decoration:none;
	outline:none;
}

img{
	padding:0;
	margin:0;
	border:none;
	/*display:block;*/
}

.spacer{
	clear:both;
	line-height:0;
	font-size:0;
	}
	
/*========================= General =======================*/
.container{
	background:url(images/main_bg.gif) repeat-y ;
}
.banner{
	background:url(images/banner.gif) no-repeat;
	height:275px;
}
.logo{
	padding:0 0 0 319px;
}
h2{
	font:normal 18px/21px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:10px 0 10px 0;
}
p{
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#505050;
}
.form_mid{
	background:url(images/form_mid.gif) repeat-y;
	height:500px;
}


.footer{
	background-color:#1A5A0B;
	height:72px;
}

