body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	background: url(images/cwd_logo2.jpg) no-repeat;
	height: 150px;
	width: 700px;
	margin: 0 auto;
	text-indent: -9000px;
}
ul {
	list-style-image: url(images/bullet.gif);
}
li {
	font-weight: bold;
	font-size: smaller;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	margin-top: 20px;
}
#content {
	width: 760px;
	margin-top: 10px;
}
#left {
	float: left;
	width: 400px;
}
#right {
	float: right;
	width: 350px;
	margin-top: 50px;
}
#right a {
	color: #397ec3;
	text-decoration: underline;
}
#right a:hover {
	color: #ff6a03;
	text-decoration: underline;
}
#right a:active {
	color: #82ba35;
	text-decoration: underline;
}
#footer {
	clear: both;
}
#footer p {
	font-weight: bold;
	font-size: large;
	text-align: center;
}
#bottom {
	padding: 0;
}
#bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #838383;
}

.bold {
	font-weight: bold;
}
