body
{
	background: #eed9b0 url('images/poop_backgroundbkg.jpg') 0 0 repeat-x;
	margin:		0;
	padding:		15px 5px 15px 5px;
}
#container
{
	margin-left:	auto;
	margin-right:	auto;
	width:			759px;
}
/*header graphics*/
#head
{
	position:	relative;
	width:		100%;
	height:		182px;
	margin:		0;
	padding:		0;
	background:	url('images/poop_header.jpg') no-repeat;
}
#head a
{
	display:		block;
	height:		170px;
	width:		200px;
	cursor:		pointer;
}
#menu-container
{
	height:		24px;
	background: #5c3a00;
	width:		100%;
	border-bottom:	1px solid #001927;
}
#content
{
	width:			100%;
	background:		#FFF;
}
#content img
{
	border:			1px solid #5c3a00;
}
.content-pad
{
	position:		relative;
	padding:			10px;
}
/*foot*/
#foot
{
	position:			relative;
	width:				100%;
	background:			#c17a00 0 0 repeat-x;
	border-top:			1px solid #976400;
	height:				30px;
}
#copyright
{
	position:			relative;
	margin-top:			6px;
	text-align:			center;
	width:				100%;
	font-size:			12px;
	color:				#FFF;
}

/*logo positioning*/
.prodevlogo
{
	top:					-2px;
	right:				50px;
	position:			absolute;
}
.prodevlogo img
{
	/*margin:				-10px 0 -5px 0 ;*/
	border:				none;
}
.cmscommand
{
	top:					-6px;
	right:				10px;
	position:			absolute;
}
.cmscommand img
{
	border:				none;
}
/*for clearing floated elements*/
.clearl
{
	clear: left;
}
.clearr
{
	clear: right;
}
.clearboth, .clear
{
	clear: both;
}

.hidden
{
	display: none;
}

@media print
{

}