

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.gif) repeat-y center #272727;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.7em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

/* Sructure */
#wrapper {
	width: 671px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 671px;
		height: 435px;
		background: url(../images/header.gif) no-repeat;
		display: block;
		text-indent: -999999px;
		margin: 0 auto;	
}
a img {
	border: none;
	float: left;
	margin: 20px;
}
div.about {
	width: 370px;
	padding: 20px;
	text-align: left;
	font-size: 14px;
	font-family: verdana;
	margin: 10px auto;
	margin-top: -30px;
	clear: both;
}
h3 {
	color: #444;
	font-size: 18px;
	font-family: verdana;
	text-transform: uppercase;
}
a {
	color: #1b6db9;
}
