body{
	margin:0;
	padding:0;
	line-height: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: auto /*Center container on page*/
}

#topsection{
background: White url(images/auto.png) no-repeat left;
height: 100px; /*Height of top section*/

 border: 1px solid #008000;
 margin-top: 15px;
 margin-bottom: 0px;
}

#menusection{
	height: 35px; /*Height of top section*/
	background-color: #99FF66;
	border: 1px solid #008000;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: auto;
	border: 1px solid #008000;
	border-top-width: 0px;
}

#contentcolumn{
	margin-top: 10px;
	margin-left: 190px;
	clear: none;
	margin-bottom: 5px;
}

#leftcolumn{
float: left;
width: 190px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #99FF66;
 padding-top: 5px;
 height: auto;
 background-attachment: scroll;
 border-left-width: 1px;
 border-left: 1px solid #008000;
 background-repeat: repeat;
}

#footer{
width: auto;
background: #99FF66;
color: #000099;
text-align: center;
	font-size: 10px;
	height: auto;
	vertical-align: middle;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid Navy;
 }

#footer a{
color: #000099;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* menu */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid Green; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: #99FF66; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: Green; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: #FFFF33;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: Green; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: White;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

/* einde topmenu */

/* buttons */
.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px;
	font-size: 11px;
	line-height: 2em;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: Green;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: Yellow;
background-color: #004A01;
}

.banner{
	width: 234px;
	height: 60px;
	border: 1px solid Navy;
	clear: both;
	float: right;
	position: relative;
	top: 10px;
 }
