body {
	background: #FFF;
	color: #000;
	margin-top: 50px
}

/* REMOVE DOTTED BORDERS */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

#container {
	height: 500px;
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#drawing {
	height: 490px;
	width: 420px;
	z-index: 1;
	position: absolute;
	top: 20px;
}

#title {
	z-index: 2;
	position: absolute;
	top: 5px;
	left: 350px;
}

#preorder {
	z-index: 5;
	position: absolute;
	top: 30px;
	left: 250px;
}

#info_box {
	z-index: 3;
	position: absolute;
	width: 350px;
	height: 290px;
	top: 160px;
	left: 420px;
	border: 2px solid #000;

}

#info_text { 
	font: .75em "Courier New", Helvetica, sans-serif;
	line-height: 125%;
	margin: 5px 10px 5px 10px;
	width: 95%;
	height: 95%;
	overflow: auto;
}
#info_text a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000
}

.red { 
	color: red;
	font-weight: bold	
}

#info_tabs {
	z-index: 4;
	position: absolute;
	top: 450px;
	left: 420px;
	width: 400px;
	height: 50px
}

ul#tabnav {
	list-style:none;
	clear:both;
}

ul#tabnav li { 
	float:left; 
	margin-right: 25px;
	border: 0
	
}

/* MODAL STUFF */
#modal_container {
	background-color: #FFF;
	border: 5px solid #000;
	overflow:auto;
}

#modal_container.youtube {
	background-color:#FFF;
	color:#000;
	text-align: center;
	font: .75em "Courier New", Helvetica, sans-serif
}
				
#modal_overlay {
	background-color:#000;
}