@charset "windows-1252";
 
body {
	font-family: tahoma;
	background-color: #ffffff;
	margin-top: 0px;
}

/* Link styles */ 

A:visited {color : #9999CC; text-decoration : none;}
A:link {color : #9999CC; text-decoration :none;}
A:hover {color: #FFFFCC; }
A:active {color : #660000; text-decoration : none;}


#main {
	  margin-left: 117px;
	  border-left: 1px solid black; 
	  border-right: 1px solid black;
	  border-bottom: 1px solid grey;
	  width: 800px;
	  min-width: 800px;  
}


#header {
	height: 175px;
	background-image: url("../images/header_bg3.jpg");
	background-repeat: no-repeat;
	background-color: #333333;
	
}

#sub_title {
	color: #FFFFCC;
	font-size: 1.3em;
	font-family: "ITC Garamond", garamond;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	left: 25px;
	top: 140px;
}

#nav {
	background-image: url("../images/nav_grad.jpg");
	background-repeat: repeat-x;
	padding: 0.7em 0 0.7em 0.7em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#nav_text {
	font-size: 0.8em;
	}

A.nav_button:visited {color : #000000; text-decoration : none;}
A.nav_button:link {color : #000000; text-decoration :none;}
A.nav_button:hover {color: #996633;}
A.nav_button:active {color : #660000; text-decoration : none;}	
	
.content_header {
	font-size: 1.2em;	 
}

p.content {
	
}

#contact_info {
	float: right;
	font-size: 0.8em;
	color: #FFFFCC;
	text-align: right;
	padding-top: 3em;
	padding-right: 1em;
}
