html, body { height: 100%; }

body
{
  padding:0;
  margin:0;
  
  background-color:#FFF;
  
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #2A2A2A;
}

a
{
  color:#2A2A2A;
  background-color: #fff;
  text-decoration: none;
}

a:hover
{
  color: #2A2A2A;
  background-color: #fff;
  text-decoration: underline;
}

h1
{
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 15px;
}

img
{
  border:0;
  padding:0;
  margin:0;
}

#out
{
  width: 942px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 6px 0 6px;
  background-image: url(  ../images/bg.jpg );
  background-repeat: repeat-y;
}

* html #out { height: 100%; }

#headtop
{
  width: 930px;
  height: 17px;
  background-image: url(  ../images/head_bg_top.jpg );
  background-repeat: repeat-x;  
}

#header
{
  width: 478px;
  height: 88px;
  padding: 25px 0 0 452px;
  background-image: url(  ../images/header.jpg );
  background-repeat: no-repeat;  
}

#headbottom
{
 width: 930px;
  height: 8px;
  font-size: 0px;
  background-image: url(  ../images/head_bg_bottom.jpg );
}

#menu
{
  float: left;
  width: 168px;
}

#menu a
{
  display: block;
  color:#2A2A2A;
  font-size: 10px;
  background-color: #FFF;
  background-image: url(  ../images/menu_bg.jpg );
  text-decoration: none;
  padding: 5px 0 7px 30px;
}

#menu a:hover
{
  color: #2A2A2A;
  background-color: #E3E1DF;
  text-decoration: none;
  background-image: url(  ../images/dot.jpg );
  background-repeat: no-repeat;
}

#content
{
  float: left;
  width: 741px;
  margin: 0 0 0 1px;
  padding: 10px;
  text-align: justify;
  background-image: url(  ../images/fade_top.jpg );
  background-repeat: repeat-x;
}

#content a
{
	text-decoration:none;
	font-weight:normal;
}

#clear
{
  clear: both;
}

#out2
{
  width: 942px;
  margin: 0 auto;
  padding: 0 6px 0 6px;
  background-image: url(  ../images/bg.jpg );
  background-repeat: repeat-y;
}

#center 
{
  margin-top: -17px;
}


#copyright
{
   padding-top: 2px;
  width: 930px;
  height: 15px;
  clear: both;
  font-size: 10px;
  color: #E2E2E2;
  background-color: #BAAFA5;
  background-image: url(  ../images/bottom_bg.jpg );
  background-repeat: repeat-x;
  text-align: center;
}

#copyright a
{
  color: #E2E2E2;
  background-color: transparent;
}	