/* G-Force Layout */

body{
	margin: 0;
	padding: 0;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}

.master_container{
	width: 980px;
	margin: 0 auto;
}

.background_container{
	margin: 0 auto;
	width: 980px;
	height: 744px;
	/*background-image: url('../images/background_texture_a.jpg');*/
	background-repeat: no-repeat;
	background-position: top center;
}

ul#nav{
	float: left;
	clear: both;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0 ;
	display: inline;
}

#header{
	float: left;
	clear: both;
	width: 960px;
	height: 75px;
	margin-left: 10px;
	display: inline;
}

#header h1 a {
	display: block;
	width: 450px;
	height: 75px;
	
	background-image: url('../images/logo.png');
	behavior: url("/assets/images/iepngfix.htc");
	background-repeat: no-repeat;
}

#header h1 a span{
	display: block;
	text-indent: -9999px;
}

#flash{
	float: left;
	clear: both;
	width: 980px;
	height: 250px;
	/*background-image: url('../images/flash_background.jpg');*/
	background-color: #000;
	background-repeat: repeat-y;
	background-position: top center;
	margin-bottom: 30px;
	overflow: hidden;
}

#left_column{
	float: left;
	clear: both;
	width: 660px;
	min-height: 300px;
	margin-left: 10px;
	margin-right: 50px;
	margin-bottom: 15px;
	display: inline;
}


#right_column{
	float: left;
	width: 230px;
	text-align: center;
}

#right_column h2 {
	color: #fff;
	font-size: 20px;
}

#right_column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#right_column li {
	font-size: 14px;
	margin-bottom: 10px;
}

#right_column li a, #right_column li a:visited{
	color: #FFF;
	/*text-decoration: none;*/
	/*background-color: #000;*/
	display: block;
	width: 180px;
	height: 20px;
	margin-left: 15px;
	padding: 10px;
	/*background-image: url('../images/link_background.png');*/
	behavior: url("/assets/images/iepngfix.htc");
	background-repeat: no-repeat;

}

#right_column p {
	color: #FFF;
	margin-bottom: 20px;
}

#right_column .sub_heads {
	margin-bottom: 5px;
}

#footer{
	float: left;
	clear: both;
	width: 980px;
	font-size: 10px;
	margin-left: 10px;
	margin-top: -10px;
	display: inline;
}

#footer ul {
	margin: 0;
	padding:0;
}

.thumb a{
	display: block;
	width: 100px;
	height: 100px;
}

