body{
	background:url(../imgs/bg_layout.jpg) #004262 center top no-repeat;
	font-family:"Arial", "Helvetica", "sans-serif";
	font-size:12px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:1.5;
}
a{
	color:#FF9900;
	text-decoration:none;
}
a:hover{
	color:#990000;
	text-decoration:underline;
}
h2{
	font-size:14px;
	color:#CC0000;
}
#addressPanel{
	color:#FFFFFF;
	width:190px;
	float:left;
	text-align:left;
	font-size:13px;
	line-height:1;
}
#addressPanel a{
	color:#FFFFFF;
	text-decoration:none;
}
#addressPanel a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#contentPanel{
	color:#400000;
	width:445px;
	float:left;
	text-align:left;
}
#footer{
	color:#999999;
	width:445px;
	height:150px;
	float:left;
	text-align:right;
	margin-top:50px;
}
#footer a{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover{
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}
.image{
	border:1px solid #999999;
}