#header {
	background-image: url(imgs/shadow.jpg);
	background-repeat: repeat-x;
	height: 122px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
#middle {
	width: 100%;
}
#menu {
	width: 15%;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}
#content {
	float: left;
	width: 75%;
}
#footer {
	clear: both;
	float: left;
	height: 33px;
	width: 100%;
}
a:link {
	text-decoration: none;
}
a, a:visited { 
 text-decoration: none;
 color: #000
}
a:hover {  
 color: #0C9
}
a:active {
	text-decoration: none;
	color: #0C9;
}
