/* CSS Document */
/* © 2006 Factor 1 studios  |  factor1studios.com */
/* Don't Borrow, Hack, Snag, or Steal CSS Designs */

body {
	background-color: #eaa132;
	background-image: url(images/piping-01.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	padding:8px;
	background-color:#FFFFFF;
	width: 686px;
	min-height:400px;
	text-align:center;
	}
	
a img {border:0 none;}

A:link {
	color: #340C5F;
	text-decoration: underline;
	background: transparent;
	}

A:active {
	color: #340C5F;
	text-decoration: underline;
	}

 A:visited {
	color: #340C5F;
	text-decoration: underline;
	background: transparent;
	}

A:hover {
	color:#006600;
	background: transparent;
	text-decoration:underline;
	}
	
#header {
	width:686px;
	height:115px;
	padding:0px;
	text-align:left;
	overflow:hidden;
	}
	
#nav {
	width: 415px;
	height:105px;
	text-align:left;
	margin-left:-28px;
	_margin-left:10px;
	}
	
#nav ul {
	list-style-type: none;
	width: 415px;
	height: 92px;
	padding-bottom: 0px;
	margin-left:0px;
	}

#nav li {
	float: left;
	margin: 3px;
	height: 92px;
	background-repeat: no-repeat;
	background-position: left top;
	}

#nav li a {
	white-space: nowrap;
	height: 92px;
	text-align:left;
	display:inline-block;
	display:block;
	}
	
#nav #about { width: 95px; height:92px; background-image:url(images/nav_about_up.jpg); }
#nav #about  a:hover{ width: 95px; height:92px; background-image:url(images/nav_about_down.jpg); }

#nav #properties { width: 95px; height:92px; background-image:url(images/nav_prop_up.jpg);  }
#nav #properties a:hover{ width: 95px; height:92px; background-image:url(images/nav_prop_down.jpg);  }

#nav #events { width: 95px; height:92px; background-image:url(images/nav_event_up.jpg);  }
#nav #events a:hover{ width: 95px; height:92px; background-image:url(images/nav_event_down.jpg);  }

#nav #contact { width: 95px; height:92px; background-image:url(images/nav_contact_up.jpg);  }
#nav #contact a:hover { width: 95px; height:92px; background-image:url(images/nav_contact_down.jpg);  }

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-size:11px;
	line-height:24px;
	text-align:left;
	}
	
	h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-size:16px;
	line-height:20px;
	text-align:left;
	font-weight:bold;
	}
	
#container img {
	padding:0px;
	}
	
#footer {
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	width:686px;
	border-top:#4e4e4e solid thin;
	}
	
#footer2 {
	padding-top:5px;
	margin-top:5px;
	margin-bottom:10px;
	text-align:left;
	width:686px;
	margin-left: auto;
	margin-right: auto;
	padding:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#340C5F;
	}
