#fsf_main_bg {
	background-image: url(images/main_bg.gif);
}

/* Main Layout */
.run-main_bg {
	background-color: #000000;
}
#main_content_container {
	margin: auto auto;
	height: 646px;
	width: 968px;
	background-image: url(../images/main_bg.gif);
	}
#main_content_container_2 {
	margin: auto auto;
	height: 646px;
	width: 968px;
	background-image: url(../images/main_bg2.gif);
	}
#header {
	float: right;
	height: 25px;
	}
.textstyle_1 {
	font-size: 16px;
	color: #EBBC84;
}
.small_links {
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
}

/* Nav bar */
#header {
	height: 25px;
	width: 650px;
	}
#header ul {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 3px 15px 0px 0px;
	}
.nav_text {
	border-right: 1px solid;
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
}

#nav_header li {
	display: inline;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	}

#nav_header a {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	
}
#nav_header a:hover {
	color: #B1B1B1;
}

/* Landing page */
#media_trailer {
	margin: auto;
	padding: 215px 0px 0px 0px;
	width: 522px;
	height: 308px;
	}

#footer {
	margin: 0px 0px 30px 0px;
	text-align: center;
	width: 968px;
	height: 25px;
}


/* Reviews */

#reviews_container {
	margin: auto;
	padding: 29px 0px 0px 0px;
	height: 617px;
	width: 968px;
}
	

/* Gallery Styles */
#motioncontainer {
	margin: auto auto;
	width: 575px;
	height: 93px;
	border: solid;
	border-width: 2px;
	border-color: #FFFFFF;
}
#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
}
#motioncontainer a:hover img {
	border: 1px solid #602200; /* Set image border hover color */
}
#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}
#motioncontainer a:hover {
	color: #602200; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

/* Blog Styles */
#news_container {
	margin: 100px 10px 0px 0px;
	width: 525px;
	height: 400px;
	display: inline-block;
	float: right;
	overflow-y: scroll;
	border: 1px solid;
}
#blog_container {
	background-color: #362C1D;
	padding: 4px;
	height: 500px;
	width: 500px;
}
.blog_date-header {
	text-decoration: underline;
	border-top: 1px solid;
	font-size: 16px;
	text-align: center;
	padding: 12px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	color: #ffffff;
}
.blog_post {
	background-color: #6D4D36;
}
.post-title {
	color: #ffffff;
	background-color: #6D4D36;
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
	font-size: 16px;
}
.post-body {
	padding: 0px 10px 5px 10px;
	font-size: 14px;
}

/* End Blog Styles */
