/************* Global *************/
html,body {height:100%}

* {
margin: 0px;
padding: 0px;
}

body{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: center;
font-size:12px;
background: #a99190 url(containerBg.gif) bottom left repeat-x fixed;
}

input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
font-size:10px;
}


p {
padding-bottom: 5px;
}

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

a.innerLinks {
color: #44434c;
}

table {
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size:12px;
}

blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0px;
}

/************* Container *************/
#container {
width: 1100px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
position: relative;
background-color: #ffffff;
text-align: left;
}

/************* Header *************/
#headerWrap {
height: 59px;
padding-left:10%;
padding-right:10%;
margin-bottom: 0px;
padding-bottom:0px;
background: url(headerBg.gif);
}

#header {
margin: 0px;
}

#header h1 a {
font-size: 30px;
letter-spacing: -1px;
padding-top: 5px;
float: left;
color: #a99190;
}

#header2 {
margin: 0px;
height: 49px;
width: 200px;
float: right;
background: url(img/banner2.gif);
}

ul#navigation li {
list-style-type: none;
float: right;
}

ul#navigation li a {
padding: 15px 7px 12px;
display: block;
font-size: 17px;
color: #fff;
}

ul#navigation li a:hover, #footer a:hover {
background: #806e6d;
}

/************* Content *************/
#content {
margin: 0px;
padding: 0px;
background: #fff;
border: 1px solid #fff;
/*position: relative;*/
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0px;
visibility: hidden
}	

#content a:hover {
text-decoration: underline;
}

/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/
#contentHeader {
margin-left: 0px;
font-size: 18px;
height: 142px;
background: url(header4.gif) no-repeat;
border: 1px solid #44434c;
}


#siteDescription {
position: relative;
top: 50px;
left: 250px;
width: 50%;
color: #44434c;
}


#content h2 {
margin: 15px 0px 5px;
border-bottom: 1px solid #9b6e89;
font-size:16px;
}

#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url(arrow.gif);
}

/************* Main *************/

#main {
border: 0px solid;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-right: 10px;
width: 75%;
float: right;
}

.post {
text-align: justify;
}

/************* Secondary *************/

#secondary {
border: 0px solid;
width: 20%;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 5px;
float: left;
}

/************* Search *************/
#searchform input {
background: #f7f7f7;
font-size: 0.9em;
}

#searchsubmit {
margin-top: 5px;
padding: 0px 10px;
text-align: center;
}

#searchform fieldset {
border: 0px;
}

/************* Footer *************/
#footer {
position: relative;	
clear: both;
margin: 0px auto;
background: #45444d;
color: #fff;
border: 1px solid #fff;
clear: both;
text-align: center;
}

#footer a {
color: #fff;
font-weight: bold;
}

