* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 18px;
}

body {
	background-color: #f5f5f5;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

a:hover {
	text-shadow: 1px 1px 0px black;
}

div#wrapper {
	width: 801px;
}

div.shadow {
	float: left;
	background-image: url(../img/shadow.jpg);
	min-width:3px;
	height:100%;
}

div#title {
	background-color: #ffffff;
	height: 50px;
	width: 100%;
}

	div#title_left {
		float: left;
		width:798px;
	}
	
div#head {
	width: 100%;
	height: 164px;
	padding-left: 178px;
}

div#main {
	width: 805px;
	height: 600px;
}

div#navigation {
	float: left;
	padding: 10px 0px 10px 2px;
	width: 178px;
	background-color: #ffffff;
	border-right: 1px solid #B2B2B2;
	height: 100%;
}

	div#navigation ul {
		list-style: none;
	}
	
	div#navigation li {
		line-height: 25px;
	}
	
	div#navigation li a {
		color: #000000;
		text-decoration: none;
		padding-left: 16px;
		width: 158px;
		line-height: 20px;
		margin: 2.5px 0px;
		display: block;
	}
		div#navigation li a:active {
			color: #000000;
			text-decoration: none;
		}
			
		div#navigation li a:hover {
			color: #000000;
			background-image: url(../img/button_hover.jpg);
			width: 158px;
			line-height: 20px;
			margin: 2.5px 0;
			color: #ffffff;
		}

div#content {
	float: left;
	height: 600px;
}

div#content a:hover {
	text-shadow: 0px 0px 0px;
}

	div#content_left {
		float: left;
		padding: 16px 15px 4px 15px;
		width: 588px;
		background-color: #ffffff;
		height: 100%;
	}

div#footer {
	height: 22px;
	width: 783px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../img/footer.jpg);
	text-shadow: 1px 1px 0px black;
}

	div#footer a {
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		font-size: 10px;
	}
	
		div#footer a:hover {
			text-decoration: underline;
		}
		
h1 {
	font-size: 12px;
}