body {
	margin: 50px 0 0 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #666;
    line-height: 130%;
    background: white;
    background-image: url(../images/background.gif);
    background-attachment: fixed;
    background-position: absolute center;
    background-repeat: no-repeat;
}

h1 {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
  color: #333;
  margin-top: 5px;
  margin-bottom: 15px;
}

h2 {
  text-decoration: none;
  font-size: 12px;
  font-weight: medium;
  margin-top: 0px;
  margin-bottom: -10px;
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  color: #333;
}

hr {
  border: 1px dotted #000000;
  width: 100%;
}

/*
<header>
*/

#header { 
	width : 800px;
	height : 150px;
	float : center;
} 

/*
</header>
*/

/*
<content>
*/

#frame {
	z-index: 1;
	position: absolute;
	top: 225px;
	left: 0px;
	width: 100%;
	height: 350px;
	margin: 0 auto;
	padding: 0;
	background-color: black;
    background-image: url(../images/right_bg.png);
    background-repeat: repeat-x;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
}

#left{
	z-index: 2;
	position: absolute;
	top: 225px;
	left: 0px;
	width: 50px;
	height: 350px;
	margin: 0 auto;
	padding: 0;
	background-color: #669933;
}

#nav{
	z-index: 2;
	position: absolute;
	top: 225px;
	left: 50px;
	width: 175px;
	height: 350px;
	margin: 0 auto;
	padding: 0;
	background-color: #669933;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}

#nav a:visited {
  color: white;
}

#content {
	z-index: 4;
	position: absolute;
	top: 225px;
	left: 225px;
	width: 450px;
	height: 350px;
	margin: 0 auto;
	padding: 0;
	background-color: #fefefe;
}

#img {
	z-index: 5;
	position: absolute;
	top: 225px;
	left: 675px;
	width: 200px;
	height: 350px;
	margin: 0 auto;
	padding: 0;
}

/*
</content>
*/

/*
<footer>
*/

#footer { 
	z-index: 1;
	position: absolute;
	float: right;
	top: 575px;
	width: 700px;
	height: 150px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #666666;
} 

/*
</footer>
*/

.button {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: black;
  background-color: ]cccccc;
  border-width: 1px;
}

.form {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 11px;
  color: black;
}

.small {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  color: #999;
}

.smallbold {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9px;
  font-weight: bold;
}

A:link {
  text-decoration: underline;
  color: #669933;
}

A:visited {
  text-decoration: underline;
  color: #669933;
}

A:active {
  text-decoration: none;
  color: #669933;
}

A:hover {
  text-decoration: underline;
  color: #669933;
}