/*

Copyright © Starkis Design 2008


—————————————————————————————————————————————
Layout — generic

*/
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFEB;
}
#container {
	position: absolute;
	top: 16px;
	left: 16px;
	right: 32px;
	min-width: 1002px;
}
/*

—————————————————————————————————————————————
Layout — banner

*/
#logo {
	position: absolute;
	top: 141px;
	left: 38px;
}
#banner, #contentMain {
	margin-left: 250px;
	margin-right: 0;
	/*min-width: 685px;*/
}
#banner {
	position: relative;
	height: 188px; /* Fixes IE 6 absolute within relative positioning bug */
}
#bannerTitle {
	position: relative;
	width: auto;
	margin-right: 382px;
}
#bannerPhotos {
	position: absolute;
	top: 0;
	right: 0;
	width: 366px;
}
#bannerPhotos .column1 {
	float: left;
}
#bannerPhotos .column2 {
	float: right;
}
.bannerBar {
	height: 12px;
	width: 175px;
	margin-bottom: 16px;
}
#title {
	position: relative;
	height: 160px;
	background-color: #050F46;
	vertical-align: bottom;
}
#title h1 {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
}
#bannerPhotos img {
	display: block;
	margin-bottom: 16px;
}
/*

—————————————————————————————————————————————
Layout — content

*/
#contentMain {
	position: relative;
	margin-top: 60px;
	padding-bottom: 2em; /* Not margin-bottom or IE doesn't leave a space */
}
/* Make box enclose floated objects */
#contentMain:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#contentMain .column1 {
	float: left;
	margin-right: 30px;
}
#contentMain .column2 {
	float: right;
	margin-left: 30px;
}
#advertising {
}
#advertising img {
}


