a:link {
	color:#003366;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color:#336699;
	text-decoration: underline;
	
}
a:active {
	color:#003399;
	text-decoration: underline;
	
	 
}



body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

img.left { float:left;
margin-top:0px;
margin-right:10px;
margin-bottom:50px;
margin-left:0px;
}
img.right {float:right;
margin-top:0px;
margin-right:0px;
margin-bottom:100px;
margin-left:15px;
}




p {
	font-size: small;
line-height: 180%;
	color: #000000;
}	

ul{
	font-size: small;
line-height: 180%;
	color: #333333;
}	

#container
{ 
    width:750px;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
	


#main
{  
   width:618px;
   margin-left:50px;
   margin-right:0px;
   padding:0px;
  
}


#header
{ 
  width:618px;
  height:75px;
  margin:0px;
  padding:0px; 
 
 } 
 
#content
{
  width:618px;
  margin:0px;
  padding:0px; 
  }
  
#word
 {
 width:550px;
  }
  
  
#leftcolumn
{
  float:left;
  margin:0px;
  padding:0px 5px 0px 0px; 
  width:205px;
    height:300px;
  }
  
#midcolumn
{
  float:left;
  margin:0px;
  padding:0px 5px 0px 0px; 
  width:205px;
  height:300px;
  }
  
#rightcolumn
{
  float:left;
  margin:0px;
  padding:0px 3px 0px 0px; 
  width:205px;
    height:300px;
  }
  
      
#menu
{
   width:55px;
   margin-light:0px;
   margin-top:25px;
   float:right;
}

#footer
{
 width:618px;
 }

.h1 {
font-size: midium;
color:#999966;
font-weight:bold;
letter-spacing:1px;
}

.h2 {
font-size: x-small;
color: #999966;
font-weight:bold;
letter-spacing:1px;
}

.p2 {
font-size: x-small;
color: #000000;
}





