@charset "utf-8";

body{
margin:0;
padding:0;
line-height: 1.5em;
background:#8F936E;
}

h1{
text-align: right;
color: #72441f;
font-size: 110%;
font-family: times;
}

h2{
text-align: center;
color: #72441f;
font-size: 110%;
font-family: times;
}

h3{
text-align: center;
font-size: 100%;
font-family: times;
}


#maincontainer{
width: 780px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-image: url('bodoni_caps_nopic.gif');
background-repeat: no-repeat;
height: 140px; /*Height of top section*/
}

#topsection h1{
}


#contentwrapper{
float: left;
width: 100%;
}

#menusection {float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a.menu
{
float:right;
width:134px;
text-decoration:none;
text-align:center;
color:#72441f;
background-color:#d8813b;
padding:0.2em 0.6em;
border-style:solid;
border-color:#72441f; 
border-width:0px 1px 2px 1px;
}
a.menu:hover {background-color:#b2b2b2;}


a.menutwo
{
float:right;
width:134px;
text-decoration:none;
text-align:center;
color:#72441f;
background-color:#d8813b;
padding:0.2em 0.6em;
border-style:solid;
border-color:#72441f; 
border-width:0px 2px 2px 1px;
}
a.menutwo:hover {background-color:#b2b2b2;}


a.menuthree
{
float:right;
width:138px;
text-decoration:none;
text-align:center;
color:#72441f;
background-color:#d8813b;
padding:0.2em 0.6em;
border-style:solid;
border-color:#72441f; 
border-width:0px 1px 2px 0px;
}
a.menuthree:hover {background-color:#b2b2b2;}


#contentcolumn {
margin-left: 160px; /*Set left margin to LeftColumnWidth*/
margin-top: 30px;
height: auto;
background:#ece9d8;
padding: 15px;
line-height: 21px;
font-family: times;
}

a.content{
text-decoration:underline;
color:#72441f;
}
a.content:hover{
text-decoration:underline;
color:#555555;
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
/*height: 600px;*/
margin-left: -780px; /*Set left margin to -(MainContainerWidth)*/
}

a.sidemenu
{
float:left;
width:130px;
text-decoration:none;
text-align:center;
color:#72441f;
padding:0.2em 0.6em;
border-bottom:2px dotted #72441f;
}
a.sidemenu:hover {background-color:#b2b2b2}



#footer{
clear: center;
width: 100%;
background: #8F936E;
color: #b2b2b2;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #b2b2b2;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


