body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	background-color: #9999FF;
	color: #FFFFFF;
	margin: 2px -3px;
	padding: 3px;
	width: 550px;
	border-bottom: 1px solid #6767AC;
	border-right: 1px solid #6767AC;
}
h1 {
	font-size: 200%;
	font-weight: normal;
}
h2, h3, h4, h5, h6 {
	font-size: 140%;
	font-weight: bold;
}
p {
	margin: 0px 0px 15px 0px;
}
input, textarea {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	width: 250px;
	height: 75px;
}
#container {
	position: relative;
	background-color: #F0F0FF;
	background-image: url(images/background_pic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	margin: 30px auto;
	padding: 105px 4px 4px 4px;
	border: 1px solid #6767AC;
}
#footer {
	position: relative;
	width: 742px;
	margin: 0px auto;
	padding: 25px 4px 25px 4px;
	text-align: center;
}
#content {
	position: relative;
}
#navigation {
	position: absolute;
	left: 225px;
	top: 9px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
}
#navigation ul li {
	display: inline;
	border-left: solid 5px #B7B7FF;
	padding: 1px 8px 0px 2px;
}
#navigation ul li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
#home {
	position: absolute;
	width: 58px;
	height: 32px;
	right: 0px;
	top: 0px;
}
#col-left {
	float: left;
	width: 250px;
	margin-right: 30px;
}
#col-right {
	float: left;
	width: 250px;
}
#spacer {
	clear: both;
	height: 0px;
	line-height: 0;
}