*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


body
{
	background: #678FCA;
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 0px;
	background-image: url(pics/body_background.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font: 11px/20px verdana;
}

#container
{
	padding: 0px;
	width: 720px;
	margin: auto;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-y;
}

#title
{
	width: 100%;
	text-align: center;
}

#footer
{
	padding: 5px 15px 5px 5px;
	height: 30px;
	text-align: center;
	width: 100%;
	background: #A6B8F3;
	color: #fff;
	font: 11px/20px verdana;
}

#footer a
{
	color: #fff;
}


.content
{
	font: 13px/20px verdana;
	text-align: left;
	padding: 15px 25px;
	width: 720px;
	color: #222;
	float: left;
	min-height:450px;
	_height: 450px;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-y;
}


.header
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #597BA3;
	margin-bottom: 10px;
}



#nav ul
{
	padding-left: 0;
	margin: 0;
	background-color: #7DAFF4;
	border-bottom: 0px solid #4066C7;
	color: White;
	font-size: 9px verdana, arial, sans-serif;
	float: left;
	width: 720px;
	height: 45px;
	border: 6px solid #fff;
}


#nav ul li
{
	display: inline;
}


#nav ul li a
{
	padding: 7px 24px 6px 24px;
	background-color: #7DAFF4;
	color: #fff;
	font: 10px/20px verdana;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 6px solid #fff;
}


#nav ul li a:hover
{
	background-color: #6788E7;
}







fieldset
{
	padding: 15px 0px;
	border: 0px;
}
	
fieldset div
{
	margin-top: 10px;
}
	
fieldset div label
{
	float: left;
	width: 100px;
	color: #2C4050;
	font: 10px/20px verdana;
	font-weight: bold;
	text-align: left;
}
	
fieldset input, fieldset textarea, fieldset select
{
	border: 1px solid #B3C3DA;
	background: #fff;
	padding: 4px;
	font: 10px verdana;
	width: 250px;
}
	
fieldset textarea
{
	width: 250px;
	height: 70px;
	overflow: auto;
}
	
fieldset select
{
	padding: 0px;
}


fieldset submit
{
	width: 50px;
}
