body 
{
	margin:					0px;
	padding:				0px;
	background-color:		#98A2BC;
	text-align:				center;
	font-family:			sans-serif;
	background-image:		url( ../images/background_body.jpg );
	background-position: 	0px 0px;
	background-repeat:		repeat;
}

a {
	color:					black;
	font-weight:			bold;
}

a img {
	border:					0px;
	padding:				0px;
}

#page_content 
{
	width:					950px;
	margin:					0px auto;
	text-align:				left;
}

#overlay_table {
	margin:					0px;
	padding:				0px;
	width:					172px;
	height:					89px;
	position:				absolute;
	top:					68px;
	background-image:		url( ../images/overlay_table.png );
	background-position: 	0px 0px;
	background-repeat:		no-repeat;
}

#top 
{
	margin:					0px;
	padding:				0px;
	height:					94px;
}

#menu 
{
	border-bottom:			1px solid black;
	border-top:				1px solid black;
	background-color:		#4067BE;
	margin:					0px;
	padding:				0px;
	height:					31px;
	text-align:				right;
}

#menu a {
	margin:					0px;
	padding:				0px;
}



	

#menu li:first-child {
	background-image:		none;
}

#menu li a {
	margin:					0px;
	padding:				0px;
	border:					0px;
}

#content
{
	background-image:		url( ../images/background_content.jpg );
	background-position: 	0px 0px;
	background-repeat:		repeat-y;
	padding:				30px 10px 20px 10px;
	min-height:				500px;
}

.menu_div {
	text-align:				center;
	width:					600px;
}

.menu_div ul {
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

.menu_div li {
	margin:					0px;
	padding:				0px;
	margin-bottom:			0.5em;
}

h4 {
	margin-bottom: 			-1em;
}