body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #fff001;
	background-image: url(../_images/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}

hr {
	border: 0px;
	border-bottom: 1px dashed #AF5600;
	height: 1px;
}

span {
	color: #fff000;
}

.input {
	width: 410px;;
	height: 90px;
	padding: 10px;
	background-image: url(../_images/duck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff001;
	border: 1px #af5600 solid;
	color: #af5600;
}

.submit {
	background-image: url(../_images/duck.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #fff001;
	border: 1px #af5600 solid;
	color: #af5600;
	padding: 2px;
	font-weight: bold;
}

.transOLD {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.red {
	color: red;
}

.green {
	color: #2dae13;
}

.clear {
	clear: both;
}

.col {
	float: left;
	border: 1px #af5600 solid;
	width: 153px;
	height: 165px;
	margin: 10px;
	background-color: #FFF;
	text-align: center;
	background-image: url(../_images/colbot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#floated_nav {
	font-weight: bold;
	font-size: 19px;
	color: #FFF;
	text-align: right;
	padding: 5px;
	padding-right: 15px;
}

#content {
	width: 860px;
	padding-bottom: 70px;
	min-height: 600px;
	margin: auto;
	background-image: url(../_images/duck.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content #header .logo {
	height: 170px;
	width: 520px;
	background-image: url(../_images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
	float: left;
}

#content #header .instructions {
	width: 250px;
	padding: 5px;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	border: 1px #fec80e solid;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../_images/trans2.png');
}

#content #header .instructions[class] {
	background-image: url(../_images/trans2.png);
}

#content #main .nav {
	float: left;
	padding-top: 20px;
}

#content #main .trans {
	border: 1px #af5600 solid;
	width: 700px;
	float: right;
	padding: 10px;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../_images/trans.png');
}

#content #main .trans[class] {
	background-image: url(../_images/trans.png);
}

#footer {
	font-weight: bold;
	height: 100px;
	padding: 40px;
	background-color: #000;
	color: #FFF;
	text-align: center;
}