@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFF;

}

#container{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #092869;
}

#heading{
	background-image:url(../images/heading_bg.jpg);
	background-repeat:no-repeat;
	width:650px;
	height:120px;
}

#content{
	background-image:url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-color:#F2F4F7;
	width:526px;
	float:left;
	padding-left:15px;
	padding-right:15px;
}

.headline{
	color:#000084;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	border-bottom: 2px solid #FECB4A;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
