* {
	margin: 0;
	padding: 0;
	font: 1em Arial, Helvetica, sans-serif;
}
body {
	background: #000000;
}


#container {
	height: auto;
	width: auto;
	clear: both;
}
#headwrapper {
	background: #000000;
}

#header {
	background: #000000;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 150px;
}

#header h1 {
	color: #FFFFFF;
	font: 2em "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-left: .5em;
	letter-spacing: 0.1em;
}
#header h2 {
	color: #FFFFFF;
	padding-left: .8em;
	font: 1.5em "Times New Roman", Times, serif;
	padding-top: .5pc;
	text-transform: uppercase;
}


#synopsiswrapper {
	background: #333;
	border-top: 1px solid #777;
	border-bottom: 1px solid #ccc;
}
#synopsis {
	height: 80px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}


#synopsis h2 {
	color: #CC0000;
	width: auto;
	font-size: 1em;
	font-weight: bold;
}
#contentwrapper {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
	height: auto;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#navbar {
	width: 230px;
	float: left;
	padding-bottom: 1em;
}
		
#navbar ul {
	margin: 0; 
	padding: 0;
}

#navbar a {
	display: block;
	width: 15em;
}

#navbar li {
	float: left;
	width: 15em;
	padding: 4px 10px 6px 10px;
	font: .8em "Lucida Grande", Arial, Helvetica, sans-serif;
	list-style-type: none;
	border-bottom: 1px solid #333;
	color: #FFFFFF;
}

#navbar a:link		{ color: #fff; text-decoration: none; }
#navbar a:hover {
	font-weight: bold;
	color: #FFF;
}

#navbar a:visited	{ color: #fff; text-decoration: none; }
#navbar a:active	{ color: #fff; text-decoration: none; }

#navbar li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	margin-left: 2em;
}

#navbar li:hover ul {
	left: auto;
}


a:link		{ color: #ffffff; text-decoration: underline; }
a:visited	{ color: #ffffff; text-decoration: underline; }
a:active	{ color: #ffffff; text-decoration: underline; }


#mainColumn {
	height: auto;
	width: 550px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainColumn p {
	color: #eee;
	line-height: 1.3em;
	margin-bottom: .8em;
}
#footer {
	clear: both;
	height: auto;
	width: auto;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top: 1px solid #666666;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .8em;
}
.capital {
	font: 1.2em "Times New Roman", Times, serif;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}
#subnavlist {
	padding-left: 1.5em;
}
.testimonialsm {
	font-size: .8em;
}
#testemonial {
	font-style: italic;
}
h6 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: .9em;
}
#p a {
	font-size: .9em;
}
#mainColumn h1 {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2em;
}
.bold {
	font-weight: bold;
}
#mainColumn li {
	list-style: inside;
	color: #FFFFFF;
	margin-left: 2.5em;
}
