body{
	background-image: url(/images/secondary-bg.gif);
	background-repeat: repeat-x;
}
#container{
	background-image: url(/images/secondary-container-bg.jpg);
	background-repeat: no-repeat;
	background-color:#fff;
}
#leftcolumn, #rightcolumn{display:inline;float:left;margin-top:150px;}
#leftcolumn{
	width:182px;
}
#leftcolumn ul{
	width:145px;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
    color:#003366;
}
#leftcolumn li{
	padding:5px 10px 5px 15px;
	border-bottom:1px solid #cccccc;
}
#leftcolumn a{color:#003366;text-decoration:none;}
#leftcolumn a:hover{color:#79a8d7;text-decoration:none;}
#rightcolumn{
	width:560px;
	padding-bottom:30px;
}
#leftsubcontent{width:130px;margin:20px 0 0 15px;}
#rightcolumn ul{margin-left:30px;}