#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 160px;
	width: 1000px;
}
#leftbar {
	float: left;
	height: auto;
	width: 25%;
}
#maincolumn {
	float: right;
	height: auto;
	width: 70%;
}
#footer {
	float: left;
	width: 100%;
	color: #999999;
	padding: 20px;
}
.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
}
.linksmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
	line-height: 30px;
	text-align: left;
	white-space: nowrap;
	text-indent: -20px;
}
a {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
}
a:hover { text-decoration: underline}

p {font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; color: #000000}

h1 {
	color: #CC3399;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3399;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3399;
}

img {
	padding: 30px;
	}
