body {
	margin:0;
	padding:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 16px;
}

.main {
	margin:0 auto auto auto;
	width:1020px;
	background-color:white;
	overflow:hidden;
}

#left {
	float:left;
	width:355px;
	overflow:hidden;
}

#content {
	position:relative;
	top:-50px;
	float:right;
	width:650px;
}

div.box {
	position:relative;
	left:54px;
	width:480px;
}

div.contestContent {
	position:relative;
	left:28px;
	top:120px;
	color: white;
}

p.text {
	width:520px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	line-height: 24px;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eb752b;
	line-height: 24px;
}

.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eb752b;
	line-height: 24px;
}

.contestTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}

.contestAuthor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.contestSmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-align: right;
}

a, a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff5400;
	line-height: 16px;
	text-decoration: none;
}

a:hover {
	color: #9bb6cf;
	text-decoration: underline;
}

a.videoblog, a.videoblog:link, a.videoblog:visited, a.videoblog:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 16px;
	text-decoration: none;
}

a.videoblog:hover {
	color: #9bb6cf;
	text-decoration: underline;
}

a.download, a.download:link, a.download:visited, a.download:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eb752b;
	font-weight: bold;
}

a.download:hover {
	color: #9bb6cf;
	text-decoration: underline;
}


a.threadDisplay, a.threadDisplay:link, a.threadDisplay:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 16px;
	text-decoration: none;
}

a.threadDisplay:active, a.videoblog:hover {
	text-decoration: underline;
}


a.vcsort, a.vcsort:link, a.vcsort:visited, a.vcsort:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	text-transform: uppercase;
}

a.vcsort:hover {
	color: #9bb6cf;
}

.smallImage {
	border-style:solid;
	border-width:1px;
	border-color:#a2b2bc;
}

.mainContest {
	background-repeat:no-repeat;
	background-color:#96a8ba;
}

.mainMovieBox {
	position:relative;
	top:-20px;
	left:38px;
	width:440px;
	background-color:#3d5263;
	border-top-style:solid;
	border-bottom-style:dashed;
	border-top-width:1px;
	border-bottom-width:1px;
	border-color:#a2b2bc;
	padding:5px;
	overflow:hidden;
}

.mainCommentBox {
	position:relative;
	top:-20px;
	left:38px;
	width:440px;
	background-color:#3d5263;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-color:#a2b2bc;
	padding:5px;
	overflow:hidden;
}

.sortBar {
	position:relative;
	top:-16px;
	left:38px;
	width:446px;
	height:20px;
	background-repeat:repeat-x;
	padding:2px;
}

.movieList {
	position:relative;
	top:-16px;
	left:38px;
	width:440px;
	background-color:#3d5263;
	border-top-style:solid;
	border-bottom-style:dashed;
	border-top-width:1px;
	border-bottom-width:1px;
	border-color:#a2b2bc;
	padding:5px 5px 0px 5px;
	overflow:hidden;
}

.leftColumn {
	position:relative;
	top:-150px;
	width:540px;
	float:left;
}

.rightColumn {
	position:relative;
	left:-48px;
	float:left;
}

.comment {
	width:100%;
	border-style: solid;
	border-width: 1px;
	border-color: #9bb6cf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 4px;
	margin-left: 2px;
	padding: 2px;

}

.attention {
	width:100%;
	border-style: dashed;
	border-width: 1px;
	border-color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 4px;
	margin-left: 2px;
	padding: 2px;
}

.button {
	border-style: solid;
	border-width: 1px;
	border-color: #9bb6cf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #eb752b;
}

hr {
	width:100%;
	border-style: solid;
	border-width: 1px;
	border-color: #9bb6cf;
}