
/* Layout Stylesheet */ 

body {
	background:#fff url('../img/core/headerBG.png') repeat-x;
	color: #333333;
	text-align:center;
	padding:0;
}

#outer {
	text-align:left;
	width:800px;
	margin:auto;
}

#bodyblock {
	position:relative;
	color: #333333;
	width:800px;
	padding:0;
}

#l-col {
	float:left;
	color: #333333;
	width:200px;
	text-align:left;
	margin-bottom:30px;
}

#logo {
	position:relative;
	top:25px;
	left:4px;
	background:#7FABC0;
	height:67px;
}

#navigation {
	position:relative;
	top:40px;
	left:4px;
}

#messages {
	position:relative;
	top:65px;
	left:4px;
	width:202px;
}

#cont {
	position:relative;
	margin-right:40px;
	width:530px;
	color: #333;
	text-align:left;
	background:#fff;
	background-position:bottom;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
#contBG {
	position:absolute;
	bottom:-5px;
	background:#f00 url('../img/core/contBtm.png') no-repeat;
	height:5px;
	width:532px;
}

#c1 {
	float:left;
	width:260px;
}

#c2 {
	float:right;
	width:260px;
}

#slogan {
	position:relative;
	left:5px;
	background:url('../img/core/burst.png') no-repeat;
	height:53px;
	width:200px;
	padding:5px 0 0 85px;
	font-size:12px;
}

#ftr {
	color: #333333;
	margin:15px 0 0 0;
	background:url('../img/core/footerBG.png') repeat-x;
	height:69px;
	border-top:20px solid #7FABC0;
}

#ftrCont {
	width:800px;
	margin-left: auto ;
	margin-right: auto ;
	margin-top:0;
	text-align:left;
}

#ftrNav {
	float: right;
}

.clr {
	clear:both;
}