body {
	font-family: verdana, arial, sans-serif;
	color:#3d3b3c;
	font-size:9.5px;
	line-height:1.25;
	background-color:#efefef;
	background-image:url(images/framework/background.jpg);
	background-repeat:repeat-x;
}

* {
	margin:0;
}

#container {
	position:relative;
	width:894px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:88px;
	background-image:url(images/framework/header.gif);
}

#maincontent {
	height:504px;
	background-image:url(images/framework/shadow.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}

#border {
	height:8px;
	background-image:url(images/framework/border.jpg);
}

#footer {
	text-align:right;
	color:#b1b0b0;
	font-weight:bold;
	font-size:11px;
	margin-top:10px;
	margin-bottom:15px;
	margin-right:6px;
}

#footer a {
		color:#868e5f;
		text-decoration:none;
}

#footer a:hover {
		color:#5b5b5b;
}

h1 {
	color:#adb292;
	font-size:18px;
}

.emphasize {
	font-weight:bold;
	color:#767f4a;
}

a {
	color:#3e5ca4;
	font-weight:bold;
		text-decoration:none;
}

a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
	


a:hover {
		color:#5b5b5b;
}
