@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	margin: 5% 12%;
	background-color: #FFCC85;
	background-image: url(../img/bg1.jpg);
	background-repeat: repeat-x;

}

#outwrap {
	background-position: top;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
#wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF5EC;
	border: 1px solid #FDBB81;
	padding: 5px;
}
#header {
	background-image: url(homeimages/people.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 186px;
	position: relative;
}

BODY, TD {
	font-family: Arial;
	font-size: 12px;
	color: #666666;

}

H1 {font-size: 22px; color: #666699; padding-bottom: 10px; border-bottom: 1px solid}

A:link {
	color: #715A00;
	text-decoration: none;
}

A:visited {
	color: #B03900;
	text-decoration: none;
}

A:hover {
	color: #414181;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

FORM {margin: 0px}

INPUT {
	width: 300px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding: 1px 3px 0px;
	margin-right: 10px;
	background-color: #FBE196;
	border: 1px solid #FFCC33;
}
SELECT {width: 300px; font-family: Arial; font-size: 12px; color: #666666; margin: 1px 0px; margin-right: 10px}

TEXTAREA {width: 300px; height: 70px; font-family: Arial; font-size: 12px; color: #666666; padding: 1px 3px 0px; margin-right: 10px}

P {margin-top: 15px}

HR {height: 1px; color: #DDDDDD; margin: 10px 0px}

.BUTTON {width: auto; background: #dddddd}
