
body {
	padding:				0px;
	margin:					0px;
	background-color:		#555555;
	font:					12px Arial;
}

#page {
	position:				absolute;
	left:					50%;
	width:					950px;
	margin:					0px 0px 0px -475px;
	padding:				0px 0px 10px 0px;
}

#top {
	overflow:				hidden;
	padding:				0px;
	margin:					0px;
	width:					950px;
	height:					270px;
	background:				url(images/top.jpg) 0 0 no-repeat;
}

#menu {
	overflow:				hidden;
	padding:				11px 60px 10px 60px;
	margin:					0px;
	width:					830px;
	height:					17px;
	background:				url(images/menu.gif) 0 0 no-repeat;
	text-align:				center;
	font-size:				14px;
	font-weight:			bold;
	color:					#000000;
}

.menu_item_selected {
	padding:				0px 10px 0px 10px;
	color:					#700000;
}

.menu_item_selected a {
	color:					#700000;
	text-decoration:		none;
}

.menu_item_selected a:hover {
	color:					#A00000;
}

.menu_item_deselected {
	padding:				0px 10px 0px 10px;
}

.menu_item_deselected a {
	color:					#000000;
	text-decoration:		none;
}

.menu_item_deselected a:hover {
	color:					#A00000;
}

#bottom {
	overflow:				hidden;
	padding:				0px;
	margin:					0px;
	width:					950px;
	height:					10px;
	background:				url(images/bottom.gif) 0 0 no-repeat;
}

#content {
	overflow:				hidden;
	padding:				14px 20px 10px 20px;
	margin:					0px;
	width:					910px;
	background:				url(images/content.gif) 0 0 repeat-y;
	color:					#000000;
}

#content h1 {
	margin:					0px 0px 10px 0px;
	text-align:				center;
	font-size:				24px;
	font-weight:			bold;
}

.centerlist {
	text-align:				center;
	font-size:				16px;
	font-weight:			bold;
}

.n1 {
	color:					#CC0000;
}
.n2 {
	color:					#00CC00;
}
.n3 {
	color:					#F3F300;
}
.n4 {
	color:					#0000CC;
}
.n5 {
	color:					#00B3A4;
}
.n6 {
	color:					#CC00CC;
}
.n7 {
	color:					#EEEEEE;
}
.n8 {
	color:					#444444;
}
.n9 {
	color:					#505050;
}
.n0 {
	color:					#000000;
}


.thumb {
	margin-right:			20px;
	border:					2px solid #000000;
}
