body {
	font-family: 'Cabin', sans-serif;
	margin: 0;
	padding: 0;
	background: #aa212e url(images/redbackground_01.jpg) repeat-y;
	background-position: 50% 0px;
}
#wrap {
	position: relative;
	width: 849px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#topbanner {
	background-image: url(images/topbanner_03.jpg);
	height: 150px;
	width: 849px;
}
#content {
	background-image: url(images/beigebackground.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 707px;
	background-color: #FFFFFF;
	padding: 20px 70px 10px 70px;
}


#navbar {
	background-image:url(images/navbar_03.jpg);
	width: 849px;
	height: 66px;
	word-spacing: 0em;
	letter-spacing: 0em;
	text-align: left;
}
#footer {
	height: 40px;
	width: 849px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color:#000000;
	background-image: url(images/footer.jpg);
}
#footer p {
	font-family: 'Cabin', sans-serif;
	color: #FFFFFF;
}

#content p {
	font-family: 'Cabin', sans-serif;
	font-size: 0.9em;
	color: #333333;
	font-weight: normal;
}
#content ul {
	font-family: 'Cabin', sans-serif;
	font-size: 0.8em;
	list-style-image: url(images/bulletpoint.gif);
}
#content li {
	line-height: 30px;
}
#content h1 {
	font-family: 'Crushed', cursive;
	font-size: 2em;
	color: #7485a1;
	line-height: 60px;
}
#content h2 {
	font-family: 'Crushed', cursive;
	font-size: 2em;
	color: #741721;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 25px;
}
#content a:hover, #content a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996633;
	text-decoration: underline;
	font-weight: bold;
}
#content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #741721;
	text-decoration: underline;
	font-weight: bold;
}
#content .img-right {
	float: right;
	margin: 0 0 10px 10px;
}
#content .img-left {
	float: left;
	margin: 0 10px 10px 0;
}
#content .border {
	border: 1px #b5916f dotted;
	padding: 5px 10px 5px 10px;
	height: auto;
	margin-top: 15px;
	margin-left: 30px;
	width: 600px;
}
#navbar ul {
	list-style: none;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 849px;
	padding: 20px 10px 5px 60px;
}
#navbar li {
	display: inline;
	padding-left: 10px;
	font-size: 17px;
	font-family: 'Cabin', sans-serif;

}
#navbar a:link, #navbar a:visited {
	color: #FFF;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFCC66;
}
.table_p {font-family: 'Cabin', sans-serif; 
	font-size: 0.5em; color: #333333;
}
	
