/*----------------------This first rule clears all of the browser's defaults------------------*/
/*------------It's always good to do this, because every browser has different defaults-------*/
*{
	margin:0px;
	padding:0px;
}
/*----------------------this normalizes the h1 sizes, if you want to use h tags-----------*/
/*------The reason for this is pretty much every browser renders them different sizes by default-----------*/
/*-------So if you want to use them you can later just say something like #content h4 {font-size: 150%; }--------*/
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
img {
	border: none;
}
body {
	background:#3e2400 url(images/brick2.jpg) center;
}
/*-----------------------------------------Logo--------------------------------------*/
#layout_top_row{
	margin:0px auto;
	background:#f0dfc5 url(images/header2.jpg) repeat-x top center;
	height:150px;
	}

h1{
	margin:0px auto;
	overflow:hidden;
	width:890px;
}
	h1 a{
		margin:0px auto;
		display:block;
		overflow:hidden;
		text-indent:-3000em;
		width:798px;
		height:228px;
		background:url(images/logo2.jpg) no-repeat top center;
	}

/*-----------------------------------------Nav--------------------------------------*/
#nav {
	margin:0px auto;
	width: 500px;
	padding-left:100px;
	margin-bottom:-5px;
}

/*----------------------------------General Container Rules-----------------------------*/
#container {
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	background:url(images/brick2.jpg) center;

}

/*-----------------------------------------Content------------------------------------*/
#content{
	float:inherit;
	color:#FFFFFF;
	padding-left:50px;
	padding-top:20px;
	
	}
	
#content2{
	margin:5px auto;
	font-size:12px;
	text-align:center;
	padding-right:70px;
	padding-top:5px;

	}

	
#content a:link {
		color: #e0d0b7;
		text-decoration: none;
		font-weight:bold;
		}
		
#content a:visited {
		color: #e0d0b7;
		text-decoration: none;
		font-weight: bold;
		}
		
#content a:hover {
		color:#b64024;
		font-weight: bold;
		}


#trailer{
	margin:0px auto;
	width:750px;
	}

#paypal{
	margin:-20px auto;
	width:750px;
	font-size:12px;
	padding-bottom:30px;
	padding-left:15px;
	}
	
#paypal a:link {
		color: #e0d0b7;
		text-decoration: none;
		font-weight:bold;
		}
		
#paypal a:visited {
		color: #e0d0b7;
		text-decoration: none;
		font-weight: bold;
		}
		
#paypal a:hover {
		color:#b64024;
		font-weight: bold;
		}
		
/*-----------------------------------------Blog--------------------------------------*/
#blog {

	
}

.rss_box {
	 width: 700px;
	 height:auto;
	 border:#e0d0b9 solid 1.5px;
	 background: #331e00;
	 padding-left:10px;
	 padding-top:10px;
	 padding-bottom:400px;
}



.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;

}



.rss_items {
       list-style:none;
       margin:0px;
       padding:0px;

}



.rss_item  {
margin:20px auto;
}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {


	}



.rss_item a:hover { 



	}

	

.rss_date {
	font-size: xx-small;
	}


	
/*-------------------------------------Bottom Links---------------------------------*/
#footer{
	margin:auto;
	text-align:center;
	padding-top:5px;
	width:800px;
	height:auto;
	background:#792509;
	font-size:10px;
	color: #e0d0b7;
	}

#footer a:link {
		color: #e0d0b7;
		text-decoration: none;
		font-weight:bold;
		}
		
#footer a:visited {
		color: #e0d0b7;
		text-decoration: none;
		font-weight: bold;
		}
		
#footer a:hover {
		color:#b64024;
		font-weight: bold;
		}


/*-------------------------------------Footer---------------------------------*/



/*-----------------------------------------forms status and feedback-------------------------------------*/




/*-----------------------------------------forms status and feedback-------------------------------------*/
