html, body, main {
	font-family: "Century Gothic", "Monotype Corsiva", Verdana, sans-serif;
	color: #E6E6E6;
	font-size:12px;
	text-decoration:none;
	overflow: auto;
	margin: 0px;
	padding: 0px 0px 0px;
}

body {
	background-color:#000000;
}

div {
	overflow:hidden;
}
.header {
	background-image: url(../header.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	height: 201px;
	width: 765px;
}

.navigation {
	width: 745px;
	height: 21px;
	top: 141px;
	position:relative;
	text-align:center;
	overflow:hidden;
}

.main {
	background-image:url(../background.jpg);
	background-repeat: repeat;
	width: 745px;
	height:auto;
	position:relative;
}

.divider {
	text-align:center;
}

.title {color: #A4A4A4;
	font-size: 18px;
}

.title2 { color:#585858;
	font-size: 15px;
}

.intro {
	font-size: 13px;
}

.text {
	width: 600px;
	text-decoration:none;
	padding: none;
	font-family:"Century Gothic", "Monotype Corsiva", Verdana, sans-serif;
	font-size:13px;
	text-align:left;
}

.text2 {
	width: 600px;
	text-decoration:none;
	padding: none;
	font-family:"Century Gothic", "Monotype Corsiva", Verdana, sans-serif;
	font-size:13px;
	text-align:right;
}

.text3 {
	width: 600px;
	height: 200px;
	text-decoration:none;
	padding: none;
	font-family:"Century Gothic", "Monotype Corsiva", Verdana, sans-serif;
	font-size:13px;
	text-align:right;
}

a:link,a:visited,a:active {
	text-decoration:none;
	font-weight: none;
	font-size:13px;
	color: #737373;
	border:none;
}

a:hover {
	text-decoration:none;
	color: #FFFFFF;
    cursor: help;
	border:none;
	margin:0;
	padding:0;
	height: 80px;
}

input,select,textarea,submit
{
	font-size:12px;
	font-family:"Century Gothic", Helvetica, Verdana, sans-serif;
	color: #C0E9EF;
	border:1px #C0E9EF;
	background-color:transparent;
	border-style: solid;
	border-width: 1px;
	width: 200px;
}

.input2
{
	font-size:12px;
	font-family:"Century Gothic", Helvetica, Verdana, sans-serif;
	color: #C0E9EF;
	border:1px #C0E9EF;
	background-color:transparent;
	border-style: solid;
	border-width: 1px;
	width: 30px;
	text-align:center;
}

a.linkopacity img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}