@charset "utf-8";


body {
	margin: 0;
	text-align: center;
}
.clear {
	clear: both;
}

/* ========== LAYOUT ========== */

#wrapper {
	margin: 0 auto 40px auto;
	text-align: left;
	width: 1000px;
}

#headwrap, #menuwrap, #mainwrap {
	display: block;
	overflow: hidden;
	position: relative;
}

/* ========== LAYOUT ITEMS ========== */

#headtitle, #headsubtitle, #headlogo, #headlogo_lg, #menu, #contact, #mainimage {
	display: block;
	overflow: hidden;
	position: absolute;
}

/* ========== CONTENT COLUMNS ========== */

#column_left {
	display: block;
	float: left;
	width: 181px;
}
#column_right {
	display: block;
	float: right;
	width: 100%;
}

/* ========== SOCIAL ICONS ========== */

#nav_social {height: 30px; text-align: left;}
#nav_social img {
	border: none;
	margin: 0 1px 0 1px;
}