<style type="text/css">

/* THIS CODE CENTERS EVERYTHING */
body {
	text-align : center;
}
#Container { 
	color : #000000;
	background : #FFFFFF;
	width : 760px;	
	margin : 25px auto;
	text-align : center;
}

/* MENU BARS */
.MenuBar {
	margin : 0px;
	padding : 0;
	list-style : none;
	width : 762px;
	height : 44px;
	font-family : Geneva, Helvetica, Verdana, Arial, Sans-Serif;
	font-size : 14px;
	background:#FFFFFF;
}
.MenuBar li {
	margin : 5px;
	border : 1px solid #B3B3B3;
	padding : 0;
	width : 114px;
	height : 32px;
	float : left;
	line-height : 30px;
	text-align : center;
}
.MenuBar li a {
	display : block;
	width : 112px;
	height : 30px;
	color : #505050;
	text-decoration : none;
/*	border : 1px solid #FFFFFF;*/
}
.MenuBar li a:hover {
	border : 1px solid #000000;
	color : #009696;
}

/* MAIN */
#Main {
	margin : 5px;
	border : 1px solid #B3B3B3;
	padding : 0px;
	width : 744px;
	background : #F8F8F8;
	font-family : Geneva, Helvetica, Verdana, Arial, Sans-Serif;
	text-align : left;
	z-index : 1;
}

/* STANDARD PAGE */
#StandardPage {
	margin : 25px;
	border : 1px solid #B3B3B3;
	padding : 10px;
	width : 600px;
	background : #FDFDFD;
	list-style : none;
	font-size : 14px;
}
#StandardPage h1 { /* TITLE */
	margin : 20px 0px;
	width : 400px;
	font-size : 24px;
	font-weight : lighter;
	color : #009696;
}
#StandardPage h2 { /* AUTHOR */
	margin : 10px 0px 0px;
	font-size : 16px;
	font-weight : lighter;
	color : #009696;
}
#StandardPage a {
	display : block;
	text-decoration : none;
	color : #000000;
}
#StandardPage ol li {
	margin : 10px 0px;
}
#StandardPage ol li span {
	display : none;
}
#StandardPage img {
	margin : 20px;
	border : 1px solid #000000;
	float : right;
}


</style>
