/* CSS Document */

body{
background-color:#003333;
color:#FFFF99;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
position:relative;
width:818px;
height:550px;
overflow:auto;
margin:10px auto 0 auto;
background-color:#006633;
padding-bottom:10px;
border-top:medium groove #333333;
border-bottom:medium groove #333333;
}

.header{
width:818px;
margin:10px auto;
text-align:center;
}

.column{
width:170px;
text-align:center;
float:left;
padding:5px;
}

.column img{
filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60;}

.text{
width:430px;
text-align:center;
float:left;
padding:5px;
}

h1{
font-size:180%;
margin:0;
}

h2{
font-size:130%;
margin:0 0 5px 0;
}

p{
text-align:justify;
text-indent:13px;
margin:4px 0;
}

img{
margin-bottom:3px;
}

a:link img {filter:none;
background-color:#000000;
border:0;}

a:link, a:active, a:visited {
font-family: verdana,arial,ms sans serif;
font-weight:bold;
color:#FFFF99;
text-decoration: none;}

a:hover {color:#FF0000;}
  
.column a:hover  img {
width:100%; height:100%;
filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1;
}

.return{
background-color:#000000;
border:#666666 thin outset;
margin:0;
padding:0 10px;
}

.footer{
width:818px;
margin:0 auto;
text-align:center;
background-color:#000000;
}

