body {
 	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	color: #ffffff;
	background: #52453F url(back.jpg) repeat-x top;
 	}

#nav {
	color: #000000;
	width: 900px;
	margin: 0 auto;
	}	

#nav_wrap {
	float: left;
}

#nav_content {
	width: 900px;
	margin: 0 auto;
	height: 15px;
	padding-top: 15px;
}

#content {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	background: #76635C url(febanner.jpg) no-repeat top center;
	color: #000000;
	width: 900px;
	padding: 0px 0px;
	}

#header {
	width: 900px;
	height: 235px;
}

#content_wrap {
	float: left;
}

#main_content {
	padding-top: 8px;
	width: 900px;
	margin: 0 auto;
}

#content1_left {
	width: 720px;
	float: left;
	padding: 0px 4px 0px 4px;
	margin: 0px;
}

#content1_right {
	width: 160px;
	float: left;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	border: 0px;
}

#link_bar {
	letter-spacing: 1px;
	height: 22px;
	width: 100%;
	color: #ffffff;
}

#title {
	background: url(headerback.jpg) repeat-x top;
	height: 27px;
	width: 100%;
	color: #fff9ef;
	padding: 0px 2px 0px 2px;
}

.to-the-left {
	float: left;
}

.to-the-right {
	float: right;
}

ul {
	padding-bottom: 6px;
	padding-left: 3px;
	font-size: 1.2em;
	margin: 10px 0 0 0;
	list-style-image: none;
	list-style-type: none;
	}

ol {
	font-size: 1.2em;
	margin-top: 10px;
	margin-left: -20px;
	padding-bottom: 6px;
	}

li {
	padding-bottom: 4px;
	}

ul li {
	background: url(/images/bullet.gif) no-repeat 0 4px;
	padding-left: 12px;
	padding-bottom: 10px;
	}	

ol li {
	padding-bottom: 10px;
	}	

p {
	margin: 0 0 15px 0;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 500;
	}
	
td {
	font-size: 1.3em;
}

blockquote {
	margin: 0 30px;
	}

a, a:link {
	color: #bf8f5f;
	text-decoration: none;
	}

#link_bar a, a:link {
	color: #ffffff;
}

a:hover {
	color: #cf9f6f;
	}	

#content1_left img {
	border: 0px;
	}

#content1_right img {
	padding: 0px;
	}

h2 {
	margin: 0 0 5px 0;
	font-size: 1.8em;
	font-weight: normal;
	}
	
h3 {
	margin: 0 0 5px 0;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold
	}	
	
h4 {
	margin: 0px;
	font-size: 1.4em;
	font-weight: bold;
	}

hr {
	color: #000;
	background-color: #000;
	height: 1px;
	width: 720px;
}

input[type=text], textarea {
	background-color: #B6A394;
	font-size: 1.1em;
}

input[type=text] {
	width: 160px;
}

textarea {
	width: 618px;
	height: 50px;
	overflow: hidden;
}

input[type=submit] {
	background-color: #B6A394;
	font-size: 1.3em;
	color: #fff;
}

label {
	display: block;
	color: #fff;
	width: 100px;
}