#container{
	width: 1000px;
	margin: 50px auto;
	/*border: 1px solid red;*/
}
*{
	margin: 0;
	padding: 0;
}
ul{
	list-style-type: none;
	height: 80px;
	width: 1000px;
	margin: auto;
}
li{
	float: left;
	width: 200px;
	margin-top: 30px;
}

ul a{
	text-align: center;
	margin: 0px auto;
	margin-top: 10px;
	display: block;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 40px;
	color: #800000;
}

ul div{
	display: block;
	height: 5px;
	background-color: #FFFFFF;
}
.underline{
	overflow: hidden;
	width: 100%;
	height: 3px;
	width: 1000px;
	margin: 0px auto;
	background-color: #800000;
	margin-bottom: 20px;
}
.active{
	background-color: #800000;
}

.preorder a{
	background-color: #800000;
	color: #FFFFFF;
}

/*** Main Stuff ***/
.illustration{
	width: 600px;
	/* margin: 50px auto;*/
	float: right;
}

.noflow{
	overflow: hidden;
	width: 100%;
}

h2{
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-family: "Lucida Sans", Lucida, Verdana, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	font-weight: normal;
	text-align: justify;
	padding-right: 10px;
	color: #800000;
	line-height: 22px;
	float: left;
}

p{
	font-family: "Lucida Sans", Lucida, Verdana, sans-serif;
	text-align: justify;
	font-size: 16px;
	color: #000000;
	width: 390px;
	line-height: 20px;
	float: left;
	overflow: visible;
}

td{
	font-family: "Lucida Sans", Lucida, Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-left: 15px;
}

p a{
	text-decoration: none;
	font-weight: bold;
	font-family: "Lucida Sans", Lucida, Verdana, sans-serif;
	color: #C00000;
}

div.rightfloat{
	width: 600px;
	float: right;
	display: block;
}
ul.specbox{
	margin-left: 0px auto;
	width: 400px;
}
li.specbox{
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-family: "Lucida Sans", Lucida, Verdana, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	font-weight: normal;
	clear: left;
	width: auto;
	color: #000000;
}
a.specbox{
	text-align: center;
	margin: auto auto;
	font-size: 16px;
	display: inline;
	font-family: "Lucida Sans", Lucida, Verdana, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	text-decoration: none;
	font-weight: bold;
	color: #C00000;
}
/*** Footer Stuff ***/

#footer{
	width: 1000px;
	float: left;
	height: 70px;
	background-color: #800000;
	font-family: "Lucida Sans", Lucida, Verdana, sans-serif;
	color: white;
	position: relative;
	font-size: 14px;
	margin-bottom: 100px;
}

.left{
	bottom: 10px;
	left: 10px;
	position: absolute;
	float: left;
}

.right{
	bottom: 10px;
	right: 10px;
	position: absolute;
	float: right;
	text-align: right;
}

/*** Description Box ***/
div.wrapper{  
	float:left; /* important */  
	position:relative;
}  
div.description{  
	position:absolute;
	bottom:0px;
	left:50px;
	background-color:black;
	width: 500px;
	opacity:0.8; /* transparency */  
	filter:alpha(opacity=80); /* IE transparency */  
}  
p.description_content{
	font-family: 'Josefin Sans', sans-serif;
	font-size:20px;
	line-height: 22px;
	text-align: right;
	color:white;  
	width: 470px;
	padding:15px;  
	margin:0px;  
	font-weight: bold;
	opacity:1.0; /* transparency */  
	filter:alpha(opacity=100); /* IE transparency */ 
}


