body {
	margin: 20px 0;
	padding: 0;
	background: #A29B81 url(../images/fill-bkgrd.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2F1B06;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B3722F;
}

h1 {
	letter-spacing: 1px;
	font-size: 2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.75em;
	margin-bottom: 0;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.6em;
	margin-bottom: 0;
}

p, ul, ol {
	margin-top: .5em;
	margin-bottom: 0;
	line-height: 130%;
}

ul li, ol li{
padding-bottom: 10px;
}

a:link, a:visited {
	border-bottom: 1px solid #996600;
	text-decoration: none;
	color: #996600;
}

a:hover {
	border: none;
	color: #000000;
}

hr {display: none;}

/* ------------------------------------------- mast */

#mast {
	width: 960px;
	height: 119px;
	margin: 0 auto;
}
#logo img {
	display: block;
	border: none;
}

/* Search */

#search {
	float: right;
	padding-top: 15px;
}

#searchsubmit {
	background: #D5BF36 url(../images/img04.gif) repeat-x;
	font-size: .9em;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 42px;
	margin: 0 auto;
	background: #FAA635 url(../images/nav.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 10px;
	list-style: none;
	background:transparent;
}
/* style sub-level list */
#menu ul ul {margin-top:10px;width:13em;background:url(../images/nav_buttonSub.gif);}

#menu li {
	float: left;
}
/* style sub-level list */
#menu ul ul li {display:block;width:12.1em;height:auto; line-height:1em;}


#menu a {
	padding: 0 15px;
	border: none;
	font: bold .85em Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#menu a:hover {
	color: #000;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 9em;*/
}

#nav li {
	float: left;
	/*width: 9em;*/
}

#nav li ul {
	position: absolute;
	/*width: 9em;*/
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(../images/fill-bkgrd.gif) repeat-y;
}
#page img {
	display: block;
}
#page #tagline {
	margin: 0;
	padding: 0;
	background-image: url(../images/chessboard.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
#page #tagline h1{
	color:#FBBB35;
	font-size: .75em;
	font-weight: bold;
	margin: 0;
	padding: 4px 0;
}
/* Content */

#content {
	float: left;
	width: 710px;
}

/* Txt */

.txt {padding: 10px;}

.txt .title {
	margin: 0;
	border-bottom: 2px solid #FFCC66;
}

.txt .tags {
	margin: 0;
	padding: 5px 0;
	border-top: 2px solid #F2EAB8;
	line-height: normal;
	font-size: smaller;
}

.txt .links {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #F2EAB8;
	border-bottom: 1px solid #F2EAB8;
	line-height: normal;
	font-size: smaller;
}

/* Txts */

.txts {
	padding: 20px;
}

.txts h2 {
	margin: 0;
	color: #2D1805;
}

.txts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.txts li {
	padding-bottom: 10px;
	padding-left: 30px;
	margin-left: 15px;
	background: url(../images/img06.gif) no-repeat left 8px;
}
.txts li li {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
}
.txts .title {
	margin: 30px 0 0 0;
	border-bottom: 2px solid #FFCC66;
}

.txts .title a {
	border: none;
}

/* Left-col */

#left-col {
	float: left;
	width: 210px;
}

/* Right-col */

#right-col {
	float: left;
	width: 625px;
	padding-top: 10px;
	padding-left: 180px;
}

#right-col p{
	padding-bottom: 10px;
}


/* Side */

#side {
	float: right;
	width: 230px;
	padding: 10px;
}

#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side li {}

#side li ul {
	padding-left: 10px;
}

#side li li {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
}

#side h2 {
	margin: 0;
	padding: 20px 0;
	font-size: 1.25em;
}

#side a:link, #side a:visited {
	border-bottom-color: #996600;
	color: #996600;
}

#side a:hover {
	color: #000000;
}

/* Article page formatting */

#right-col-article {
	float: right;
	width: 570px;
	padding: 10px 10px 0px 30px;
	background-color:#ECEADC;
}

.browntxt	{
	color: #2A1D14;
	font-size: 12px;
}
.browntxt a:link{
	color: #2A1D14;
	text-decoration: underline;
}

.highlite {
	color: #FFCC66;
}
#page #tagline {
	width: 960px;
}
#side .box4 {
	background: url(../images/img_04.jpg) no-repeat center top;
	width: 192px;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 25px;
}

#side .box5 {
	background: url(../images/img_blog.jpg) no-repeat center top;
	width: 192px;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 25px;
}
#side .box6 {
	width: 192px;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 25px;
}

.highlite2 {
	font-weight: bold;
	color: #993300;
}

.highlite3 {
	font-weight: bold;
	color: #fff;
}

.highlite4 ul li{
	font-weight: bold;
	font-size: .8em;
	padding: 4px 10px;
	color: #ECEADC;
	border-top: solid 1px #AO997F;
}
.sidelist ul li{
	display: block;
	border-top: 1px solid #A0997F;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
}
.sidelist a:link {color: #A0997F;
	text-decoration: none;
}

.sidelist li a:hover {color: #A0997F;
	margin-bottom: 4px;
}
.clearL {
	clear: left;
}
/* Footer */

#footer {
	width: 940px;
	height: 80px;
	padding: 20px 0 0 20px;
	margin: 0 auto;
	border-top:solid 4px #B4AF8E;
}

#footer p {
	margin: 0;
	font: bold .8em Arial, Helvetica, sans-serif;
	color: #666;
}

#footer a {
	text-decoration: none;
	border: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;

}
.padimg {
	vertical-align: middle;
	padding-top: 2px;
}
