/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 140%;
	color: #333333;
	height:100%;
	background-color: #000000;
}

/* Text styles */

.small{
font-size: 85%;
color: #666666;
}

.sub{
font-weight:bold;
color: #333333;
}

.style1 {color: #660033}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #660033;
}
a:active {
	text-decoration: underline;
	color: #660033;
}

h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 185%;
	line-height: 130%;
	color: #660033;
	font-weight: normal;
	margin-top: 0px;
}

h2 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	line-height: 120%;
	color: #666666;
}


/* Nav */

#navlist {
	padding:9px 20px 0px 0px;
	margin:0px;
	text-align: right;
	font-size: 110%;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 8px;
padding-left: 8px;
}
#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
/*letter-spacing: 1px;*/
}

#navlist a:hover
{
color: #CC6699;
text-decoration: none;
}
#navlist a#current {
	color: #CC6699;
	text-decoration: none;
}



/* Div tags */

.clear {
	clear: both;
	line-height: 0px;
}

#header {
	width: 800px;
	height: 148px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#nav {
	width: 800px;
	height: 45px;
	background-color: #999999;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
}

#content {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 0px;
	width: 450px;
	float: left;
}
#content.wide {
	width: 720px;
	float: none;
}

#contentright {
	margin-top: 20px;
	margin-right: 40px;
	width: 250px;
	float:right;
}
#sticker {
	margin-top: 0px;
	margin-left: 5px;
	width: 150px;
	float:left;
}
#pic {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#footer {
	width: 800px;
	height: 160px;
	background-color:#FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* position:fixed;
	bottom:0; stick to bottom */
}
#credit {
	width: 800px;
	height: 20px;
	background-color:#000000;
	text-align: right;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	width: 800px;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	/* height:100%; IE6: treaded as min-height*/
	/* min-height:100%; real browsers */
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

#gallery {
	text-align: center;
}

#gallery img {
	display: inline;
	float: none;
	margin: 3px 3px 2px 2px;
	padding: 5px;
	background: #e7e6d6; 
	border: 1px solid #b5b49c;
}
