html {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	background: #15150D url(../img/background.jpg) repeat;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 780px;
	height: auto;
	margin-left: -390px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 778px;
	height: 350px;
	background: #080F16 url(../img/header.png) no-repeat;
	color: #fff;
	border: solid 1px #cccccc;
}

#menu {
	position: relative;
	top: 320px;
	left: 20px;	
	width: 600px;
	height: auto;
}

#content {
	position: relative;
	top: 30px;
	left: 0px;
	width: 738px;
	height: auto;
	background: #fff url(../img/bg_main.png) repeat-x;
	padding: 10px 20px 40px 20px;
	overflow: hidden;
	color: #666;
	line-height: 1.5;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 20px;
	padding: 28px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	background: url(../img/bg_footer.png) left bottom no-repeat;
}

#footer a {
	color: #444;
}

#footer a:hover {
	display: marker;
	background: #666;
	color: #fff;
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #ffcc00;
}

a.menu {
	color: #ffcc00;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
}

a.menu:hover {
	text-decoration: underline;
}

input.text {
	width: 250px;
}

input.submit {
	display: block;
	padding: 3px 3px 3px 3px;
	border: solid 1px #444;
	font-weight: bold;
	color: #666;
	font: normal 1em Verdana,Arial,Geneva,Helvetica;
}

input.submit:hover {
	cursor: pointer;
	background: #ddd;
}

textarea {
	font: normal 1em Verdana,Arial,Geneva,Helvetica;
	color: #666;
	padding: 2px;
	width: 450px;
	height: 250px;
}

h1 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 15px 0px 10px 0px;
	margin: 10px 0px 35px 0px;
	width: 740px;
	border-bottom: #666 1px solid;
}

h2 {
	color: #444;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	color: #444;
	font-size: 13px;
	font-weight: bold;
}

img {
	border: none;
}

img.references {
	border: 2px #ccc solid;
}

img.references:hover {
	border: 2px #555 solid;
}

ul {
	margin: 0;
	padding-left: 15px;
}