body {
	margin:0;
	padding:0;
	font-family: arial;
	font-size:12px;
	background-color:#3c0000;
}


h1 { font-weight:bold; font-size:16px; padding: 0; margin: 0; }
form.gameForm ol li { margin-bottom: 10px; }

/* Form Validation */
#signupForm { width: 550px; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color:red;
}

/* Site */

a:link {
	color: #000000
}     
a:visited {
	color: #000000
}  
a:hover {
	color: #000000
}
a:active {
	color: #000000
}

#index-bg{
	background: #3c0000 url(../images/arnolds_home_page.jpg) no-repeat top center;
}


#image-header{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	margin-top:20px;
	margin-top:expression('-3px');
}

#container{
	width:1000px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/arnolds_body.jpg) no-repeat top center;
	margin-top:expression('-3px');
}
#container-index{
	width:996px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:expression('-4px');
}

#block{
	width:545px;
	overflow:auto;
	margin-left:15px;
	height:485px;
}

#footer{
	width:998px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	background: url(../images/arnolds_footer.jpg) no-repeat top center;
	margin-top:-4px;
}

#l-footer{
	width:1000px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	background: url(../images/blog_lower.jpg) no-repeat top center;
	margin-top:-4px;
}

#enter-recipe{
	margin-top:20px;
	margin-left:71px;
	height:100px;
	color:#FFFFFF;
	width:150px;
	cursor:pointer;
	cursor:hand;
	float:left;
	display:inline;
	text-decoration:none;
}

#enter-recipe-main{
	margin:173px 0 0 88px;
	height:130px;
	color:#FFFFFF;
	width:180px;
	cursor:pointer;
	cursor:hand;
	float:left;
	display:inline;
	text-decoration:none;
}

#votes{
	float:left;
	width:175px;
	margin-top:10px;
	height:30px;
}

#votes-r{
	float:right;
	width:175px;
	margin-top:10px;
}

.title{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}

.separator{
	height:100px;
	border-bottom:2px solid;
}

.v-title{
	height:25px;
	margin-left:5px;
	font-family:arial;
	font-size:12px;
}

.l-content{
	float:left;
	margin:0 auto 0 auto;
	padding:20px 0;
	width:998px;
	height:300px;
}

#l-container{
	width:1000px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	background: #FEC156;
	margin-top:expression('-3px');
}
