@charset "UTF-8";

body 	{
	background: #333333;
	color: #000000;
	font-family:Century Gothic, Trebuchet MS, verdana, arial, sans serif;
	font-size: 11px;
	line-height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

img	{
	vertical-align: middle;
	border: none; 
	}

a	{
	color: #cccccc;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-style: italic;
	text-decoration: none;
	}

sup	{
	color: #00ff00;
	font-size: 9px;
	}
	
#container  
	{
	margin-left: auto;
	margin-right: auto;
	background: #333333;
	width: 1000px;
	height: 100%;
	}

#content
	{
	position: relative;
	top: 35%;
	margin-left: auto;
	margin-right: auto;
	background: #333333;
	width: 1000px;
	height: 170px;
	}

#pagemenu
	{
	position: relative;
	z-index: 200;
	top: 75px;
	background: #333333;
	float: left;
	width: 150px;
	height: 100%;
	padding-left: 50px;
	}

td	{
	color: #ffffff;
	}

					/* End CSS */