@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin 0;
	background-color: black;
}

img{
	_margin: 0 -3px;
}

#header {
	height: 14px;
}

#wrapper{
	margin: 0 auto;
	padding-bottom: 74px;
	width: 1024px;
	background-color: #000000;
	background-image:url(images/interface/frontbg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#inner-header{
	height: 51px;
}

#inner-wrapper{
	width: 891px;
	height: 567px;
	margin: 0 auto;
	background-color: white;
	border: 4px Solid #a99049;
	
}

#footer{
	width: 955px;
	margin: 0 auto;
	font-size: small;
	padding-left: 69px;
	padding-top: 15px;
	color:#3C3C3C;
}

#left-column{
	width: 222px; 	
	height: 100%; 
	float: left
}



#vertical-seperator{
	height: 100%; 
	float: right; width:1px; 
	background-color:#677076; 
	position: relative
}

#top-margin{
	position: absolute; 
	top: 0; 
	background-color: white; 
	height: 101px; 
	width: 1px;
}

#bottom-margin{
	position: absolute; 
	bottom: 0; 
	background-color: white; 
	height: 61px; 
	width: 1px;
}

#main{
	float: right;
	background-image:url(images/interface/frontlogo.png);
	background-repeat: no-repeat;
	height: 567px;
	width: 669px;
}

#menu-bar{
	width: 512px;
	height: 60px;
	float: right;
}
#menu-bar img{
	float:left;
	}
#menu-button{
	height: 60px;
	float: left;
}
#Imsorry {
			margin:20px 0 0 30px;
			font-size:130%;
			font-family: Helvetica-Light, Helvetica, Arial, sans-serif;
			color: #6a737b;
			width:600px;
			text-align:center;
			}
			#sorrylogo {
			margin:0 0 115px 0px;
			}
			#main-ie6 {
			margin-left:100px;
			}