﻿/* Main layout divs
---------------------------------------------------------------------------- */
#Diet {
	border: thin solid #FF0000;
	padding: 6px;
	background-color: #FFCCCC;
	margin: 12px 6px 12px 0px;
}
#wrapper {
	width: 985px;
}

#top {
	
}

#main {
	margin: 10px 0;
}

#left {
	float: left;
	width: 166px;
	padding: 0 0 10px 10px;
}

#left-content {
	width: 156px;
}

#center {
	float: left;
	width: 622px;
}

#center-content {
	width: 622px;
	border-left:1px black solid;
	border-right:1px black solid;
	padding:0 7px 0 7px;
	}

#center-content-top {
	width: 622px;
	border-bottom: 1px solid #005952;
}

#right {
	float: right;
	width: 180px;
}

#sponsor {
	float: right;
}

#batman {
	width: 605px;
}

#body-content {
	float: left;
}
.clear {
	clear: both;
}

/* Home page related layout
--------------------------------------------------------------*/

/* Footer layout
--------------------------------------------------------------*/
#footer {
	float: none;
	clear: both;
	padding-left: 15px;
	border-top: 1px solid #234a00;
	border-bottom: 1px solid #234a00;
}
