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

body {
	background:#000;
	width: 100%;
}

#wrapper {
	width: 577px;
	margin: 0 auto;
	background:url(../images/body_bg.jpg);
}

#content {
	width: 551px;
	padding: 0 13px;
	min-height: 387px;
	color: #efe5d3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#title {
	margin-bottom: 15px;	
}

#nav {
	background:url(../images/bg_nav.jpg);
}

#bodytext {
	margin: 0 20px 20px 20px;	
}

#videobox {
	width: 480px;
	margin: 0 auto;
}

h1 {
margin-bottom: 20px;	
}

p {
	margin-bottom: 1em;
}

p.center {
	text-align:center;
}

p img {
	margin-right: 10px;
}

ol li {
	list-style:decimal;
	list-style-position: inside;
}

a {
	color: #efe5d3;	
}

a:hover {
	color: #ae0a09;
}

#gallery {
	width: 420px;
	margin: 0 auto;
}

#gallery img {
	margin: 5px;	
}


