@charset "UTF-8"; 
 
div#layoutContainer {
    width				: 1200px;
    margin				: 0px auto;
}

img {
    border				: 0px;
}

div#layoutHeader {
    width				: 1200px;
	height				: 288px;
	background-image	: url(gallery/header.jpg);
}

div#MainContent {
	background-image	: url(gallery/main.jpg);
	background-repeat	: no-repeat;
	background-position	: top;
	min-height			: 443px;
}

div#footertop { 
	background-image	: url(gallery/footertop.jpg); 
	height				: 57px; 
	background-repeat	: repeat-x; 
}

div#footer {
	border-top			: #cd5231 16px solid;
	background-color	: #000;
}

div#footerline {
	height				: 3px; 
	background-color	: #bed6ec; 
	text-align			: center;
}


