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

body {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-image: url(../graphics/canvas_background.gif);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000;
	margin-bottom: -10px;
	font-weight: normal;
	margin-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: -20px;
}
.rightcontent {
	float: right;
}
ul, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	list-style-type: circle;
	color: #000;
	letter-spacing: 0px;
	margin-left: 10px;
	white-space: normal;
	line-height: 25px;
	margin-right: 10px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 74px;
	width: 1000px;
	margin-top: 10px;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 700px;
	width: 1000px;
	margin-top: 0px;
}
.logo {
	float: left;
}
#left {
	float: left;
	width: 600px;
}
#right {
	float: right;
	width: 390px;
	height: 500px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav {
	float: right;
	margin-left: 5px;
}
