*{
margin:0;
padding:0;
}

a img{
border:none;
}

body{
background-image:url(../images/AJR-bkg.jpg);
background-repeat: repeat-x;
background-position:top left;
font-family:Helvetica, Arial, sans-serif;
color:#fff;
font-size:11px;
background-color:#000;
overflow-x:hidden;
}

#container{
width:1024px;
margin:0 auto;
}


#maincontent{
width:603px;
margin:50px auto;
/*margin-left:350px;
margin-top:50px;
margin-bottom:50px;*/
text-align:center;
}

	#video{
	/*height:375px;*/
	height:250px;
	}
	
span{
color:#678d9b;font-weight:bold;font-size:11px;
}

a{
color:#c7a970;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

p{
margin:10px 0;
}

#posts{
clear:both;
margin-left:30px;
margin-top:20px;
}

	#posts p{
	line-height:15px;
	text-align:justify;
	}
	
	
#post_left{
height:auto;
width:260px;
float:left;
margin:25px auto;
padding-right:20px;
border-right:1px solid #609ab7;
}

#post_right{
height:auto;
width:260px;
float:left;
margin:25px auto;
padding-left:20px;
}

	.post_title{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	}
	
	.post_date{
	font-size:11px;
	color:#b1935c;
	font-weight:normal;
	}

.clearfloat{
clear:both;
margin:0;
padding:0;
}

form{
margin:10px auto;
height:30px;
float:left;
margin-left:65px;
}

	fieldset{
	border:none;
	}

	label{
	float:left;
	width:;
	text-align:left;
	margin-right:5px;
	position:relative;
	top:8px;
	right:10px;
	text-transform: uppercase;
	}
	
	input{
	background-image:url(../images/input_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	border:medium none;
	float:left;
	font-size:11px;
	font-style:italic;
	height:15px;
	/*line-height:25px;*/
	margin-right:5px;
	overflow:hidden;
	padding:5px;
	position:relative;
	top:1px;
	width:191px;
	}
	
	#submit{
	background-image:url(../images/submit.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:26px;
	width:52px;
	border:0px solid;
	text-indent:-9999;
	cursor:pointer;
	}