/* menu tabs */

body {font: 12px Verdana, Arial, sans-serif;}

ul {list-style-type: none; 
padding: 0;
margin: 0;
} 

li {margin-bottom: 5px; float: left;
margin: 0 0.02em;
} 

img { border: 0px;}



.menu a {
     margin: 0 2px;
     width: 60px; 
     height: 2.5em;
	line-height: 2.5em;
     display: block;
     text-align: center;
     border: 1px outset #000 ;
     text-decoration: none;
     color: #333;
     background: #c0c0c0;
	 }
	 
.menu a:hover {
     background: #000;
     border: 1px solid gray;
	  color: #fff; 
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
     }
	 
.mentions {
font-family: Arial, Helvetica, sans-serif;
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}

a.test {text-decoration: none;
color: #999;
}

a.test:hover{text-decoration: underline;
}
 
 /* links */
 
A:link {color: #666; font-weight:bold; text-decoration:none;}
A:active {color: #666; font-weight:bold; text-decoration:none;}
A:visited {color: #666; font-weight:bold; text-decoration:none;}
A:hover {color: #333; font-weight:bold; text-decoration:none;}
 
 /* styles */
 
body{background-color:#EFEAEA;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;}
	
h1{	font-size:14px;
	margin: -4px 0 -6px 0;
	font-family:century gothic, Arial, Helvetica, sans-serif;
	color:#333;}
 
h2{	font-size:10px;
	margin: 8px 0 -8px 0;
	color:#333;}
	
html>/**/body h2{ font-size:10px;
	margin: 8px 0 0 0;
	color:#333;}
	

#content {
	background-color:#FFFFFF;
	margin:auto;
	position:relative;
	vertical-align:middle;
	width:940px;
	overflow: auto;/* this does the trick*/
}


#pageWrapper{
	width:100%;
	height:100%;
	vertical-align:middle;
	color:#333;
	}
 
.header {
	height:70px;
	width:868px;
	text-align:right;
	margin:12px;
	vertical-align:text-bottom;}
	
 
.index{
	margin: 0 12px 12px 12px;}
 		
.textcolumn{
	float:left;
	width:340px;
	text-align:left;
	margin-top: -40px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 48px;
	padding-top: 40px;
}
	
.photocolumn{
	float:right;	
	width:460px;
	padding:0 48px 12px 12px;}
	
.footer{
		clear:both;
	    float:left;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	    font-size:10px;
	    color:#666;
		width:380px;
        text-align:left;
        position: relative;
        margin-top: -40px;
        margin-right: 12px;
        margin-bottom: 12px;
        margin-left: 48px;
        padding-top: 60px;
}	
 

