body {
	background-color: #666666;
	font-family: Arial, helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #666666;
	line-height: 120%;
}

#wrapper {
	margin: 0 auto;
	width: 757px;
}

#header {
	float: left;
	height: 125px;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header li {
	float: left;
	list-style-image: none;
	list-style-type: none;
}

#middle {
	float: left;
	background-image: url(images/background.jpg);
	width: 757px;
}

#left {
	float: left;
	width: 171px;
}

#right {
	float: left;
	width: 586px;
}

#navigation {
	float: left;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style-image: none;
	list-style-type: none;
}

#main {
	float: left;
}

#bodytext {
	float: left;
	width: 380px;
	margin: 15px 0 15px 15px;
}

#subnav {
	float: left;
	width: 120px;
	margin: 15px 0 15px 20px;
}

li {
	list-style-image: url(images/bullet.gif);
	padding-bottom: 10px;
}




#footer {
	float: left;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bottombar {
	width: 700px;
	height: 35px;
	background-image: url(images/bottombar.jpg);
	margin: 0;
	padding: 0;
}

#copyright {
	clear: both;
	margin: 0 auto;
	width: 757px;
	text-align: center;
	font-size: 80%;
	color: #CCCCCC;
}

#copyright a {
	color: #CCCCCC;
}




b {
	color: #33A02B;
}

a {
	color: #33A02B;
}

h1 {
	font-size: 140%;
	color: #33A02B;
}

h2 {
	font-size: 100%;
	color: #33A02B;
}

img {
	border: 0;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	font-size: 90%;
}

form {
	margin: 0;
	padding: 0;
}

#notifications {
	float: left;
	background: #CCCCCC;
	padding: 10px;
}