@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	background-color:#000;
}

a {
	color:#ccc;
}

#wrapper {
	margin:0 auto;
	width:1206px;
	height:765px;
}

#left {
	float:left;
	width:700px;
	height:470px;
}

#left #text em {
	font-size: 15px;
}

hr {
	background-color:#FFF;
	color:#fff;
	clear:both;
	margin: 0;
	}
	
#menu {
	width:1240px;
	margin: 0 auto;
	color:#FFF;
	text-decoration:none;
	list-style:none;
	text-transform:uppercase;
	margin-bottom:0;
	font-family:"Courier New", Courier, monospace;	
}

#menu li {
	display:inline;
}

#menu a{
	color:#fff;
	text-decoration:none;
	}

#text {
	float:left;
	padding-right:40px;
	width:700px;
	height:430px;
	color:#FFF;
	margin-bottom:0px;
	margin-top:0;
	padding-top: 20px;
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	display:block;
	border-left: #fff thin;
	
}

#right1{
	height:250px;
	width:400px;
	float:right;
	display:block;
	margin-top:0;
}

#right2{
    height:250px;
	width:400px;
	float:right;
	display:block;
	margin-top:0;
	clear:right;
	
}

#footer{
	height:250px;
	width:1200px;
	display:block;
	margin-top:0;
	float:left;
	clear:both;
}

#address {
	width:700px;
	clear:left;
	color:#FFF;
	font-family:"Courier New", Courier, monospace;

}

#img {
	float:left;
	margin-top:20;
	margin-right: 7px;
	vertical-align:top;
	padding-top:18px;
	}


