
/* ====== The following CSS is provided as a visual aid, we will not be editing this bit ===== */
*{
	font-size:100%;
}



body{
	font:75%/140% Arial, Helvetica, sans-serif;
	text-align:center;
}

div{
	background:#FFFFFF;
}

h1,
h2{
	color:#900;
}

dd{
	margin-left:0;
}

/* ====== Begin editing below this line =====*/

#wrap{
	background: #F7F7F7;
width:770px;
margin:0 auto;
text-align:left;

}

#header2{
height: 15px;
width: 770px;
background:#660000;
}

#main-content{
float:left;
width:400px;
margin-left:185px;
display:inline;
background:#FFFFFF;
}

#sub-content{
float:left;
width:175px;
margin-left:10px;
background: #F7F7F7;
}

#sub-content iframe {
margin-left: 20px;}

#navigations{
float:left;
width:175px;
margin-left:-770px;
background: #F7F7F7;
}

.heading {
background:#660000;
color:#FFFFFF;}


#foot{
clear:both;
text-align:center;
background:#660000;
color:#CCCCCC
}

#foot a {
color:#FFFFFF
}

.hidden-navigation,
#navigations h2,
#foot h2{
width:1px;
position:absolute;
left:-9999px;
}

.newarticle {
background:#FFFFFF}

.newarticle h4 {
background-color:#990033;
color:#FFFFFF}