@charset "utf-8";
/* CSS Document */

#container {
	width: 1026px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #000;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
}

#logo {
	margin-left:260px;
}

.col1 {
	margin: 0 0 0 50px;
	float: left;
	width: 300px;
	height: 400px;
	margin-bottom: 50px;
}

.col2 {
	margin: 0 0 0 100px;
	width: 350px;
	height: 400px;
	float: left;
	margin-bottom: 50px;
	
}
.col6 {
	
	float: left;
	width: 1028px;
	height: 20px;
	margin-bottom: 50px;
}

.col3 {
	margin: 0 0 0 100px;
	width: 400px;
	height: auto;
	float: left;
}

.col4 {
	margin: 250px
	width: 400px;
	height: auto;
	margin-left: 350px;
}

.col5 {
	float: left;
	width: 300px;
	height: 425px;
	margin-bottom: 25px;
}
#Main {
	height: auto;
	width: auto;
	background-color: #000;
	padding-top: 30px;
	margin-top: 300px;
}

#sshow {
	margin-left: 200px;
	height: 400px;
	width: 400px;
	margin-bottom: 50px;
	
}
.centeringtextmb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
#Contact {
	height: auto;
	width: 800px;
	margin-left: 100px;
	float: left;
	margin-bottom: 100px;	
}
#banner {
	position: absolute;
	border-style: groove;
	border-color: #999;
	border-radius: 5px;	
}


#main_bodyt {
	height: auto;
	width: auto;
	margin-left: 100px;
	margin-right: 100px;
}
#footer {
	padding: 30px 0 50px 0;
	text-align: center;
	color: #848585;
	background-color: #000;
	width: 1026px;
	height: 20px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	margin: auto;
	font-size: 14px;
}
#foottxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFF;
}
