/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
font-size: 15px;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #333333;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 1px solid #000066; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: green;
}

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: verdana;
font-size: 12px;
font-color: #666666;
}

h1{ font-size: 18px; color: #663300; font-weight: bold; }

b{font-size: 110%;}
em{color: red;}

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

#topsection{
background: #ffffff;
height: auto; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

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

#contentcolumn{
margin: 0 0px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height: auto;

}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #C8FC98;
height: 300px;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
height: 300px;
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background: #333333;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#boxcontact{
background: #ffffff;
float: right;
width: 350px;
height: auto;
padding-left: 20px;
border-left: 1px solid #D58F33;
margin-left: 20px;
}

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

#gallery{
height: auto /*Height of top section*/
float: left;
}
