body {
	margin: 0px;
}
A:link, A:visited, A:active {
	text-decoration: underline;
	color: #33397E;
} 

A:hover {
	text-decoration: none;
	color: #33397E
}

img, img a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

body, td, input, select, textarea {
	color: #565656; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px 0px 24px 0px;
}

h1, .h1 {
	font-size: 12px;
	font-weight: bold;
	color: #c18d1e;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 16px;
}

h2 {
	font-size: 10px;
	font-weight: normal;
	color: #c18d1e;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #004e87;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

#top {
	background: transparent url(img/top.jpg);
	width: 1008px;
	overflow: hidden;
	height: 116px;
	float: left;
}
#topback {
 	background: transparent url(img/toprepeat.gif) repeat;
	height: 116px;
	width: 100%;
}

#rightTopNav {
	float: right;
	color: white;
	margin: 6px 51px 0 0;
}
#rightTopNav a {
	color: white;
	text-decoration: none;
}

#menu {
	margin-top: -23px;
	color: white;
	float: left;
	overflow: hidden;
	width: 960px;
}

#menu #rightmenu {

}
#menu #leftmenu, #menu #rightmenu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding-left: 0px;
}
#menu #leftmenu li, #menu #rightmenu li {
	float:left;
	display: block;
	margin:0pt 0pt 0pt 0px;
	width: 151px;
	height: 23px;
	border-right: 1px solid white;
	text-align: center;
	font-weight: bold;
}
#menu #leftmenu li {
	background: #D3DBE6 none repeat scroll 0%;
}
#menu #leftmenu li a {
	color: #004E87;
}
#menu #rightmenu li a {
	color: white;
}
#menu #rightmenu li {
	background: #11367A none repeat scroll 0%;
}
#menu #leftmenu li.selected, #menu #rightmenu li.selected {
	background-color: #C18D1F;
}
#menu #leftmenu li.small, #menu #rightmenu li.small {
 	width: 99px;
}
#menu #leftmenu li.small a, #menu #rightmenu li.small a {
	width: 99px;
}
#menu #leftmenu li a, #menu #rightmenu li a {
	font-size: 12px;
	text-decoration: none;
	line-height: 23px;
	width: 151px;
	display: block;
}

#main {
	clear: both;
	margin-left: 10px;
	margin-top: 8px;
}
#main .leftColumn {
	float: left;
	width: 200px;
	min-height: 350px;
	
}
#main .relatedMovies {
	padding: 10px 0 0 18px;
	float: left;
	width: 182px;
	min-height: 360px;
	/*background-image: url(img/left.jpg);*/
}
#main .relatedMovies a {
	color: #11367A;
}
#main .relatedMovies a:hover {
	color: #C18D1F;
}
#main .relatedMovies .relatedMovie {
	margin: 0 0 5px 0px;
}
#main .relatedMovies .relatedMovie img {
	border: 1px solid white;
}
#main .relatedMovies .relatedMovie img:hover {
	border: 1px solid #C18D1F;
}
#main .movie {
	float: left;
	margin: 0 10px 0 10px;
	width: 484px;
	padding: 0px 0 0 0px;
}
#main .column {
	float: left;
	width: 190px;
	padding: 0px 0 0 0px;
}
#main a {
	text-decoration: none;
}
#main a:hover {
	text-decoration: none;
}
#main .button {
	float: left;
	line-height: 20px;
	display: block;
	width: 65px;
	height: 20px;
	background-color: #D3DBE6;
	border: 1px solid #11367A;
	color: #004E87;
	padding-left: 6px;
	font-weight: bold;
	margin-right: 3px;
}
#main .button:hover {
	background-color: #C18D1F;
	color: white;
}
#main .pollString {
	clear: both;
	display: block;
	width: 80px;
	float: left;
	line-height: 10px;
}
#main .agree {
	display: block;
	height: 4px;
	background-color: #00FF33;
	border: 1px solid green;
	float: left;
	height: 10px;
	line-height: 10px;
}
#main .disagree {
	display: block;
	height: 10px;
	line-height: 10px;
	background-color: #FF0033;
	border: 1px solid red;
	float: left;
}
#main .movie .relatedMovie img {
	border: 1px solid #11367A;
	float: left;
	margin-left: 3px;
}
#main .movie .relatedMovie img:hover {
	border: 1px solid #C18D1F;
}
#main .belowMovie {
	clear: both;
}
#main .movieHeader {
	vertical-align: bottom;
	display: table-cell;
	height: 25px;
}