body
{
	background-image:url('background.png');
	background-color:#1c1b1b;
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:10pt;
}

table
{
	text-align:center;
}



.tbl_example {
	width:500px;
}

.td_example {
	width:125px;
}

h1
{
	border-bottom:1px solid #1B2506;
}

h2
{
	border-bottom:1px solid #1B2506;
}

a
{
	color:#ffffff;
}

a:hover
{
	color:#0B1002;
}

.menubutton
{
	border:1px solid #0B1002;
	border-top-width:4px;
	border-bottom-width:2px;
	background-color:#455615;
	color:#ffffff;
	padding:5px 10px 5px 10px;
	margin-left:2px;
	margin-right:2px;
	text-decoration:none;
}

.menubutton:hover
{
	background-color:#607225;
	text-decoration:none;
	border-top-width:2px;
	border-bottom-width:4px;
}

#center
{
	border:0px solid black;
	text-align:center;
}

#main
{
	border:0px solid black;
	text-align:left;
	width:521px;
	margin:0 auto;
}

#header
{
	border:0px solid black;
	width:521px;
	height:135px;
	background-image:url('stratagen2.png');
}

#menu
{
	border:0px solid black;
	width:521px;
	padding-top:14px;
	padding-bottom:14px;
	text-align:center;
	/*word-spacing:10px;*/
}

#text
{
	border:1px solid #0B1002;
	border-top-width:10px;
	border-bottom-width:5px;
	width:491px;
	background-color:#607225;
	color:#ffffff;
	padding:15px;
}

#footer
{
	border:0px solid black;
	width:516px;
	text-align:right;
	font-size:9pt;
	color:#888888;
	padding-right:5px;
}

#water
{
	background-image:url('water.png');
	position:absolute;
	left:0px;
	top:5px;
	height:638px;
	width:120px;
}	

#copy 
{
	font-size:9pt;
	font-family:Arial;
	text-align:right;
	width:200px;
	padding-right:5px;
	height:20px;
	color:#888888;
	position:fixed;
	right:0px;
	bottom:0px;
}

.bb	{
	display:block;
	float:left;
	width:521px;
	height:135px;
}