

BODY {

	background: #724929 url('images/clay-back.jpg');

	font-family: Courier New, Courier, monospace;

	margin:0;

	padding:0;
	
	scrollbar-face-color:#4f483d;	scrollbar-base-color:#4f483d;	scrollbar-arrow-color:#f9f5dd;	scrollbar-track-color:#f9f5dd;	scrollbar-shadow-color:#f9f5dd;	scrollbar-highlight-color:#4f483d;	scrollbar-3dlight-color:#f9f5dd;	scrollbar-darkshadow-Color:#f9f5dd;

	

}




h2 { 

	margin-top:0px;
	margin-bottom:12px;



}

h3 { 

	margin-top:0px;
	margin-bottom:5px;

}

h4 { 

	margin-left:15px;
	margin-right:5px;
	font-size:18px;

}


h5 { 

	margin-right:5px;
	font-size:18px;

}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;

}

small{

	font-size:11px;

}


ul, ol { }

blockquote { }

a { color: #a96c05; }

a:hover { text-decoration: none; }

a img {
	border: none;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:10px;


}






#outer_wrapper {
	margin: 0px auto 10px auto;
	width: 983px;
	height: 709px;
	padding-top:35px;
	padding-left:10px;
    background: url('images/outer-back.png') no-repeat top right;
        
}



#wrapper {
	
	width: 898px;
	height: 600px;
	padding:0px;
	margin-left:46px;
	background: #222222;
        
}

.header {

	 height: 126px;
        padding: 0px;
	width:300px;
        cursor: pointer;

}


.header em {

	display:none;


}

h1{

	
	display:none;

}


#reggies{

	position:relative;
	top:-193px;
	left:337px;
	margin-top: 0px;
	margin-left: 0px;
	width:200px;

}



/* Menu New */




.tabmenu{
	
	margin-top: 6px;
	margin-left: 19px;


}

#tablist{
	padding: 0;
	margin: 0;

}

#tablist li{
	
	list-style: none;
	display:inline;
	margin: 0;
	padding: 0;
}

#tablist li a{

	padding: 0;
	margin-left: 0px;

	margin-right: 0px;

}




#tablist li a #i1{
	float: left;
	display:inline-block;
	width:83px;
	height:20px;
	background: url('images/btn-welcome.gif') no-repeat top left;
	cursor: pointer;
	
}


#tablist li a #i1.current{

	background: url('images/btn-welcome-current.gif') no-repeat top left;
}



#tablist li a #i2{
	float: left;
	display:inline-block;
	width:109px;
	height:20px;
	background: url('images/btn-about.gif') no-repeat top left;
	cursor: pointer;

}


#tablist li a #i2.current{

	background: url('images/btn-about-current.gif') no-repeat top left;
}


#tablist li a #i3{
	float: left;
	display:inline-block;
	width:60px;
	height:20px;
	background: url('images/btn-news.gif') no-repeat top left;
	cursor: pointer;


}

#tablist li a #i3.current{

	background: url('images/btn-news-current.gif') no-repeat top left;
}


#tablist li a #i4{
	float: left;
	display:inline-block;
	width:67px;
	height:20px;
	background: url('images/btn-events.gif') no-repeat top left;
	cursor: pointer;


}

#tablist li a #i4.current{

	background: url('images/btn-events-current.gif') no-repeat top left;
}


#tablist li a #i5{

	float: left;
	display:inline-block;
	width:113px;
	height:20px;
	background: url('images/btn-commissions.gif') no-repeat top left;
	cursor: pointer;


}

#tablist li a #i5.current{

	background: url('images/btn-commissions-current.gif') no-repeat top left;
}



#tablist li a #i6{
	float: left;
	display:inline-block;
	width:69px;
	height:20px;
	background: url('images/btn-contact.gif') no-repeat top left;

	cursor: pointer;



}


#tablist li a #i6.current{

	background: url('images/btn-contact-current.gif') no-repeat top left;
}


#tablist li a em{

	display:none;

}





.workmenu{
	
	margin-left: 85px;
	margin-top: 60px;

	


	width:190px;
	height:195px;


}

#worklist{

		padding-left: 32px;
	padding-top: 54px;
	padding: 0px 0;
	margin-left: 0;
	margin-bottom: 0;

}

#worklist li{
	list-style: none;
	margin: 0;
	height:25px
	

}

#worklist li a{
	text-decoration: none;
	margin-right: 0px;
	
}


#worklist li a .click{
	display:block;
	width:170px;
	height:20px;
	cursor: pointer;

	
}

#worklist li a .click em{
	display:none;

	
}




#main {
	
	
	
	margin:0px;

	padding:0px;
	

	color:#000000;

}


#main #left {

	width: 524px;
	
	float:left;
	
	height:600px;
	
	
	background: url('images/home-back-left.jpg') no-repeat;

}


#main #right {

	
	float:right;
	
	width:374px;
	
	height:600px;
	
	display:block;

	 background: url('images/home-back-right-grain.jpg') no-repeat;

}









/* Menu */


/* Search */

#search {
	float: right;
	width: 190px;
}

#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #5AA01B;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 30px 30px 30px;
}




#banner {
	padding-bottom: 20px;
}

/* Content */

#content {

	position:relative;

	top:-168px;

	width: 465px;
	
	height: 342px;

	margin-left:22px;
	
	margin-top:5px;

	padding:8px;
	
	overflow: auto;


}




/* Post */

.post {
	margin-bottom: 24px;
}



.post .title {
	color: #694F10;
}

.post .title a {
	padding: 0px 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #694F10;
}

.post .date {
}

.post .meta {
	height: 12px;
	margin-left: 2px;
	padding: 0px 30px 2px 15px;
	font-weight: normal;
	font-size: 11px;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 7px 15px;

}

.post .entry p {


	font-size:14px;

	

}

.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 10px 0px 0px 0px; 
	padding: 5px 0px 0px 0px;
	background: #93af77;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: url(images/img07.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #961A06;
}

/* Sidebar */

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color:#2d395a;
	height:600px;
}


/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 20px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 12px;
	color: #dcce8d;
}

#footer a {
	color: #dcce8d;
}

#commentform {
}

#comment {
	width: 420px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0 0px 0px 15px;
	padding: 0px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-left: 15px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 24px;
	font-color:#232323;
}

hr {
	display: none;
}


.alt {

	font-size:13px;
}

