/*	Include in all layout files
 * 
 */
body {
    margin: 0;
    background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333332;
	font-weight:normal;
}

/* Layout */
.site {
    width: 900px;
    margin: 0 auto;
}

.site_header {
	height:30px;
	text-align:center;
}

.site_footer {
	height:30px;
	text-align:center;
}

.site_content {
    width: 900px;
}

/* Font Styles */
