* {margin: 0; padding: 0;}

body {
	background: #2B1411;
	font-size: 82.5%;
}

.inside {padding: 10px;}

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

#navigation {
	height: 60px;
	background: url(../images/navigation.jpg) no-repeat;
}

#logo {
	height: 244px;
	background: url(../images/header.gif) no-repeat;
}

#flash {
	height: 378px;
	background: url(../images/flash.jpg) no-repeat;
}

#content {
	background: url(../images/content.jpg) no-repeat;
	min-height: 452px;
	height: auto !important;
	height: 452px;
}

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

#homeright {
	width: 235px;
	float: left;
        overflow: auto;
        height: inherit;
}

#quicksearch {
	background: url(../images/quicksearch.gif) no-repeat;
	height: 370px;
	width: 233px;
	padding: 70px 0 0 0;
	color: #fff;
}

/* Navigation */

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

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

ul#nav li a, ul#nav li a:visited {
	text-decoration: none;
	color: #c7a7b2;
	font-size: 1.1em;
}

ul#nav li a:hover {
	color: #f2e4f9;
}

/* Image Replacement */

#logo h1, #logo h3 {
	text-indent: -9999px;
}

/* Typography */

h1, h2, h3, h4, h5 {
	font-weight: lighter;
	margin: 0 0 5px 0;
	padding: 2px 0;
}

h1 {
	color: #eaf7fc;
	font-size: 2em;
}

h2 {
	color: #e2c1ca;
	font-size: 1.7em;
}

h3 {
	color: #eaf7fc;
	font-size: 1.5em;
}

h4 {
	color: #e2c1ca;
	margin: 10px 0 5px 0;
	font-size: 1.1em;
	font-weight: 900;
}

h5 {
	font-size: .9em;
	color: #eaf7fc;
}

p {
	color: #c7a7b2;
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 1.1em;
	line-height: 120%;
}

a, a:visited {
	text-decoration: none;
	color: #915a5f;
	font-size: 1.1em;
}

a:hover {
	color: #5e1d19;
}

ul, ol {
	margin: 0 0 10px 30px;
}

ul li, ol li {
	color: #c7a7b2;
	margin: 0 0 4px 0;
	font-size: 1em;
}

/* Forms */

label {
	width: 100%;
	color: #c7a7b2;
	font-weight: 900;
}

label, input, select {
	margin: 5px 0;
}

/* Backpages */
#header2 {
	height: 240px;
	background: url(../images/header.gif) no-repeat;
}

#topnav {
	height: 30px;
}


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

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

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

/* Backpage Typography */

#right h1, h2, h3, h4, h5 {
	color: #5e1d19;
}

#right p {
	color: #5e1a17;
}


/* 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: #c7a7b2;
	font-size: 1.1em;
}

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

/* 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 #2B1411;
}

ul#lnav li a, ul#lnav li a:hover {
	text-decoration: none;
	color: #c7a7b2;
	font-size: 1em;
}

ul#lnav li:hover {
	background: #2B1411;
}

/* Search Page */

#search {
	margin: 0 auto;
	width: 600px;
}

.search_buttons {
	width: auto;
	float: left;
	margin: 20px 20px 40px;
}

/* Slideshow */

#slideshow {
    position:relative;
    height:378px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    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;}
.bold {font-weight: bold;}

a img {border: none;}