/* navigation elements*/  @import url("navi.css");
/* page elements */ @import url("page.css");
html, body { 
	margin:0;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	color: #000; 
	font-size: 11px;
	min-height:100%;
}
html{
	background: #1e001a url(../../gfx/footer_bg2.jpg) no-repeat center bottom;
}
h1{
	margin:15px 0 20px;
	color:#3f173f;
	text-transform: uppercase;
	font-size:18px;
}
b{
	font-size:12px;	
}
img{
	border:none;
}
a, a:visited, a:active{
	color:#401840;
}
#mainwrapper{
	position:relative;
}
#pagewrapper{
	background: url(../../gfx/pagewrapper_bg.jpg);
}
#header{
	height: 103px;
	background: #21001b url(../../gfx/header_bg.jpg) no-repeat center;
	border-bottom:10px solid #fff;
	
}

#logoLink{
	height:50px;
	position:absolute;
	left:20px;
	top:31px;
	width:235px;
}
#menuwrapper{
	width:836px;
	margin:auto;
	position:relative;
}
#contentwrapper{
	background: url(../../gfx/page_bg.jpg) repeat-y;
	width:836px;
	margin:auto;
}
#content{
	padding:0 23px 23px;
}
img.headingImg,
.headingImg img
{
	border-bottom:8px solid #401840;
}
.leftContent{
	float:left;
	width:420px;
}
.rightContent{
	float:right;
	width:310px;
}
#footer{
	
}
#logo{
	position:absolute;
	width:740px;
	left:50%;
	margin-left:-370px;
	text-align:right;
	height:96px;
	background: url(../../gfx/mapLogoAntalis.gif) right 13px no-repeat;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
#admin{
	x-index: 100;
	margin-top:95px;
}
.accountBar {
	background: url(../../gfx/accountBar.gif) repeat-x;
	height: 9px;
}