* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1em;
 background-image: url('../images/woodbg.jpg');
 background-repeat: repeat-x;
 background-position: 0 0;
 background-attachment: fixed;
 background-color: #000000;
}
#container { 
 margin: 0 auto;
 width: 960px;
 background-image: url('../images/logo.png');
 background-repeat: no-repeat;
 position: relative;
 background-color: transparent;
}

#header {
 color: #333;
 /*background-image: url('../images/head-gradient.jpg');
 background-repeat: repeat-x;*/
 font-size: 2.2em;
 font-weight: bold;
 position: absolute;
 top: 30px;
 left: 190px;
}

#navhome {
	position: absolute;
	left: 10px;
	top: 4px;
}
#navhome a {
	color: #c5c1ac;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

#main-nav {
	position: absolute;
	right: 15px;
	top: 4px;
}
#main-nav ul {
	list-style: none;
}
#main-nav li {
	display: inline;
	margin-left: 15px;
}

#main-nav a {
	color: #c5c1ac;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
#main-nav a:hover {
	color: #d5d1bc;
}

#main-nav-panel {
	border: 0px;
	width: 680px;
	position: absolute;
	top: 26px;
	left: 0px;
	margin: 10px;
	font-size: 12px;
}

.subnavpanel-3 {
	float: left;
	width: 33%;	
}

.subnavpanel-3 a {
	padding-left: 12px;
	color: #c5c1ac;
	text-decoration: none;
}
.subnavpanel-3 a:hover {
	color: #d5d1bc;
}


#navigation {
 width: 100%;
 color: #c5c1ac;
 padding: 0px;
 background-image: url('../images/navigation-bg-cu.png'); 

 height: 129px;
 background-color: transparent;
}

#contentframe {
 width: 672px;;
 color: #c5c1ac;
 padding: 0px;
 padding-top: 15px;
 background-color: #645c4f;
 min-height: 350px;
 padding-left: 15px;
 padding-right: 15px;
}

#contentend {
 width: 100%;
 height: 13px;
 padding: 0px;
 background-color: transparent;
 background-image: url('../images/content-foot.png');
}


#content { 
 width: 702px;
 color: #333;
 border: 0px;
 padding: 0px;
 position: relative;
 top: 121px;
 left: 240px;
 clear: both;
}

#subnav {
	position: absolute;
	top: 285px;
	left: 65px;
	color: #c5c1ac;
	width: 140px;
}
#subnav ul {
	list-style: none;
		cursor: pointer;
		font-weight: bold;
}


#footer {
 border: 0px;
 color: #c5c1ac;
 text-align: center;
 clear: both;
 position: relative;
 font-size: 11px;
 top: 150px;
}

/* move to text.css */
p {
	/* margin-bottom: 25px; */
}

.sidecontent {
	display: none;
	font-size: 12px;
	padding-left: 8px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: justify;
	font-weight: normal;
}

#splitter {
	width: 960px;
	margin: 0 auto;
	height: 2px;
	background-image: url('../images/splitter.jpg');
	background-repeat: repeat-x;
	z-index: 10000;
	top: 250px;
	position: absolute;
	border: 0px;
}

.clear {
	clear: both;
}

p.content a {
	color: #c5c1ac;
    text-decoration: none;
    border-bottom: 1px solid #95917c;
}

p.content a:hover {
	color: #d5d1bc;
    text-decoration: none;
    border-bottom: 1px solid #95917c;
}

p {
	margin-top: 10px;
}