@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-size:14px;
	line-height:18px;
}
.container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat:no-repeat;
	position:relative;
}


.headercontainer {

height:162px;
border:#330066 0px solid;

}

h1 { font-size:30px; font-weight:lighter; color:#666666; padding-top:9px; padding-left:30px; font-weight:lighter;}

#logo{
	position:absolute;
	left: 21px;
	top: 30px;
}


ul#menu{
	margin:0;
	padding:117PX 0PX 0PX 30PX;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	text-transform:uppercase;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:0px solid #555555;
	border-top:0px solid #919191;
	letter-spacing:4PX;
}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}

ul#menu li a{
	display:block;
	float:left;
	color:#8b8a8a;
	text-decoration:none;
	padding:15px 18px 0 18px;
	}

ul#menu li a:hover{
color:#b19d76;
	}
	
	
.pictcontainer {
margin:2px 2px 0px 2px;
padding:3px 3px 3px 3px;
border:#CCCCCC 0px solid;
background-color:#FFFFFF;
}

.pictcontainer:hover {
	background-color:#998866;
}
a.pictcontainer:link {
        color: #006600;
}
a.pictcontainer:hover {
        color: #ffffff;
}


/* Footer */


#footernavcontainer {border-top:#333333 1px solid; margin-top:15px; padding:15px 0px 15px 0px; font-size:12px; text-align:left;}

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

#footernavcontainer a:link, #footernavlist a:visited
{
color:#333333;
text-decoration: none;
}

#footernavcontainer a:hover
{
color:#333333;
text-decoration:underline;
}

