@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-color: #303027;
}
p {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 932px;
	background-image: url(../images/column_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px auto;
	}

#page {
	width: 932px;
	margin: 0px auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

#nav {
	float: left;
	height: 26px;
	width: 912px;
	margin-top: 122px;
	padding-top: 8px;
	padding-left: 20px;
}
.nav, .nav a, .nav a:link, .nav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-variant: small-caps;
	text-transform: none;
	color: #BDCD1C;
	letter-spacing: .2em;
	text-decoration: none;
}

.nav a:hover {
	color: #FFFFFF;
}


#column {
	float: left;
	width: 211px;
	margin-top: 14px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #000000;
}


#content {
	float: left;
	width: 681px;
	margin-top: 53px;
	background-color: #ADAB90;
}

#content2 {
	float: left;
	width: 932px;
	margin-top: 53px;
	background-color: #ADAB90;
}

#photo {
	background-color: #333333;
	float: left;
}


#text {
	float: left;
	width: 320px;
	margin-top: 20px;
	margin-left: 40px;
}

#text2 {
	float: left;
	width: 320px;
	margin-top: 20px;
	margin-left: 20px;
}

#footer {
	float: right;
	height: 26px;
	width: 681px;
	color: #FFFFFF;
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: italic;
	background-color: #000000;
}

#footerbg {
	float: right;
	height: 34px;
	width: 932px;
	background-color: #000000;
}

.bodytext {
	font-size: 0.9em;
	line-height: 1.4em;
}

.smalltext {
	font-size: 0.75em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

.whitetext {
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

.greentext {
	color: #B1BD1C;
	font-style: italic;
}
