a:link, a:visited, a:active
{
	color:#990000;
	text-decoration:none;
}

#navigation a:link,#navigation a:visited,#navigation a:active
{
	color:#000000;
	text-decoration:none;
}

a:hover, #navigation a:hover
{
	color:#990000;
	text-decoration:underline;
}

body
{
	margin:0px 0px;
	background:url('images/side.jpg') repeat-y #999999 0px 470px;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	height:100%;
	width:100%;
	min-width:935px;
}

img
{
	border:0px;
}

#side
{
	background:url('images/sidepic.jpg') no-repeat;
	float:left;
	width:150px;
	height:470px;
}

#wrap
{
	background:url('images/wrap.jpg') repeat-y;
	width:650px;
	height:auto;
	position:absolute;
	left:150px;
	min-height:100%;
}

#banner
{
	width:650px;
	height:100px;
}

#main
{
	width:415px;
	float:left;
	padding-left:60px;
	padding-bottom:100px;
}

#navigation
{
	width:175px;
	float:right;
}

.maintitle
{
	background:url('images/maintitle.gif') no-repeat;
	height:30px;
	margin:0px;
	padding:10px 0px 10px 20px;
	color:#ffffff;
	font-size:13px;
}

.navititle
{
	background:url('images/navititle.gif') no-repeat;
	height:20px;
	margin:0px;
	padding:10px 15px 10px 15px;
	color:#ffffff;
	font-size:13px;
}

ul.navi
{
	list-style-image: url('images/pin.gif');
	font-size:14px;
	font-weight:bold;
}

ul.navi .postit
{
	display:none;
}

ul.navi:hover .postit
{
	display:block;
	width:180px; 
	position:absolute;
	left:605px;
	margin-top:-28px;
}

div.linktitle
{
	background:url('images/postitpin.gif');
	width:140px;
	padding-top:9px;
	padding-left:40px;
	font-size:14px;
	font-weight:bold;
}

div.linkbody
{
	background:url('images/postitbg.gif'); 
	width:180px;
	font-size:12px;
	font-weight:normal;
}

li.check
{
	list-style-image:none;
	list-style-type:disc;
	line-height:22px;
}

li.check:hover
{
	list-style-image:url('images/check.gif');
}

div.postitbottom
{
	background: url('images/postitbottom.gif') no-repeat;
	width:180px;
	height:73px;
}

#copyright
{
	width:475px;
	height:20px;
	text-align:center;
	font-size:10px;
	margin-top:10px;
	clear:both;
	position:absolute;
	left:0px;
	bottom:20px;
	z-index:2;
}
