@charset "UTF-8";
/* CSS Document */

body {
	background-color:#CCC;
	background-image: url(Images/material_stack.JPG);
	margin: 0px;
	padding: 0px;
}



#wrapper {
	color: #000000;
	width: 910px;
	margin-top: 0px;
	border: thin solid #666666;
	background-color: #FFF;
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#header {
	height: 170px;
	width: 800px;
	border: thin solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}

#sidebar {
	background-color: #FFF;
	float: left;
	height: 160px;
	line-height: 20px;
	margin-left: 0px;
}
#menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}



#content {
	width: 560px;
	float: right;
	padding-right: 30px;
	margin-right: 100px;
}
#tools{
	height: 600px;
	width: 960px;
	margin-left: 50px;
	float: none;
}

#subheader {
	margin-left: 50px;
	height: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	float: left;
}
.img_right {
	float: right;
	margin-left: 20px;
}
.img_left{
	float: left;
	margin-right: 20px;
}
#content p {
	overflow: hidden;
	margin: 0px;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.item {
	margin-bottom: 10px;
}
#content .item {
	overflow: hidden;
}
#header h1 {
	display: none;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	list-style-type: none;
}

li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	list-style-type: none;
}
li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	height: 30px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	display: block;
}


li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	background-image: url(Images/thread.png);
	background-repeat: no-repeat;
	background-position: left;
	list-style-image: url(Images/thread.jpg);
}
