body {
 margin: 0 auto 0 auto;
 padding: 0;
 background-color: #2F1813;
 background-image: url(../images/bg.gif);
 background-repeat: repeat-x;
 background-position: 0 top;   
 font-size: 75%; 
 text-align: left;
 color: #3D3D3D;
}

body, input, select, textarea {
 font-family: arial, verdana, sans-serif;
}

input, select, textarea {
 font-size: 95%; 
}

:focus { /* FF1.5 bug */
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
	line-height:0;
}

.toRight {
 float: right;
}

.marginBottom {
 margin-bottom: 15px !important;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1, h2, h6 {
 margin-bottom: 10px;
 padding-bottom: 10px;
 font-size: 140%;
 font-weight: normal;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;  
}

.side h2 {
 color: #fff;
}

h3, h4 {
 font-size: 100%;
}

h4 {
 margin-top: 15px;
}

h6.extended {
 margin-bottom: 13px;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

a {
 color: #630101;
 text-decoration: none;
}

a:hover {
 color: #993D00;
 text-decoration: none;
}

a.button {
 padding: 1px 3px 1px 3px;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center; 
 border: 1px solid #8EADB3; 
}

.inactiveButton {
 padding: 1px 3px 1px 3px;
 color: #8EADB3 !important;
 border: 1px solid #8EADB3;
 background-color: #E0EAEC; 
}

.statusText {
 color: #444;
 font-weight: bold;
}

.error {
 color: #d00;
 font-weight: bold;
}

.ok {
 color: #060;
 font-weight: bold;
}



/* Content */

#intro {
 width: 964px;
 margin: 0 auto 0 auto;
}

#wrapper {
 width: 960px;
 margin: 0 auto 0 auto;
 background-image: url(../images/content.gif); 
 background-repeat: repeat-y;
 background-position: 0 0;  
}

#container {
 width: 960px;
}

#content {
 width: 960px;
 margin: 0 auto 0 auto;
 background-image: url(../images/dirt.jpg);
 background-repeat: no-repeat;
 background-position: right top;
}

#content .main {
 width: 529px;
 padding: 15px 15px 10px 15px;
 float: left;
}

#content .side {
 width: 170px;
 min-height: 560px;
 padding: 15px 15px 10px 15px;
 float: left; 
}

.style1 {
 background-image: url(../images/side1.jpg);
 background-repeat: no-repeat;
 background-position: 0 bottom;
}

.style2 {
 background-image: url(../images/side2.gif);
 background-repeat: no-repeat;
 background-position: 0 bottom;
}

.style2 p {
 color: #FFE1B6;
}



/* Hierarchal menu */

#content .side ul {
 margin: 0;
 padding: 0;
}

#content .side ul.parent {
 margin-bottom: 15px;
}

#content .side li {
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}

#content .side ul.sub li {
 font-weight: normal;
}



/* Header */

#header {
 position: relative;
 width: 980px;
 height: 101px; 
 margin: 0 auto 0 auto; 
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;   
}

#header img.logo {
 position: absolute;
 left: 20px;
 top: 20px;
 width: 234px;
 height: 53px;
 border: 0;
}

#header ul {
 font-size: 80%;
 text-transform: uppercase;
}

#header ul.main {
 position: absolute;
 left: 330px;
 top: 71px;
 width: 300px;
}

#header ul.main a {
 color: #FFE1B6;
 text-decoration: none;
}

#header ul.main a:hover {
 color: #fff;
 text-decoration: none;
}

#header p.sub {
 position: relative;
 left: 640px;
 top: 70px;
 width: 200px;
 text-align: right;
 font-size: 80%;
 text-transform: uppercase;
}

#header p.sub img {
 position: relative;
 top: 2px;
}

#header p.sub a {
 padding: 0 8px 0 8px;
}

#header ul li {
 padding: 0 8px 0 8px;
 background-image: url(../images/ul.gif);
 background-repeat: no-repeat;
 background-position: left 2px;  
 float: right;
}

#header ul li.last {
 background-image: none;
}

#header ul li a {
 color: #000;
}

#header ul li a:hover {
 color: #1E568F;
}



/* Footer */

#footer {
 position: relative;
 width: 945px;
 height: 26px; 
 margin: 0 auto 0 auto;
 padding: 12px 0 0 15px; 
 background-image: url(../images/footer.gif);
 background-repeat: repeat-x;
 background-position: 0 0;  
 font-size: 90%;
 color: #A58D72;  
}

#footer img.logo {
 position: absolute;
 left: 908px;
 top: 8px;
 width: 40px;
 height: 21px;
 border: 0; 
}



/* Content */

#content ul {
 margin-bottom: 15px;
}

#content ul.parent li {
 margin-bottom: 10px;
 padding-bottom: 0px;
 font-size: 16px;
 font-weight: normal;
}

#content ul.sub {
 margin-top: 20px;
}

#content ul.sub li {
 margin-bottom: 0;
 padding-bottom: 0;
 font-size: 12px;
 font-weight: normal;
 background-image: none;
}

#content .main p {
 margin-bottom: 8px;
}

#content .main .lead {
 font-weight: bold;
}  

#content .main .back {
 clear: both;
 font-weight: bold;
 text-align: right;
}  

#content .main .article {
 clear: both;
}  



/* Pictures */

.imgBorder {
 padding: 4px;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4;
}

.imgLeft {
 margin: 2px 10px 4px 0;
 float: left;
}  

.imgRight {
 margin: 2px 0 4px 10px;
 float: right;
}  



/* Picture list */

.pictureList .item {
 width: 160px;
 height: 130px;
 margin: 0 6px 6px 0;
 padding: 4px 5px 0 5px;
 background-color: #D8B88D;
 border: 1px solid #C09D6D;
 text-align: center;
 float: left;
}



/* Menus */

.categoryMenu a {
 font-size: 14px;
 font-weight: bold;
 color: #FFD5CC;
}

.galleryMenu li {
 margin-bottom: 3px !important;
}

.galleryMenu a {
 font-size: 13px;
 font-weight: normal;
 color: #FFE1B6;
}



/* Pager */

#pager {
 clear: both;
 width: 190px;
 height: 35px;
 margin: 20px 0 0 168px;
 padding: 0;
 text-align: center;
 font-weight: bold;
 font-size: 11px;
}

#pager a {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #000;
 background: #E1C6A1;
 border: 1px solid #888;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager a:hover {
 color: #FFA800;
 background: #FFD5CC;
 text-decoration: none;
} 

#pager span.inactive {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #c3bebe;
 background: #E1C6A1;
 border: 1px solid #888;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager span.left {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0;
 float: left;
 text-align: right;
}

#pager span.middle {
 display: block;
 width: 90px;
 padding: 2px 0 3px 0; 
 float: left;
 text-align: center;
}

#pager span.right {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0; 
 float: left;
 text-align: left;
}

#pager select {
 position: relative;
 top: -1px;
 width: 80px;
 height: 16px;
 font-family: tahoma, arial, verdana, sans-serif;
 font-size: 11px;
 font-weight: normal;
 background-color: #E1C6A1;
 border: 1px solid #888;
}