body {
	background: Maroon;
	color: Silver;
	font-family: Arial,sans-serif;
	font-size: 13px;
	margin: 12px auto;
	line-height: 1.5em;
}

a, a:visited, a:active {
	color: #FFDB4A;
	text-decoration: none;
}

a:hover {
	color: Aqua;
	text-decoration: underline;
}

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 60px;
	color: #FFCC00;
	line-height: 80%;
}

h2 {
	margin: 7px 0px 0px 0px;
	font-size: 11px;
}

h3 {
	color: #FFCC00;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

.content {
	background-color: #484848;
	border: 1px solid Gray;
	padding : 10px 10px 10px 10px;
	width: 990px;
	margin-bottom: 10px;
}

.clear {
	clear : both;
}

.reviewimg {
	width : 310px;
	float:left;
	padding-right: 5px;
}

.reviewhead {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
	color: #FFCC00;
}

.reviewtext {
	font-size: 14px;
	line-height: 130%;
	text-align: left;
}

.reviewlink {
	margin-top: 10px;
	text-align : right;
	font-size : 16px;
	font-weight: bold;
}

.moviethumb {
	width: 320px;
	float: left;
	margin-bottom: 15px;
}

.picturethumb {
	width: 240px;
	float: left;
	margin-bottom: 15px;
}

.largelink {
	font-size: 18px;
	font-weight: bold;
}

#footer {
	margin-top: 35px;
}

ul {
	list-style-type:none;
	padding: 7px 0 0 0;
	margin-top: 0px;
	margin-left : 0px;
}

li {
	border-bottom: 1px dotted Gray;
	margin-bottom: 3px;
	padding: 3px;
	text-align : left;
}

.bottomgallery {
	font-size : 18px;
	font-weight: bold;
	width: 680px;
}