@import url('base.css');

#cage {
	width: 808px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../../media/images/background_r2_c1.png);
	background-position: top center;
	background-repeat: repeat-y;	
}
#inlay {
	width: 780px;
	margin-left: 14px;
}
#header {
	width: 780px;
	height: 72px;
	background-image: url(../../media/images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#header .searchbox {
	
}
#navigation {
	width: 780px;
	height: 24px;
	background-color: #5A7EA9;
}
#navigation a {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #839EBF;
}
#content {
	width: 750px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer {
	width: 808px;
	height: 32px;
	margin: 0 auto;
	background-image: url(../../media/images/background_r4_c1.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#footer a {
	float: left;
	margin-left: 30px;
	margin-top: 3px;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}
