  
<style>
@charset "utf-8";{}
/* CSS Document */

html{
	overflow: scroll;
}

body{
	background-image: url(../imgs/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #a6c4d1;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

img{
	border: 0;
}

#blank {
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
		
#field1{
	background-image: url(../imgs/bg_forms.png);
	background-repeat: repeat-x;
	border: #DDDDDD 1px solid;
	padding: 3px;
	width: 330px;
}

form{
	margin: 0;
	padding: 0;
}

.error{
	font-size: 14px;
	background-color:#FFCECE;
	border: #000000 1px dotted;
	padding: 10px;
	width: 99%;
	text-align: center;
	margin: 3px 0px 3px 0px;
}

/*---     Body Common Styles     ---*/

#body_wrapper{
	width: 965px;
	margin: 0 auto;
	margin: 0 auto;
}

#body_top{
	background-image: url(../imgs/body_cap_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 6px;
}

#body_bottom{
	background-image: url(../imgs/body_cap_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 6px;
}

#body_main{
	background-image: url(../imgs/body_cap_bg.gif);
	background-repeat: repeat-y;
	padding: 20px;
}

/*---     Header Styles     ---*/

#header{
	background-color: #545353;
	height: 30px;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
}

#header a{
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover{
	text-decoration: underline;
}

#header_wrapper{
	width: 965px;
	margin: 0 auto;
	padding-top: 6px;
}

/*---     Header Styles     ---*/

#main_footer a{
	text-decoration: none;
	color:#FFFFFF;
}

#main_footer a:hover{
	text-decoration: underline;
}

</style>