html, body {
	background-color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

a:link {
	text-decoration: none;
	color: #073c78;
}
a:visited {
	text-decoration: none;
	color: #073c78;
}
a:hover {
	text-decoration: none;
	color: #001b39;
}
a:active {
	text-decoration: none;
	color: #073c78;
}
#header{
	width:778px;
	margin:auto;
	text-align:justify;
	overflow:hidden;
}
#header_left{
	width:151px;
	float:left;
}
#header_right{
	width:627px;
	float:right;
	background-image:url(../images/bg_head.png);
	background-repeat:no-repeat;
	height:137px;
}
#header_right_top{
	margin-top:44px;
}
#header_right_bottom{
	margin-top:25px;
	margin-left:137px;
}
#header_right_bottom_big{
	margin-top:25px;
}
#content{
	width:778px;
	margin:auto;
	text-align:justify;
	overflow:hidden;
}
#content_left{
	width:280px;
	float:left;
}
#content_right{
	width:489px;
	float:right;
}
#content_right_big{
	width:625px;
	float:right;
}
#more_information{
	width:778px;
	margin:auto;
	text-align:justify;
	overflow:hidden;
}
#footer{
	width:768px;
	margin:auto;
	overflow:hidden;
	background-image:url(../images/footer_bg.png);
	height:28px;
	text-align:right;
	color:#FFFFFF;
	padding-top:12px;
	padding-right:10px;
}
#footer a:link{
	color:#FFFFFF;
}
#footer a:visited{
	color:#FFFFFF;
}
#footer a:hover{
	color:#FFFFFF;
}
#footer a:active{
	color:#FFFFFF;
}
h1{
	margin:0px;
	font-size:24px;
	font-weight:bold;
	color:#ffab00;
}
h2{
	margin:0px;
	font-size:24px;
	font-weight:bold;
	color:#ffab00;
}
