/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

* {margin:0;padding:0;}
body {
	xbackground:transparent url(../images/bg_gradient.gif) repeat-x left top;
	background:#000;
	color:#fff;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
}
.center {
	text-align:center;
}
ul.linkList {
	background:transparent url(../images/bg_list_bar.gif) no-repeat left top;
	height:43px;
	list-style-type:none;
	margin:7px 0 0 0;
	width:800px;
}
ul.linkList li {
	float:left;
	padding:4px 0 0 0;
	text-align:center;
	width:113px;
}
ul.linkList li.firstLink {
	margin-left:4px;
}
ul.linkList li a {
	xbackground:transparent url(../images/bg_btn.gif) no-repeat left top;
	color:#fff;
	display:block;
	height:43px;
	padding:4px 4px 0 4px;
	text-decoration:none;
}
ul.linkList li a:hover {
	border-left:3px solid #FC3;
	border-right:3px solid #FC3;
	text-decoration:underline;
}
ul.linkList li.firstLink a:hover {
	border-left:3px solid transparent;
}
ul.linkList li.lastLink a:hover {
	border-right:3px solid transparent;
}
ul.linkList li a.single {
	padding:10px 0;
}
ul.linkList li a.hidden {
	display:none;
}
.wrapper {
	margin:8px auto 0 auto;
	width:800px;
}
.stripe {
	border-top:4px solid #dfc700;
	height:4px;
}
.main {
	display:inline;
	height:403px;
	margin:5px 0 0 0;
}
.mainPhoto {
	background:transparent url(../images/mainPhoto2.jpg) no-repeat 50% top;
	height:350px;
	width:800px;
}
.mainLinks {
	height:50px;
	overflow:hidden;
}
p {
	margin: 0 0 20px 0;

	line-height: 140%;
}
p small, 
li small {
	color: #333;
	font-size: 100%;
}
p em, 
em {
	color: #ffffff;
}
#synopsis p {
	font-size:14px;
}
h1 {
	text-align: left;
	font-weight: normal;
	font-size: 180%;
	color: #333;
	margin: 5px 0 15px 0;
}
h1 span {
	clear: both;
	font-size: 60%;
	color: #FF9;
}
h2 {
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	color: #333;
	margin: 5px 0 15px 0;
}
h2 span {
	clear: both;
	font-size: 70%;
	color: #333;
}
h3 {
	clear: both;
	font-size: 120%;
	color: #fff;
	font-weight: normal;
	line-height:1.1;
	margin:10px 12px;
	text-decoration:underline;
	text-transform:uppercase;
}
.hidden {
	display : none;
}