body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(/images/bg.gif);
	margin: 0px 0px 0px 0px;
}
#spacer{
	/* just an ie work around */
   height: 10px;
   
}
#main{
	clear: left;
	width: 788px;
	margin: auto;
	background-image:url(/images/content-bg.gif);
	background-repeat: repeat-y;
}
input, select, textarea{
	border: 1px solid #B3AEAE;
	background-color: #F8F3F3;
}
input:focus{
	background-color: #FFF4CA;
}

#header-left{
	width: 577px;
	height: 88px;
	float: left;
	overflow: hidden;
}

#header-logo{
	width: 202px;
	height: 88px;
	background-image: url(/images/header-logo.gif);
	background-repeat: no-repeat;
	float: left;
}
#menu{
	clear: left;
}
#content{
	width: 788px;
	clear: left;
	min-height: 250px;
	margin: 6px;

}

.menublock, .display{
	float: left;
	height: 88px;
	width: 192px;
}

.subs{
	background-color: #666;
	position:absolute;
	width: 112px;
	text-align:right;
	left: inherit;
	top: inherit;
	right: inherit;
	bottom: inherit;
	float:none;
	
}
.subs a{
display: block;
}

.menublock .subs{
display: none;
}
a.tl, a.sl { 
display: block;

}

img.sl{
border: none;
margin: 1px 0 0 0;
}

#content-left{
	float: left;
	width: 577px;
}
#content-right{
	float: left;
	width: 202px;
	text-align: center;
}
#bottom{
	width: 788px;
	height: 22px;
	clear: left;
	background-image:url(/images/border-bottom.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
}

h1{
	font-size: 18px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
.s{
	font-size: 11px;
}
hr{
	color: #B3AEAE;
	border-bottom: 0;
}
a{
	color: #2B45FF;
}
a:visited{
	color: #D70D16;
}