/*
 *	LAYOUT.CSS
 *  Styles definition for overall page layout
 *
 */
 
  
#mainbox {
	width: 767px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
}

#header {
	height: 136px;
	background: transparent url("/images/bg-header.jpg") left top no-repeat;
}

#logo {
	float: left;
	padding: 10px 0 0 13px;
}

#logo img {
	float: left;
}

#title {
	float: right;
	width: 617px;
	text-align: center;
	padding: 4px 0 0 0;
	color: #333;
}

#title h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	margin: 0;
	padding: 0 0 26px 0;
	font-weight: normal;
	text-transform: uppercase;
}

#title h1 span {
	font-size: 37px;
}

#title h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	margin: 0;
	padding: 0;
	color: #999;
	font-weight: normal;
	font-style: italic;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding: 2px 0 10px 0;
}

/* Helpers */
.cleaner {
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;	
}

.aligncenter {
	text-align: center;
}

.specialspacer {
	line-height: 0;
	height: 15px;
	font-size: 1px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;	
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}
