html 
{ 
  min-height: 100%; 
  margin-bottom: 1px;
}

body
{
 font-family:"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
 font-size:12px;
 text-align:center;
 margin:0px;
 background-color:#F5F5F5;
}

div.site {
	width:860px;	
	margin:10px auto;
	text-align:left;
	padding:10px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}

img.title
{
 width:156px;
 height:197px;
}

h1 {
   font-size:18px;
   color:#000000;
   margin-bottom:0px;
   margin-left:5px;
}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#ff0000;
  font-size:12px;
}
a:active, a:hover
{
  color:#009999;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:left;
 padding-left:45px;
 color:#eeeeee;
 text-decoration:none;
 }
 
div.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:left;
 padding-left:45px;
 color:#eeeeee;
 text-decoration:none;
 }
 
a.menu:link, a.menu:visited
{
 color:#eeeeee;
 background-color:#737994;
 text-decoration:none; 
 font-weight:bold;
}

a.menu:active, a.menu:hover
{
  color:#737994; 
  font-weight:bold;
  background-color:#eeeeee;
}

#title {
height:34px;
padding:5px;
background-color:#7b7d8e;
border-bottom:1px solid #000; 
}
#left {
background-color:#bdbec6;
width:178px;
float:left;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000;
background-color:#7b7d8e;
width:156px;
margin:10px;
}
#content {
border:1px solid #efeff7;
background-color:#efeff7;
width:660px;
float:right;
padding:10px;
}

#links_left {
	width:305px;
	float:left;
	margin:5px;
}

#links_right {
	width:305px;
	float:right;
	margin:5px;
}

#align_left {
	float:left;
}

#align_right {
	float:right;
}
