/* DEFAULTS AND RESET */

html, body, a, form, img, h1, h2, h3, p, ul, li {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

div {
	position:relative;
	z-index:1;
}



/* BODY */

body {
	background:#666666;
}



/* HEADER */

#header {
	width:100%;
	height:165px;
	background:url(../images/backgrounds/header.jpg) repeat-x top;
	text-align:center;
}



/* NAVIGATION */

#nav {
	width:100%;
	height:37px;
	background:url(../images/backgrounds/nav.gif) repeat-x top;
	text-align:center;
}

#nav2 {
	width:700px;
	margin:0 auto;
}

#nav2 a {
	display:block;
	float:left;
	width:140px;
	height:12px;
	margin:2px 0 0 0;
	padding:9px 0 12px 0;
	background:#333333;
	letter-spacing:0.05em;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
}

#nav2 a:hover {
	background:#444444;
}



/* CONTENT AREA */

#content {
	width:100%;
	background:url(../images/backgrounds/content.jpg) repeat-x top #4c4c4c;
	padding:40px 0 0 0;
}

#content2 {
	width:700px;
	margin:0 auto;
}

#imageflash {
	width:245px;
	height:300px;
	margin:0 25px 0 0;
	float:left;
}

#text {
	float:right;
	width:430px;
}

#text img {
	margin:0 0 0 -4px;
}

#text p {
	margin:21px 0 0 0;
	line-height:1.5em;
	color:#cccccc;
}

#text p.quote {
	font-style:italic;
}

#text p.credit {
	margin:7px 0 0 0;
	font-weight:bold;
}

#text p.first {
	margin:7px 0 0 0;
}

#text h1 {
	margin:21px 0 0 0;
	font-weight:bold;
	color:#cccccc;
}

#text a {
	color:#ffffff;
	text-decoration:none;
}

#text a:hover {
	color:#999999;
}



/* GALLERY */

#text img.thumb {
	margin:0 10px 0 0;
	float:left;
}

#text img.thumbend {
	margin:0;
}

#text p.gallery {
	margin:10px 0 0 0;
}


/* FOOTER */

#footer {
	width:100%;
	height:65px;
	background:url(../images/backgrounds/footer.gif) repeat-x top;
}

#footer2 {
	width:700px;
	margin:0 auto;
	padding:15px 0;
}

#footer2 a {
	color:#333333;
	text-decoration:none;
}

#footer2 a:hover {
	color:#aaaaaa;
}

#footerleft {
	width:400px;

}

#footerleft p {
	text-transform:uppercase;
	float:left;
	margin: 3px 30px 0 0;
}

#footerleft img {
	float:left;
	margin:0 10px 0 0;
}

#footerright {
	float:right;

}

#footerright p {
	text-transform: none;
	text-align:right;
	margin:3px 0 0 0;
	color:#333333;
}