@charset "utf-8";
/* CSS Document */

body, html {
	background: #3e3e3e;
	margin: 0px;
	height: 100%;
}

#container {
	background: url(../img/bg.jpg) top repeat-x;
	position: relative;
	height: 100%;
	margin-bottom: 20px;
}

#head {
	background: url(../img/head.jpg);
	width: 883px;
	height: 106px;
	position: relative;
	margin: auto;
}

#top {
	width: 801px;
	height: auto;
	position: relative;
	margin: auto;
	background: #141414;
	padding: 15px 0px 0px 0px;
}

#nav {
	padding-left: 10px;
	height: 30px;
	padding-top: 10px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-right: 15px;
}

#nav a:hover {
	color: #CCCCCC;
}

#content {
	background: #FFFFFF;
	width: 777px;
	border: #000000 2px solid;
	position: relative;
	margin: 2px auto;
	padding: 10px;
}

#content a {
	color: #333333;
}

#content a:hover {
	color: #666666;
}

#content a:visited {
	color: #333333;
}

#content h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#copyright {
	width: 781px;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: relative;
	margin: 2px auto;
	padding: 10px;
	background: #141414;
	color: #FFFFFF;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: 9px;
	font-weight:bold;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: 9px;
}