@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000
}

#container {
	height: auto;
	width: 900px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}

/* header 
------------------------------------------------------------ */
#header {
	height: 65px;
	width: 900px;
	background-color: #000;
	background-image:url(../images/header.jpg);
	
}
#uppernav {
	width:200px;
	height: 25px;
	float:right;
	color:#666;
}
#uppernav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#uppernav ul li{
	float:right;
	line-height:25px;
	padding: 0 0 0 35px;
}
#uppernav ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
	color:#666;
}
#uppernav a:hover {
	color:#444;
	border-bottom: 2px solid #444;
}



/* content 
------------------------------------------------------------ */
#contentwrapper {
	width: 900px;
	height: auto;
	background-color:#222;
	margin-bottom:5px;
	padding-bottom: 15px;
}

#content {
	width: 900px;
	height: auto;
	padding-top: 50px;
	
	
}

#pictures {
	height:auto;
	width:900px;
	
}

#pictures a:hover{
	border-bottom: 1px solid #666;
}

/* gallerynav 
------------------------------------------------------------ */
#gallerynav {
	width:450px;
	height: 25px;
	margin-top: 15px;
	background-color:#000;
	float:right;
	color:#666;
}
#gallerynav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#gallerynav ul li{
	float:right;
	line-height:25px;
	padding: 0 0 0 20px;
}
#gallerynav ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
	color:#666;
}
#gallerynav a:hover {
	color:#444;
	border-bottom: 2px solid #444;
}

#slideshow {
	width: 870px;
	height: 450px;
	margin-left: 15px;
}

#contact{
	width: 500px;
	height: auto;
	margin-left: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	text-align:left;
}

#contactpic {
	width:300px;
	height:200px;
	float:right;
	margin-right: 50px;
}

#form {
	width: 500px;
	margin-left: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
}


#contactbg{
	background-image:url(../images/contactbg.jpg);
	background-repeat:no-repeat;
	width: 870px;
	height: 450px;
	margin-left: 15px;
}





#contactform {
	width: 350px;
	height: 50px;
	padding-top: 340px;
	margin-left: 70px;
	font-size: 24px;
	text-align: center;
	float:left;
}

#contactform a {
	text-decoration:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	
}

#contactform a:hover {
	text-decoration:none;
	color:#666;
	border-bottom: 2px solid #333;
}




#socialbtns {
	width: 300px;
	height: 200px;
	padding-top:230px;
	color:#FFF;
	float:right;
	
}

#socialbtns a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}


#socialbtns a:hover {
	text-decoration:none;
	color:#666;
	border-bottom: 2px solid #333;
}

/* footer 
------------------------------------------------------------ */
#footer {
	width: 900px;
	height: 40px;
	background-color:#000;
	text-transform: uppercase;
	color:#222;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
#footer a {
	color:#333;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#footer a:hover {
	color:#444;
	text-decoration:underline;
}

/*  typography elements
----------------------------------------------------------------- */



/*  classes
----------------------------------------------------------------- */
.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.lightbox {
	border: 10px solid #000;
}

.no_border {
	border: 0px;
	text-decoration:none;
}
