* {margin: 0; padding: 0;}

body {
	background: #430000;
	font-family: Georgia, serif;
	color: #bf8888;
}

.container {
	width: 960px;
	margin: 0 auto;
}

#header {
	margin: 20px 0 0 0;
	height: 135px;
}

#logo {
	background: url(../images/header.gif) no-repeat;
	height: 100px;
	width: 950px;
	text-indent: -9999px;
	margin: 0 auto;
}

#navigation {
	background: url(../images/horizline.gif) no-repeat top;
	height: 30px;
}

#slideshow {
	height: 405px;
	background: #4d0f0f;
	margin: 0 0 10px 0;
}

#homeleft {
	float: left;
	width: 725px;
}

#homeright {
	background: url(../images/quicksearch.gif) no-repeat;
	float: left;
	width: 235px;
	height: 370px;
} 

/* Frontpage Navigation */

ul#nav {
	padding: 5px 0 0 0;
	list-style-type: none;
	text-align: center;
}

ul#nav li {
	display: inline;
	margin: 0 10px;
}

ul#nav li a, ul#nav li a:visited {
	color: #f2e4f9;
	font-family: Georgia, serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: lighter;
}

ul#nav li a:hover {
	text-decoration: underline;
}

/* Typography */

h1, h2, h3, h4, h5 {
	color: #bfa04f;
	font-weight: lighter;
	margin: 10px 0 10px 0;
}

p {
	color: #bf8888;
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 10px 0;
}

ul, ol {
	margin: 0 0 0 25px;
}

ul li, ol li {
	color: #bf8888;
	font-size: 14px;
}

label {
	line-height: 150%;
	color: #bf8888;
	font-size: 12px;
}

a, a.visited {
	color: #a9a9a9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Misc */

.inside {
	padding: 10px;
}

a img, a {
	border: none;
	outline: none;
}

/* Backpages */

#header2 {
	background: url(../images/header.gif) no-repeat;
	height: 115px;
	width: 220px;
	text-indent: -9999px;
	margin: 20px 0 0 0;
}

#topnav {
	height: 30px;
	background: url(../images/horizline.gif) no-repeat bottom;
}

#left {
	width: 200px;
	position: relative;
	float: left;
}

#right {
	float: left;
	width: 750px;
	height: 450px;
	height: auto !important;
	min-height: 450px;
}

#footer {
	background: url(../images/footer.gif) no-repeat right;
	height: 156px;
}


/* Top Navigation */

ul#fnav {
	list-style-type: none;
	text-align: right;
    padding: 3px 0 0;
	margin: 10px 0 0 0;
}

ul#fnav li {
	display: inline;
	margin: 0 5px 0 25px;
}

ul#fnav li a, ul#fnav li a:visited {
	text-decoration: none;
	color: #f2e4f9;
	font-size: 14px;
}

ul#fnav li a:hover {
	color: #fff;
}

/* Side Navigation */

ul#lnav {
	margin: 5px 0 0 0;
	list-style-type: none;
	width: 185px;
	text-align: center;
}

ul#lnav li {
	margin: 0;
	padding: 5px 0 5px 15px;
	width: 100%;
	border-bottom: 1px solid #5f0303;
}

ul#lnav li a, ul#lnav li a:hover {
	text-decoration: none;
	color: #f2e4f9;
	font-size: 14px;
}

ul#lnav li:hover {
	background: #5f0303;
}

/* QuickSearch */

#homeright form {
	font-size: 13px;
	padding: 70px 0 0 30px;
}

/* slideshow */

#slideshow {
    position:relative;
    height:385px;
	padding: 10px;
    background: #4D0f0f;
}

#slideshow IMG {
    position:absolute;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* misc */
.clear {clear: both;}
#search {width: 540px; margin: 0 auto;}
.search_buttons { float: left; margin: 0 10px 20px; width: 160px;}