/* Page Body Layout */
body {
		height						:100%; /* this is the key! */
		background 					:#4B4C46;
		margin-top					:40px;
		margin-bottom				:0px;
		padding						:0;
}

#wrapper {
		width						:990px;
		height						:auto !important; 	/* real browsers */
		height						:100%; 				/* IE6: treaded as min-height*/
		min-height					:100%; 				/* real browsers */
		background					:transparent;
		margin-left					:auto;
		margin-right				:auto;
		/* Borders so you can see the various boxes */
		border-top					:0px solid #FFFFFF;
		border-bottom				:0px solid #FFFFFF;
		border-left					:0px solid #FFFFFF;
		border-right				:0px solid #FFFFFF;
}
#header {
		height						:270px;
		background					:transparent;
		width						:990px; 		/* This width needs to account for the border width */
		margin-top					:0px;
		margin-bottom				:0px;
}
#navigation  {
		width						:990px;
		height						:52px;
		margin-top					:0px;
		margin-left					:0px;
		margin-bottom				:0px;
		padding						:0px 0px 0px 0px;
}

#middle_body {
		margin-top					:20px;
		margin-bottom				:20px;
		width						:990px;
		height						:100%;
		background					:transparent;
		padding						:0px 0px 0px 0px;
}
#footer_box {
		width						:990px;
		height						:22px;
		margin-top					:0px;
		padding-top					:0px;
		margin-left					:auto;
		margin-right				:auto;
		margin-bottom				:0px;
		/* Borders so you can see the various boxes */
		border-top					:0px solid #FFFFFF;
		border-bottom				:0px solid #FFFFFF;
		border-left					:0px solid #FFFFFF;
		border-right				:0px solid #FFFFFF;
}
/* End Page Body Layout */

/* Clear floats from layout */
.clear{
		clear						:both;
		height						:1px; 
}
.paragraph-clear{
		clear						:both;
		padding-top					:10px;
}

/* Force vertical scrollbar in Gecko browsers */
#scroll 		{ 
		position					:absolute; 
		top							:0px; 
		bottom						:-1px; 
		visibility					:hidden 
}