/* Start of CMSMS style sheet 'Fireproof Dev' */
body {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
	color:#FFFFCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
a { color:#FFFFCC; text-decoration:none; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color:#777777;}
a:hover { border-bottom-color:#333333; }

img, div { behavior: url(iepngfix.htc) }

#container {
	width: 850px;
	height: 1280px;
	margin:0 auto;
	padding: 0px;
	}

#top {
	height: 269px;
	background: url(img/top.jpg) no-repeat top center;
	}

#nav {
	height: 23px;
	padding: 243px 20px 0;
	}

	#nav ul {
		padding:0px;
		margin:0px;
		}

	#nav li {
		display:inline;
		font: 10px uppercase Geneva, Arial, Helvetica;
		list-style:none outside none;
		margin:0 10px 0 0;
		padding:0;
		text-transform:uppercase;
		}

	
#content {
	margin-left:auto;
	margin-right:auto;
	width: 737px;
	padding: 34px 20px;
	}

#content, p { padding-left: 12px; padding-bottom:34px; }

#map { margin-top: -100px; float:right; }

#where { margin-bottom: 100px; }


#content h2 { text-transform:uppercase; margin:0.83em 0 0; }
#content sub { font-style:italic; color:#777; }
.sub {font-size: 11px; font-style:italic; color:#777; }


#content .description { color:#FFF; padding-bottom: 5px; }

/* End of 'Fireproof Dev' */

