body
{
	margin: 0px;
	text-align: center;
	font-family: helvetica, verdana, sans-serif;
	color: #000000;
	background-image:url('../gfx/bckgrnd.jpg');
	background-repeat:repeat;
}

th 
{
	border-bottom: 0px solid #CCC;
	padding: 0 0.8em;
	font: 14px;
}

td 
{
	border-bottom: 0px solid #CCC;
	padding: 0 0.8em;
	font: 13px;
}


div.header
{
	width: 100%;
	text-align: center;
}

div.header img
{
}

div.header div.menuline
{
	float: left;
	margin: 1em;
}

div.header div.menuline a
{
	font-family: verdana;
	text-decoration: none;
	background-color: transparent;
	color: ##0000FF;
	font-size: 0.7em
}

div.header div.menuline a:hover
{
	font-family: verdana;
	text-decoration: underline;
}

div.boxtop
{
	width: 100%;
	margin: 2em auto;
	border: 2px solid ##CC00FF;
	text-align: center;
	float: center;	
	font-size: 0.8em;
	overflow: hidden;
}

div.boxleft
{
	height: 500px;
	width: 50%;
	margin: 2em auto;
	border: 2px solid ##CC00FF;
	text-align: left;
	float: left;	
	font-size: 0.8em;
	overflow: hidden;
}

div.boxmiddle
{
	width: 40%;
	margin: 2em auto;
	border: 2px solid ##CC00FF;
	text-align: center;
	float: center;	
	font-size: 0.8em;
	overflow: hidden;
}

div.boxright
{
	height: 500px;
	width: 50%;
	margin: 2em auto;
	border: 2px solid ##CC00FF;
	text-align: left;
	float: right;	
	font-size: 0.8em;
	overflow: auto;
}

div.boxbottom
{
	width: 100%;
	margin: 2em auto;
	border: 2px solid ##CC00FF;
	text-align: center;
	float: bottom;	
	font-size: 0.8em;
	overflow: hidden;
}

div.box img
{
	width: 275px;
	margin: 0em;
	float: center;
}

div.content
{
	width: 480px;
	margin: 2em auto;
	border: 2px solid ##CC00FF;
	text-align: left;
	float: left;
	font-size: 0.7em;
	overflow: hidden;
}

div.content img
{
	margin: 0em;
	float: center;
}

div.content div.textbox
{
	margin: 0em 20px 0em 190px;
}

div.content div.textbox h1
{
	font-size: 1.5em;
	margin: 1em 0.75em;
	background-color: transparent;
	color: #555555;
}

div.content div.textbox p
{
	margin: 1em;
	background-color: transparent;
	color: #555555;
}
