@charset "UTF-8";
/* CSS Document */

* {
	/* margin:0; */ 
	padding:0;
	border:none;
	margin-top: 0px;
} /* this resets all browsers to "0", since some browsers have different defaults than others */


/* POSITIONING */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	background-color: #000000;
	color: #FFFFFF;
}

div { 
text-align:left;} /* this will make all text default to left within div containers */

#header {
	width:715px; /* to center the outer container in the window */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top:20px;
	text-align:right;
}
#container {
	width:848px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/global/bg.jpg);
	background-repeat: no-repeat;
	height: 599px;
}
#containerHome {
	width:848px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/home/home-bg.jpg);
	background-repeat: no-repeat;
	height: 599px;
}
#containerGallery {
	width:848px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/gallery/gallery-bg.jpg);
	background-repeat: no-repeat;
	height: 599px;
}
#containerContact {
	width:848px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contact/contact-bg.jpg);
	background-repeat: no-repeat;
	height: 599px;
}
#nav {
	margin-left: 120px;
	padding-top: 60px;
}
#mainContent {
	margin-left: 82px;
	margin-top: 40px;
	width: 480px;
}
#footer {
	width:848px;
	font-size:8pt;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

/* LINKS */

a:link {
	color: #cadd62;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a:visited {
	text-decoration: none;
	color: #cadd62;
}
a:hover {
	color: #cadd62;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #cadd62;
}
.footerNav a:link {
	text-decoration: none;
}
.footerNav a:visited {
	text-decoration:none;
}
.footerNav a:hover {
	text-decoration: underline;
}	
.footerNav a:visited {
	text-decoration:none;
}

/* GLOBAL STYLES */

h1 {
	color: #cadd62;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.img {
	border:none;
}
.disclaimer {
	font-size:10px;
}
.galleryText {
	line-height:16px;
}