body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper{
	width:100%;
	/*height:100%;*/
	position:absolute;
	text-align: center;
}
#page{
	width:761px;
	/*height:100%;*/
	margin:0 auto;
	text-align:left;
	background:url(/media/layout/page_bg.gif) top repeat-y;
}
#content{
	padding:15px 18px;
}
#header{
	width:725px;
	height:153px;
	background:url(/media/layout/header.png) top no-repeat;
}
.headerButton{
	margin-top:10px;
	margin-left:11px;
}
.headerLink, .headerLink:link{
	border-bottom:none;
}
#subnav{
	height:54px;
}
#subnav_middle{
	margin-top:6px;
	height:48px;
	background:#F6F3F3;
}
#subnav_top{
	height:48px;
	background:url(/media/layout/subnav_top.gif) top no-repeat;
}
#subnav_bottom{
	height:48px;
	background:url(/media/layout/subnav_bottom.gif) bottom no-repeat;
}
#subnav_content{
	padding-top:16px;
	padding-left:16px;
}
a.subnavItem, a.subnavItem:link{
	font-weight:bold;
	margin-left:15px;
	color:#FF0000;
}
a.subnavItemActive, a.subnavItemActive:link{
	color:#957777;
	border:none;
}
a.subnavItem:hover, a.subnavItemActive:hover{
	color:#FFFFFF;
}
#body{
	margin-top:15px;
	padding:0 15px;
}
#footer{
	margin-top:55px;
	text-align:center;
	color:#CCCCCC;
	position:relative;
	bottom:0;
}
.boxedItem{
	position:relative;
	/*padding-left:165px;*/
	/*height:200px;*/
	/*padding-bottom:30px;*/
}
.boxedItem p, .boxedItem ul{
	margin-left:170px;
}
.boxedItem img.preview{
	/*position:absolute;
	top:0px;
	left:0px;*/
	float:left;
	margin-right:15px;
}
.hilited{
	border:#EE0000 2px dotted;
	padding:10px;
	/*background:#FEFAFA;*/
}
.boxedItem .hiliteBox{
	margin-left:165px;
}
hr.boxedItemClear{
	clear:both;
	border-bottom:1px #EEEEEE dotted;
	padding:10px 0;
}
ul{
	padding:5px 25px;
	background:url(/media/layout/backshadow.gif) top left no-repeat;
}
li{
	/*list-style-image:url(/media/layout/icon_bulletarrow.gif);*/
	list-style-image:url(/media/layout/icon_bulletaaro.gif);
	margin:5px 0;
}