@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	text-align: center;
}

div.container
{
	width:851px;
	line-height:150%;
	vertical-align: middle;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}

div.header-top
{
	color:white;
	clear:left;
	background-image: url(images/logo-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 227px;
	width: 851px;
}

div.header-bot
{
	color:white;
	clear:left;
	background-image: url(images/logo-bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 108px;
	width: 851px;
	padding-bottom: 1em;
}
h1
{
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #D4FC00;
}
.name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #03ADFB;
}


div.content
{
	padding:1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #CCC;
}

div.footer
{
	padding:0.5em;
	color:#666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

div.footer-2
{
	padding:0.5em;
	color:#666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(images/bot-div.jpg);
	height: 27px;
	background-repeat: no-repeat;
	background-position: center center;
}

.contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #D4FC00;
}



a:link {
	color: #CCC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CCC;
}

a:hover {
	text-decoration: underline;
	color: #CCC;
}

a:active {
	text-decoration: none;
	color: #CCC;
}



a.cont:link {
	color: #D4FC00;
	text-decoration: none;
}

a.cont:visited {
	text-decoration: none;
	color: #D4FC00;
}

a.cont:hover {
	text-decoration: underline;
	color: #D4FC00;
}

a.cont:active {
	text-decoration: none;
	color: #D4FC00;
}
