body {
	font-family:Arial, Helvetica, sans-serif;
}

.header {
	width:900px;
	height:60px;
	background-image:url(images/header.jpg);
}

.header_ng {
	width:900px;
	height:60px;
	background-image:url(images/header_ng.jpg);
}

.main_menu {
	margin-left:470px;
	margin-top:38px;
}

.main_menu a{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-style:italic;
}

.content {
	width:870px;
	background-color:#FFFFFF;
	background-image:url(images/content_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:2px;
	padding:15px;
}

.footer {
	width:900px;
	height:28px;
	background-image:url(images/footer_bg.jpg);
}

.footer_text {
	margin-top:5px;
	font-size:10px;
	color:#333333
}