* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/img1.jpg) no-repeat center top;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #A8A8A8;
}

h1, h2 {
	color: #000000;
}

h2 {
}

h3 {
	color: #CDCDE2;
	font-weight: bold;
	font-size: large;
	text-transform: uppercase;
}

h4 {
	color: #FFFFFF;
	text-transform: uppercase;
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h5 {
	color: #D9D9D9;
	text-transform: uppercase;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin-left: 2em;
}

ul {
	margin-left: 3em;
}

ul li {
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 li {
	padding: 8px 0;
	background: url(images/img2.gif) repeat-x left top;
}

.list1 .first li {
	background: none;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
	
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Bodytext */

.bodytext {
}

.bodytext .title {
	padding: 5px 0;
}

.bodytext .title h2 {
	text-transform: uppercase;
	font-size: 100%;
	margin: 0 auto;
	padding: 20px;
}

/* Subtext */

#subtext {
	color: #A8A8A8;
	margin-left: 3em;
	display: inline;
}

/* Logo */

#logo {
	width: 700px;
	height: 220px;
	margin: 0 auto;
}

#logo h1 {
	margin: 0;
	padding: 60px 0 0 325px;
	letter-spacing: -2px;
	font-size: 44px;
	font-weight: normal;
}

#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 325px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 15px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}

#extra {
}

/* Content */

#content {
	float: right;
	width: 700px;
	padding: 0 20px;
}

/* Content > Menu */

#menu {
	width: 700px;
	height: 95px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-top: 60px;
	padding-left: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	padding: 16px 30px 0 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #A3A3A3;
}

#menu .first a {
	border: none;
}

#menu .active a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img2.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* Counter */

#counter {
	clear: both;
	width: 660px;
	height: 20px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}