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

input, textarea {
	padding: 2px;
	background: #fff url(../images/pixel.gif) repeat-x top left;
	border: 1px solid #e0e0e0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #666;
}

input:hover, textarea:hover {
	border: 1px solid #cccccc;
}

h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	color: #333;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

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

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

/*
<header>
*/

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

#yellow_bar {
	float: left;
	left: 0px;
	width: 5px;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffcc00;
}

#nav {
	float: left;
	left: 5px;
	width: 175px;
	height: 400px;
	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 {
	float: left;
	left: 180px;
	width: 505px;
	height: 400px;
	margin: 0 auto;
	background-color: white;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}

#body {
	padding: 10px 10px 10px 10px;
}

#body .sig {
	font-family: "Brush Script MT", "Times", cursive;
	font-size: 30px;
}

#img {
	position: absolute;
	left: 685px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}

/*
</content>
*/

/*
<footer>
*/

#footer {
	clear: both;
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 5px;
	color: #666666;
} 

/*
</footer>
*/

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

.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;
}
