.urban {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
}
.bottom {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FFEFD3;
}
a:link {
	color: #9A3400;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #4b607d;
}
a:hover {
	text-decoration: underline;
	color: #4b607d;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body {
	background-image: url(../clip_art/backdrop/backdrop.jpg);
}
.textheader {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.textheader_red {
	font-family: "Century Gothic";
	font-size: 24px;
	color: #9A3400;
}
.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFEFD3;
}
.med_blue {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5B3D1B;
}
.med_lowercase {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #5B3D1B;
	text-transform: none;
}
.med_black {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #000000;
}
.urban_brown {
	font-family: "Century Gothic";
	font-size: 12px;
	text-transform: uppercase;
	color: #5E3D1C;
}
.urban2 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #5C3C1B;
	text-transform: none;
}
.smmed_black {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
}

#wrapper { width: 955px; margin: 0 auto; }

#top 
{ 
	width: 954px; 
	height: 146px;
	background-image: url(../clip_art/backdrop/top-bg.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	float: left;
}

#logo { width: 820px; height: 50px; margin: 0 auto; }

#logo img { margin-top: 80px; } 

#content { 
	width: 954px; 
	height: 100%;  
	background-image: url(../clip_art/backdrop/body-bg.png);
	background-repeat: repeat-y;
	float: left;

}

#bottom {
	width: 954px; 
	min-height: 200px;  
	background-image: url(../clip_art/backdrop/bottom-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin-left: 0px;
	

}

