* {
	margin: 0;
	padding: 0;
}

#body {
	margin:0;
	padding:0;
}

/* Layout
------------------------*/

#wrapper {
	margin: 0 auto;
	width: 840px;
	background-color: #FFF;
}

#header {
	height: 90px;
	background: url(images/logo.gif) no-repeat center left;
	border-bottom: 1px solid #999;
	border-top: 5px solid #999;
	text-align: right;
}

#header ul {
	padding: 0;
	margin: 10px 0 0 0;
	display: block;
}

#header li {
	display: inline;
	list-style-type: none;
}

#content { 
	float: left;
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}

#content .500px { 
	float: left;
	width: 100%;
	height: 500px;
	margin-bottom: 10px;
}

#contenthome { 
	height: 100%;
	margin-bottom: 10px;
}

#rightContent {
	height: 390px;
	margin-left: 310px;
	text-align: center;
	width: 525px;
}

#leftContent {
	float:  left;
	width: 292px;
	height: 390px;
}

#footer {
	clear: both;
	width:  100%;
	border-bottom: 1px solid #999;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

#content ul
{	font-family: Verdana, Geneva, Arial, 	sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	margin-left: 15px;
	padding: 7px 7px 7px 7px;}

#leftColumn {
	float:  left;
	width: 292px;
	padding: 10px;
	overflow: auto;
}

#rightColumn {
	text-align: left;
	position: relative;
	margin-left: 340px;
	padding-top: 40px;
	width: 300px;
}


/* Typography
------------------------*/

#header a {
	font-family: Futura, Verdana, Geneva, Arial, sans-serif;
	padding: 5px 30px 38px 5px;
	margin: 0;
	background-color: #666;
	text-decoration: none;
	color: white;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	}

p {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	margin: 0;
	padding: 7px 14px 7px 7px;
	}

h1 {
	font-family: Gill Sans, Futura,  Verdana, sans-serif;
	color: #444;
	margin: 0;
	padding: 11px 0px 5px 0px;
	font-size: 15px;
	line-height: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	}

h2 {
	font-family: Futura, Gill Sans, Verdana, sans-serif;
	color: #444;
	margin: 0;
	padding: 10px 0px 1px 0px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	}
	
ul {
	list-style: none;
	font-family: Verdana, Geneva, Arial, sans-	serif;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 7px 7px 7px 7px;
	}
 
 .copyright { 
	text-align: center;
	color: #959595;
	}
	
/* Links
------------------------*/

p a {
	text-decoration: none;
	color: #333;
}

p a:hover {
	border-bottom: 1px dotted #878787;
}

a img { border: none ; }

#header a.wood:hover {
	background-color: #7F6546;
}

#header .currentWood {
	background-color: #7F6546;
	color: #fff;
}

#header a.metal:hover {
	background-color: #8ABDC1;
}

#header .currentMetal {
	background-color: #8ABDC1;
	color: #fff;
}

#header a.editions:hover {
	background-color: #DD7D1D;
}

#header .currentEditions {
	background-color: #DD7D1D;
	color: #fff;
}

#header a.about:hover {
	background-color: #333;
}

#header .currentAbout {
	background-color: #333;
	color: #fff;
}

#footer ul {
	padding: 0;
	margin: 0px 0 0 10px;
}

#footer li {
	display: inline;
	list-style-type: none;
}

#footer a:hover {
	color: #000;
}

#footer .current {
	background-color: #838383;
}

/* Footer
------------------------*/

#footer img {
	background: #fff;
    border-width: 1px;
    padding: 1px;
    margin: 0px;
}

/* Content Slider Script
------------------------*/

.contentslide
{
	border-bottom-width: 6px;
	padding: 0px;
	width: 525px;
	height: 360px;
	margin: 0 0 5px 0;
	}

.contentslide .contentdiv {
	display: none;
	}

.pagination {
	width: 525px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: center;
	font-family: Futura, Verdana, Geneva, Arial, sans-serif;
	font-size: .7em;
	color: #333;
	}

* html .pagination { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 525px; /*IE5 width*/
	width: 525px; /*IE6 width*/
	}

.pagination a {
	padding: 2px 5px;
	text-decoration: none; 
	color: #7fa4b1;
	background-color: white;
	}

.pagination a:hover, .pagination a.selected {
	color: #000;
	background-color: #FEE496;
	}


