html .gainlayout { width: 1%; } 

Body {
text-align: center;
min-width: 600px;
background: #DDEEEE; 
background-image: url(../img/bckgrnd.jpg);
background-attachment: fixed;
background-repeat: repeat-x; 
background-position: bottom left; 
font-family: verdana; font-size: 12px;
}
h1 {

}

h2 {
	
}

h3 {
font-size: 14px;	
}
div.container {
margin: 0 auto;
width:760px;
text-align: left;

}
	
div.header {
width: 500px;
float:left;
clear:right;
z-index: 1
}

div.vignet {
height: auto;
float:right;
width: auto;
z-index: 2
}

menu.menu {
background: #DDEEEE;
height: auto;
width: 35%;
padding: 12px;
float:left;
clear:right;
border: 1px ;
margin-left: 5px;
margin-top: 2%;
}

menu.menu ul{
margin-left: 0;
padding-left: 10px;
}

menu.menu li{
list-style-type: none;
margin: 0;
padding: 0;
}

div.content {
background-color: #DDEEEE;
border: 1px;
height: auto;
float: left;
margin-left:2%;
margin-top: 2%;
width: 58%;
clear:right;
z-index: 3
}

div.section {
margin:20px;
}

div.section img {
float: right;
clear: left;
}

ul.tab li {
display: inline;
}

ul.tab li a{
text-decoration: none;
padding: 3px 30px;
margin-right: 0px;
color: #2d2b2b;
background: url(../img/tabkl.gif) left top no-repeat;
}

ul.tabgr li a{
text-decoration: none;
padding: 3px 38px;
margin-right: 0px;
color: #2d2b2b;
background: url(../img/tabgr.gif) left top no-repeat;
}

table td{
vertical-align: top;
font-family: verdana; font-size: 12px;
}
a.lees {
text-align: right;
}

a {
text-decoration: none; color: navy;
}
a:link {color: navy;}
a:hover {color: navy;}
a:active {background-color: #9C3248; color: #FFFFFF;}
a:focus {background-color: #9C3248; color: #FFFFFF;}
#menunav a.here:active {background-color: #9C3248; color: #FFFFFF;}

div.section a{
text-decoration: underline;

}

