body 
{
	background-color:#6e6f84;
	color:#000000;
	font-family:Verdana,Helvetica,Arial,sans-serif;
}

h1
{
	font-size:22px;
}

a
{
	color:#000;
	text-decoration:none;
}

li
{
	list-style-type:none;	
}

div#rootContainer
{
	margin: 0px auto;
	min-height: 845px;
	width: 954px;
	background-color:#e5e1d7;
	padding:20px;
}

div#rootContainer #leftSideContainer
{
	float:left;
	text-align:center;
	padding-right:10px;
}

div#rootContainer #leftSideContainer #imageContainer
{
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:2px solid;
	width:226px;
}

div#rootContainer #leftSideContainer #menu
{
	margin-top:15px;
	width:206px;
	background-color:#d5ce97;
	padding:8px 10px 40px 10px;
	border:#fff 1px solid;
}

div#rootContainer #rightContainer
{
	margin-left:240px;
	width:74%;
}

div#rootContainer #rightContainer #header
{
	height:133px;
}

div#rootContainer #rightContainer #content
{
	border:none;
	padding: 0 20px 20px 20px;
}

div#rootContainer #rightContainer #content p
{
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	text-decoration:none;
	text-transform:none;
	margin:0px;
}





