body {
	text-align:center;
	font-family:helvetica,arial,sans-serif;
	color:#303030;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1020px;
	background: url("../images/background.png") repeat;
}

#header {
	margin: 0 0 15px 0;
	//background: yellow;
}

#side-a {
	float: left;
	width: 200px;
	margin-bottom:30px;
}

#side-b { 
	margin: 0px;
	margin-left: 40px;
	float: left;
	width: 760px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	//background:url("../images/shadow_bottom2.png") no-repeat; 
	//height:23px;
	width:100%;
}




#title {
	width:760px;
	height:36px;
	text-align:left;
	font-size:36px;
	margin-bottom:30px;
	border-bottom:5px solid #c0c0c0;
}



#navigation a {
	display: block; 
	position:relative;
	left:40px;
	width: 160px; 
	border: 0px; 
	margin-top:20px;
	padding-top: 10px;
	padding-bottom:10px;
	background: black; 
	color:white;
	font-size:18px;
	text-decoration: none;
	text-align:left;
	padding-left:20px;
	opacity:0.3;
	filter:alpha(opacity=30);
}

#navigation a.sublevel {
	left:56px;
	width: 140px; 
	margin-top:2px;
	padding-top: 2px;
	padding-bottom:2px;
	font-size:14px;
}

#navigation a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}

#navigation a#active_menu {
	opacity:1;
	filter:alpha(opacity=100);
}

#navigation a.sublevel#active_menu {
	opacity:0.7;
	filter:alpha(opacity=70);
}

/*
a.linkimage {
	opacity:1;
	filter:alpha(opacity=100);
}

a.linkimage:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}
*/

img.linkimage {
	border:0;
}

img.linkimage:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

a {
	color:#3d586a;
}

a:visited {
	color:#4d7087;
}
