/* Name Here
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.gif) repeat-x top #37a6b9;
	text-align: center;
	font-family: 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 50px;
	font-size: 12px;
	line-height: 1em;
	color: #575759;
	font-family: Georgia, serif;
}
h1 {
	font-size: 28px;
	color: #df1818;
	padding: 10px 30px;
	padding-top: 20px;
    display: block;
    text-align: center;
}
/* Sructure */
#wrapper {
	width: 675px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#header {
	width: 675px;
	height: 116px;
	background: url(../images/header.gif) no-repeat #37a6b9;
	display: block;
	text-align: center;
	text-indent: -999999px;
}
#content-top {
	width: 675px;
	height: 33px;
	background: url(../images/content-top.gif) no-repeat;
	display: block;
	text-align: center;
	text-indent: -999999px;
	margin-top: -32px;
}
#footer {
	width: 675px;
	margin-top: 20px;
	margin-bottom: -20px;
	height: 33px;
	background: url(../images/footer.gif) no-repeat;
	display: block;
	text-align: center;
	text-indent: -999999px;
}.title {
	font-family: Tahoma;
	font-size: 36px;
	color: #CC0000;
}
