* {
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

body {
	background: #111f4d url("../images/bg.gif") left top repeat;
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

body img{
	border: none;
}

#wrapper {
	text-align: left;
	margin: 100px auto 0px auto;
	width: 600px;
	height: 300px;
	background: #fff;
	padding: 0;
	overflow: hidden;
}



#header {
	background: transparent;
	height: 150px;  
	width: 600px;
	padding: 0;
	margin: 0;
	background: transparent right bottom no-repeat;
}

#logo {
	float: left;
	margin: 0 3px 0 0;
	width: 280px;
	height: 80px;
	padding: 60px 0 0 20px;
}

.logo {
	float: left;
	padding: 0;
	margin: 0;
	width: 280px;
	height: 80px;
	padding: 0px 0 0 0px;
}

.spacing {
	padding: 45px 0 0 100px;
	margin: 0;
}

#logo a #logo span {
	padding: 0;
	height: 80px;
}

#logo a:hover {
	padding: 0;
	margin: 0;
	height: 80px;
	background: transparent url("/") left top no-repeat; 
}

#content {
	margin: 0;
	background: #a69464;
	height: 200px;
}

#col1 {
	float: left;
	margin: 0;
	width: 215px;
	background: transparent;
	padding: 10px 0 0 38px;
}

/* Hack for ie/win 5 */
* html #col1 {
	width: 251px; 
	w\idth: 213px;
}

#col2 {
	float: left;
	width: 300px;
	padding: 10px 0 0 38px;
}


/* Footer */
#footer {
  	float: left;
	width: 740px;
	height: 23px;
	font-size: 11px;
	padding: 3px 0 0 30px;
	margin: 20px 0 0 3px;
	background: #a69464 left bottom repeat-x;
	display: inline;
}

/* Hack for ie/win 5 */
* html #footer {
	width: 750px; 
	w\idth: 740px;
}

#footer p {
	margin: 0;
	padding: 0 0 0 38px;
	color: #fff;
	background-color: transparent;
}

#footer a {
	color: #fff;
	background-color: transparent;
}

#footer a:hover {
	color: #007eb4;
}

.copyright {
	float: left;
}

.disclaimer {
	float: right;
	text-align: right;
}

.disclaimer a {
	color: #fff;
    text-decoration: none;
    padding: 0 10px 0 0;

}


/* PIE easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */