/* stylesheet for Out of the Mist Gallery index.html*/

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

#container {
	margin: 0px;
	padding-top: 10px;
}

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: 1px;
	border-bottom-width: 1px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #999;
	border-bottom-color: #999;
	width: 100%;
	height: 120px;
	margin-top: 0px;
}

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;
	padding: 0px;
	margin-left: 185px;
}

#nav {
	margin-top: 8px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 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-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-top: 5px;
}

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


div#content {
	width: 300px;
	float: left;
	color: #CCCCCC;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
} 

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #CCCCCC;
	text-align: center;
	margin: 0;
}

#content a {
	border: none;
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}

div#items {
	margin: 10px 0 0 325px;
	background-color:#000;
	padding-top: 10px;
}

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: 0 0 0 130px;
	padding: 0 0 20px 0;
}

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;
}