body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	}

#header {
	background:#481717 url("/_dev/3monkeez.gif") no-repeat left top;
	padding-right: 5%;
	text-align: right;
	}

#nav, #foot {
	background: #000;
	padding-left: 20px;
	font-size: 10px;
	line-height: 20px;
	color: #666;
	}

#frame {
	width:100%;
	background:#d4d1b9;
	}

#left {
	float:left;
	width:65%;
	text-align: justify;
	line-height: 150%;
	}

#right {
	float:left;
	width:34%;
	font-size:75%;
	text-align: justify;
	line-height: 150%;
	}

.pad {
	padding: 20px;
	}

h1 {
	font-size:125%;
	font-weight: bold;
	margin-bottom:2px;
	text-transform: capitalize;
	}

p {
	margin-top: 0px;
	}


#nav a:link { text-transform: uppercase; color: #fff; text-decoration: none; font-weight: bold; }
#nav a:visited { text-transform: uppercase; color: #fff; text-decoration: none; font-weight: bold; }
#nav a:hover { color: #FF0000; }
#nav a:active { color: #FF0000; }

#foot a:link { text-transform: uppercase; color: #fff; text-decoration: none; font-weight: bold; }
#foot a:visited { text-transform: uppercase; color: #fff; text-decoration: none; font-weight: bold; }
#foot a:hover { color: #FF0000; }
#foot a:active { color: #FF0000; }

#left a:link { color: #481717; }
#left a:visited { color: #000; }
#left a:hover { color: #FF0000; }
#left a:active { color: #FF0000; }

#right a:link { color: #481717; }
#right a:visited { color: #000; }
#right a:hover { color: #FF0000; }
#right a:active { color: #FF0000; }


.imgleft {
	float:left;
	margin:5px 10px 5px 0px;
	border: 1px solid #000000;
  }


#left ul {
	list-style-type: circle;
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 1em;
	text-align: left;
	}

#left li {
	margin: 0px;
	margin-left: 10px;
	}


div.floater {
	float: left;
	width: 100px;
	height:150px;
	padding: 0px 25px 20px 0px;
	text-align: center;
	}
  
div.floater img {
	border: 1px solid #000000;
	}

div.floater p {
	text-align: center;
	}


div.row {
	clear:both;
	}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
	}

div.row span.formw {
	float: left;
	text-align: left;
	}
