@charset "utf-8";
body {
	text-align: center;
	min-width: 785px;
	background-color: #86349d;
	margin-top: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 785px;
	text-align: left;
	background-color:#FFFFFF;
}

#header {
	width: 785px;
	background-color:#ffffff;
	clear:both;
}

#navbar {
	width: 115px;
	background-color:#ffffff;
	float:left;
	padding-left: 45px;
}

#content {
	width: 620px;
	float:right;
	background-color:#ffffff;
}

#footer {
	width: 785px;
	background-color:#f45753;
	clear:both;
	padding-top: .5em;
	padding-bottom: .5em;
}

#links {
	width: 110px;
	background-color:#f45753;
	padding-top: .5em;
	padding-left: .5em;
}

#content1 {
	width: 300px;
	float:left;
	background-color:#ffffff;
}

#contentform {
	width: 550px;
	float:left;
	background-color:#ffffff;
	padding-left:10px;
}

#content2 {
	width: 252px;
	float:right;
	background-color:#ffffff;
	margin-right: 40px;
}

#links a:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#links a:hover, #links a:visited {
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}

#links p {
	padding-left: 5px;
	padding-top: 5px;
}

#content1 p {
	padding-left: 10px;
}

#footer .smalltext1 {
	color:##FFFFFF;
}

#footer a:hover, #footer a:visited {
	color:#FFFF00;
	text-decoration:none;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}

p {
	margin: 0 0 0 0;
	padding: 0;
}
