/* stylesheet for Out of the Mist Gallery pages in public_html subdirectory */

body {
	background-repeat:no-repeat;
	background-color: #000000;
	background-image:url(../bg_image.jpg);
	background-position: 10px 160px;
	margin: 0;
}  

#container {
	padding-top: 10px;
	margin: 0;
}
	
div#contact {
	position: absolute;
	left: 545px;
	top:15px;
	color: #ccc;
	float: left;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
}

#contact a {
	color: #fff;
}

div#header{
	background-color: #333;
	border-top-width: thin;
	border-bottom-width: 1px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-bottom: 5px;
	width: 100%;
	height: 120px;
	margin-top: 0;
}

div#header img {
	height: 110px;
	float:left;
	padding-left: 20px;
	padding-top: 5px;
}
	
div#header h1 {
	color: #ccc;
	font-size: 2.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 50px;
	padding-left: 125px;
	font-weight: bold;
}

div#header h2 {
	position:absolute;
	left:120px;
	top:81px;
	width:350px;
	height:20px;
	z-index:1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #CC9900;
	margin: 5px 0 0 10px;
	font-weight: bold;
}

div#wrapper {
	width: 795px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
}

#nav {
   padding: 0 0 20px 0;
	}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: .91em;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px 6px 10px;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #cc9933;
        background: url(Rounded.gif) no-repeat bottom center;
}

div#items {
	background-color: #000;
	margin: 0 0 0 50px;
}

div#items img {
	padding: 5px;
	margin: 10px;
}

div#items h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #ccc;
	margin: 30px 0 20px 250px;
}

div#footer{
	color:#fff;
	background-color:#333;
	clear:both;
}

div#footer p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 20px;
	margin: 20px 0 0 0;
	background-color: #000000;
	padding-bottom: 11px;
	font-size: .9em;
	color: #CCCCCC;
	clear: right;
}  	
#footer a {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 90px;
}


div#footer img {
	border: #666666 thin solid;
	margin-left: 140px;
	clear: left;
	padding: 0px;
	}


#footer a:hover {
	color: #cc9933;
}
