/*Containers*/

*
{
	margin: 0;
	padding: 0;
}
#contentBox{
	float:right;
	padding: 0 15px;
	width:750px;
	height:100%;
}
#contentBox P{

	font-size: 1em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.topLayer, .topLayerTitle{
	height: 30px;
}

.topLayerTitle{
    margin-top: 20px;
}

.bottomLayer{
	height: 30px;
	clear:both;
}
.actions{
	float:right;
	clear:right;
	padding-top: 15px;
	width:30%;
	text-align:right;
}
.title1{
	float:left;
	margin: 0;
	padding: 10px 0 20px 0;
	font-family: 'Comic Sans MS', cursive; 
	text-transform:uppercase;
	font-weight: bold;
	color: #b61104;
	width:80%;
}

#ContentPaneBox{
	float:left;
	width:740px;
	clear:both;
	padding-top: 20px;
	font-weight:200;
	
}

#MenuContent
{
    float:left;
	width:185px;
	clear:both;
	padding-top: 0px;
}

#Content
{
    display:block;
	float: left;
	width:760px;
	height:auto;
	padding: 5px 15px;
}
