@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DECAAF;
	background-color: #40392F;
	text-align: center;
}
#wrapper {
	margin: auto;
	width: 973px;
}
#header {
	background-color: #666632;
	border: 1px solid #FFFFFF;
	margin-bottom: 2px;
}
#sidebars {
	background-image: url(/images/cork-background.jpg);
	color: #201D18;
	border: 1px solid #FFFFFF;
}
#sidebarL {
	background-image: url(/images/cork-background.jpg);
	color: #201D18;
	border: 1px solid #FFFFFF;
	margin-right: 2px;
	width: 196px;
}
#sidebarR {
	background-image: url(/images/cork-background.jpg);
	color: #201D18;
	border: 1px solid #FFFFFF;
	width: 198px;
}
#navigation {
	background-color: #201D18;
	margin: 20px;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #E4D6AF;
	color: #FFFFFF;
	width: 158px;
}
#navigation ul {
	width: 158px;
	margin: 0px;
	padding: 0px;
}
#navigation form {
	padding-top: 5px;
	padding-bottom: 10px;
}

#navigation li {
	position: relative;
	text-align: center;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4D6AF;
}
#navigation li a:link {
	text-decoration: none;
	color: #F2CF8F;
	display: block;
}
#navigation li a:visited {
	text-decoration: none;
	color: #F2CF8F;
	display: block;
}
#navigation li a:hover {
	text-decoration: none;
	color: #Ffffff;
	display: block;
}
#navigation li ul {
	padding: 0px;
	height: auto;
	width: auto;
	margin: 0px;
	background-color: #FFFFFF;
}
#navigation li ul li {
	width: 158px;
	display: block;
	line-height: 1em;
	background-color: #201D18;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftsidebar {
	background-color: #201D18;
	margin: 20px;
	text-align: left;
	border: 1px solid #E4D6AF;
	color: #FFFFFF;
	width: 138px;
	padding: 10px;
}
#leftsidebar h3 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	text-align: left;
	color: #F3D090;
	margin: 0px;
	padding: 0px;
}
#content {
	background-color: #201D18;
	border: 1px solid #FFFFFF;
	text-align: left;
	padding: 25px;
	margin-right: 2px;
	margin-left: 2px;
}
#spacer {
	width: 2px;
}

a:link {
	color: #F2CF8F;
}
a:visited {
	color: #F2CF8F;
}
a:hover {
	color: #Ffffff;
}
h1 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 20pt;
	text-align: left;
	color: #F3D090;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h2 {
	color: #DCA354;
	text-align: left;
	font-weight: bold;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	margin: 0px;
	padding: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -25px;
	list-style-type: circle;
}
#sidebars img {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #40392F;
}

li {
	padding-top: 0px;
	padding-bottom: 5px;
}

h3 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	color: #F3D090;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.imgR {
	margin-left: 20px;
	border: 1px solid #F3D090;
}
.border {
	border: 1px solid #F3D090;
}

.imgL {
	margin-right: 20px;
	border: 1px solid #F3D090;
}
.special {
	color: #EBB470;
	font-style: italic;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}
#footer {
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #666634;
	padding: 5px;
	color: #FFFFFF;
	clear: both;
	margin-top: 2px;
}
#copyright {
	text-align: center;
	padding: 5px;
	clear: both;
}
