body {
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
}
a { color:#fff;}
h1 {
	font-size: 20px;
	color: #FFF;
}
h2 {
	background:#960001;
	width: 100%;
	font-size: 14px;
	color:#FFF;
	font-weight: bold;
	padding: 5px;
	text-transform:uppercase;

}
li {
	margin: 0px;
}

.main_container {
	width: 1000px;
	margin: 0 auto;
}
.left_col {
	float:left;
	width: 311px;
}
.right_col {
	float:right;
	width: 680px;
}
.menu_col {
	width:100%;
	background-color:#000;
	text-align:center;
	min-height: 480px;
}
.black_gap {
	height:7px;
}
.img_gallery {
	text-align:center;
	background-color:#000;
	padding: 20px;
}
.text_container {
	padding: 26px;
	border: 1px solid #4d4d4d;
	background-color:#000;
	font-size: 12px;
	color:#FFF;
	line-height: 19px;
	text-align:justify;
	min-height:310px;
}
.copy_right {
	font-size: 11px;
	color:#FFF;
	text-align: right;
	padding-top: 5px;
}
.copy_right a {
	color: #fe0406;
}
	
