/* CSS Document */

body,td,th {
	font-size: 12pt;
	color: #FFFFCC;
}
body {
	background-color: #000000;
	margin: 0px;
	padding:0;
}
h1 {
	font-size: 200%;
	margin:2px;
	text-align:center;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 110%;
	font-weight:bold;
	text-align:center;
	margin:0;
}
p {
margin:0;
padding-bottom:2px;
}

a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

#col p {text-indent:10px;
text-align:justify;
}

#wrapper {
background-color:#333333;
margin:15px auto;
width:960px;
}

#content {
background-color:#440000;
float:left;
width:705px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
}

#col {
	background-color:#550000;
	float:left;
	overflow:auto;
	width:390px;
	height:450px;
	padding:0 5px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #666666;
}

#rightcol {
float:left;
width:250px;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
padding-left:5px;
}

#image {
float:left;
width:300px;
padding:0;
margin:0;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:65%;
}

#clear {
clear:both;
}

#button {
position:absolute;
background-color:#006600;
padding:0 5px;
bottom:30px;
right:30px;
}