body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	margin:0;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 700px;
	padding: 0px;
	background-color: #f7f5e6;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
}
#nav {
	float: left;
	width: 150px;
	text-align: left;
	background-image: url(images/navbg.jpg);
	height: 431px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
}
#content {
	float: right;
	width: 490px;
	text-align: justify;
	padding: 20px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #494949;
}
#content h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFCC00;
}

#header {
	height: 100px;
	background-color: #720000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#photo {
	background-image: url(images/photo.jpg);
	background-repeat: no-repeat;
	height: 128px;
	width: 680px;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#photo h1 {
	font-size: 2em;
	margin-bottom: 25px;
}
#photo h4 {
	font-size: 1.1em;
	line-height: 1.6em;
}
#header h1, h2 {
	text-transform: uppercase;
	color: #FFCC00;
	letter-spacing:3px
}
#header h3 {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 10px;
}
#ornam {
	margin-top: 10px;
}





h1, h2, h3, h4 {
	padding:0;
	margin:0;
	font-weight: normal;
	}
#nav li {
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: -30px;
	font-size: 2em;
	text-decoration: none;
	font-weight: bold;
	color: #494949;
	margin-right: 10px;
}
#nav a {
	text-decoration: none;
	color: #666666;
}
#nav a:hover {
	text-decoration: none;
	color: #000000;
}
#photo h4 a {
	padding-top: 25px;
	color: #FFFFFF;
	text-decoration: none;
}
#photo h4 a:hover {
	padding-top: 25px;
	color: #CCCCCC;
	text-decoration: none;
}

#content a {
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: normal;
}
#content h1 {
	font-weight: normal;
	font-size: 1.8em;
}

#content a:hover {
	color: #000000;
	text-decoration: underline;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}

