@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#99ccff;
background-color:#cbdf9f;
}
a:link {
color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}
a:hover, a:visited, a:active {
color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}
img {
border:0;
}
#wrapper {
	width:985px;
	margin:auto;
	background-color:#396582;
}
#content {
	width:985px;
	background-color:#396582;
}
#content_top {
	width:985px;
	background-image:url(../images/body_bg.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#flash {
width:640px;
margin-left:172px;
border-top:#cbdf9f 5px solid;
border-bottom:#cbdf9f 5px solid;
}
#button {
width:147px;
float:right;
margin-top:355px;
margin-right:12px;
}
#footer {
width:985px;
height:60px;
background-color:#396582;
text-align:center;
margin-top:40px;
}
#content_form {
width:600px;
margin:auto;
margin-top:20px;
margin-bottom:20px;
}