/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.4;
align: center;
padding:0;   /* reset padding on browser */
margin:0;   /* reset margin on browser */
background-color:#E4E5D7;
}
a { 
text-decoration: none; 
}

#wrapper {
width: 767px;
margin: 20px auto;
text-align:left;
}

/*First Table*/
#main_pic {
width: 572px;
}
#top_right{
width:187px;
background-color:#FFF;
text-align:center;
line-height: 1;
}
#top_right p {
padding-top:0;
padding-bottom:0;
margin:0;
}
#top_right a{
font-size:10px;
color:#696549;
text-decoration: underline;
}

/*Second Table */
#content {
vertical-align:top;
width:522px;
background-color:#FFF;
padding: 15px 25px;
}
#content a {
font-weight:bold;
color: #CA4545;
}
#bottom_right{
width:187px;
background-color:#D5CFB0;
text-align:left;
vertical-align:top;
font-size: 13px;
font-color: #FFF;
}
#bottom_right a {
font-weight:bold;
}
#bottom_right a:link {
color: #CA4545;
}
#bottom_right a:visited, a:active {
color: #000;
}

/*MAIN NAVIGATION*/
.navigation{
font-weight: bold;
font-size: 14px;
text-transform: lowercase;
padding-top:6px;
padding-bottom:6px;
}
.navigation:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.navigation ul{
padding: 6px 10px;
background-color: #B9B99D;
margin: 0;
text-align: left;
text-indent: 5px
}
.navigation ul li{
display: inline;
}
.navigation ul li a{
color: #FFF;
padding: 4px 7px;
margin: 0;
}

/* Style for Drop Down Menu  */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFF;
border-bottom-width: 0;
text-indent: 20px;
z-index:100;
background-color: #B9B99D;
width: 250px;
visibility: hidden;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF; 
padding: 8px;
color: #000;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{
background-color: #CA4545;
color: #FFF;
}


/* Footer Navigation*/
#footer {
color: #696549;
padding: 10px;
text-align:center;
font-size: 90%;
*height: 1%;
}
#footer ul{
list-style-type:none;
margin:0;
padding:0;
border:none;
}
#footer ul li {
display: inline;
}
#footer ul li a{
color: #696549;
padding: 0px 2px;
margin: 0;
}
#footer p {
padding:0;
margin:0;
}