@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #ba956b;
}

body {
	background: url(../images/bg.gif) repeat-x #3d2f2e;
	font-size: 62.5%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.2em;
}

h1 {
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 2.0em;
	font-weight: 100;
	margin-bottom: 20px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-bottom: 0;
	color: #ba956b;
}



/* misc */
.clearer {
	clear: both;
}

/* structure */
#container {
	margin: auto;
	padding: 0;
	width: 840px;
}

/* top navigation */
#navalign {
	margin-left: 20px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 780px;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}
	
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow: hidden;
}

#nav a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -40px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -40px;
	}
	
#nav1 a  {
	width: 118px;
	background: url(../images/nav_01.gif);
	}
	
#nav2 a  {
	width: 124px;
	background: url(../images/nav_02.gif);
	}
	
#nav3 a  {
	width: 132px;
	background: url(../images/nav_03.gif);
	}
		
#nav4 a  {
	width: 170px;
	background: url(../images/nav_04.gif);
	}

#nav5 a  {
	width: 123px;
	background: url(../images/nav_05.gif);
	}

#nav6 a  {
	width: 133px;
	background: url(../images/nav_06.gif);
	}
	
/* Top Image */
#topimage {
	width: 840px;
	margin: auto;
	padding: 0;
	z-index: 2;
	position: relative;
	top: -10px;
}

/* CONTENT */
#leftcolumn {
	width: 550px;
	margin-left: 20px;
	background: url(../images/bg_line.gif) repeat-x;
	position: relative;
	
}

#rightcolumn {
	width: 200px;
	float: right;
	margin-right: 20px;
	background: url(../images/bg_line.gif) repeat-x;
	position: relative;
	
}


/* Sidelinks */
#sidelinks {
	margin-bottom: 25px;
	font-family: Arial;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.2em;
	}

	
#sidelinks ul {
	float:left;
	width:192px;
	}
	
#sidelinks ul li {
	font-size: 1.2em;
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding: 6px 3px 6px 2px;
	border-bottom: #523c31 1px dashed;
	}
	
#sidelinks ul li a {
	text-decoration: none;
	}
	
#sidelinks ul li a:hover {
	color: #fff;
	background : #523c31;
	}
	
#sidelinks ul.links {
	margin-right:11px;
	}



/* Footer */
#footer {
	width: 100%;
	height: 80px;
	background: url(../images/bg_footer.gif)  repeat-x #6f2b34;
}

#footer p {
	text-align: center;
	font-family: Arial;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.2em;
	padding-top: 20px;
}
	
