body{
	margin: 0em auto 0em auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color:#FFFFFF;
	color:#FFFFFF;
}
#content_holder{
	text-align: left;
	margin: 72px auto 0px auto;	
	width: 856px; /* em*/
	position:relative;
	height:520px;
}
#content_holder #box{
    width:850px;
    height:515px;
    float:left;
}
#shadow_top {
    width:6px;
    height:12px;
    float:left;
    position:relative;
    background:url(../images/topside_shadow.gif) no-repeat;
    margin-top:100px;
}
#shadow_holder {
    width:6px;
    height:408px;
    background:url(../images/side_shadow.gif) repeat-y;
    position:relative;
    float:left;
}
#header_holder {
	position:relative;
	width:850px;
	height:100px;
	background-color:#FFFFFF;
}
#header_holder h1 {
	float:left;
	font-size: 40px;
	font-weight: none
	colour:#000000;
	position:relative;
	margin:25px 0px 0px 10px;
	padding:0;
}
#layout_holder {
	position:relative;
	width:850px;
	height:420px;
}
#sidebar {
	position:relative;
	width:210px;
	height:420px;
	float:left;
	background-color:#003366;
}
#sidebar ul {
	margin:10px 5px 0px 25px;
	padding:0;
	line-height:1.25em;
}
#sidebar ul li ul {
	margin:0px 0px 0px 10px;
	padding:0;

}
#sidebar ul li, #sidebar ul li ul li {
	list-style:none;
}
#sidebar ul li a, #sidebar ul li ul li a{
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
}
#sidebar ul li a:hover, #sidebar ul li ul li a:hover{
	font-weight:bold;
}
#actual_content_, #actual_content_mustard, #actual_content_green, #actual_content_blue, #actual_content_purple, #actual_content_yellow, #actual_content_pink {
	position:relative;
	width:430px;
	height:420px;
	overflow:auto;
	float:left;
}
#side_img {
	height:420px;
	width:210px;
	background-color:#333333;
	position:relative;
	float:right;
}
#side_img img {
	width:210px;
	height:210px;
	border:0;
	padding:0;
	margin:0;
	float:right;
	clear:right;
	position:relative;
}
#footer{
	width: 850px; /* em*/
	height:1.5em;
	text-align:center;
	color:#000000;
	margin:5px auto 0px auto;
}
#bottomshadow_holder {
    width:856px;
    height:7px;
    text-align:center;
    margin:0;
    padding:0;
}
#bottomshadow_holder #left_shadow {
    width:12px;
    height:7px;
    float:left;
    background:url(../images/bottomleft_shadow.gif) no-repeat;
    position:relative;
}
#bottomshadow_holder #middle_shadow {
    width:838px;
    height:7px;
    float:left;
    background:url(../images/bottom_shadow.gif) repeat-x;
    position:relative;
}
#bottomshadow_holder #right_shadow {
    width:6px;
    height:7px;
    float:left;
    background:url(../images/bottomright_shadow.gif) no-repeat;
    position:relative;
}
#header_holder img {
	float:left;
	padding:0;
	margin:10px 0px 0px 10px;
	border:0;
	position:relative;
}
#actual_content_{
	background-color:#336699;
}
#actual_content_mustard {
    background-color:#CC9933;
}
#actual_content_blue {
    background-color:#336699;
}
#actual_content_purple {
    background-color:#660099;
}
#actual_content_yellow {
    background-color:#00ffee;
}
#actual_content_green {
    background-color:#669966;
}
#actual_content_pink {
    background-color:#eeffee;
}
#actual_content_ div, #actual_content_mustard div, #actual_content_green div, #actual_content_blue div, #actual_content_purple div, #actual_content_yellow div, #actual_content_pink div {
	width:395px;
	margin:15px 10px 10px 15px;
}
