* { 
	margin: 0px; 
	padding: 0px; 
}
body {
	text-align: center;
	background: #2d2000;
}

#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: url(gfx/bg_wrapper.jpg) repeat-y;
	text-align: left;
}

#header {
	height: 300px;
	background: url(gfx/bg_header.jpg) no-repeat;
}

#navigation {
	position: absolute;
	left: 22px;
	top: 91px;
}

#video {
	position: absolute;
	left: 570px;
	top: 76px;
}

#content {
	background: url(gfx/bg_content.jpg) no-repeat;
}
html>body #content {
	height: auto;
}

#column {
	width: 750px;
	margin: 0 0 0 25px;
}

#colleft {
	float: left;
}

#footer {
	background: url(gfx/bg_footer.jpg) no-repeat;
	height: 133px;
}

#valid {
	float: right;
	margin: 80px 10px 0 0;
}

#linkfooter {
	padding: 5px 0 20px 0;
	width: 800px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 0.8em;
	background-color: #2d2000;
}
#linkfooter a, #linkfooter { 
	color: #fff;
	text-decoration: none;
	background-color: #2d2000;
}
#linkfooter a:hover { 
	color: #777;
	text-decoration: none;
	background-color: #2d2000;
}

/* Settings */

p {
	line-height: 1.23em;
	margin: 0;
}
br {
	line-height: 1.23em;
	margin: 0;
}

.floatleft {
	float: left;
	clear: left;
	margin: 0 5px 3px 0;
}
.floatright {
	float: right;
	clear: right;
	margin: 0 0 3px 5px;
}

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

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

img {
	border: 0;
}
input {
	margin-bottom: 5px;
}
textarea {
	margin-bottom: 5px;
}

/* Typography  */

body {
	font-size: 0.70em;
	color: #f0f0f0;
	line-height: 1.23em;
}
body, h1, h2, h3, h4, h5, h6, p, input, textarea, select, option, ul#menu, ul#menu ul, ul#menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0 0 5px 0;
	line-height: 1.3em;
}
h1 {
	font-size: 1.1em;
}
h2,h3,h4,h5,h6 {
	font-size: 1em;
}