/* CSS Document */

* {margin:0;padding:0;border:0}

h2, h3 {padding-bottom:25px;}

h3 {padding-top:25px;}

ul {margin-left:35px;margin-bottom:25px;}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#8D886E;
	font-size:.75em;
	font-weight:bold;
	color:#8D886E;
}


#wrapper {
	width:100%;
	margin:0 auto;
	background-image:url(../images/wrapper_back.jpg);
	background-repeat:repeat-x;
	background-color:#faf9dd;
	}

#left {
	float:left;
	width:225px;
	margin-left:50px;
	background-color:#71A07E;
	background-image:url(../images/bk.jpg);
	background-repeat:no-repeat;
	background-position:center 220px;
	text-align:center;
}

#right {
	float:right;
	width: 125px;
	margin-right: 50px;	
	background-color:#71A07E;
	text-align:left;
	}

#center {
	padding-top:220px;
	min-height:400px;
	margin-left:300px;
	margin-right:200px;
	}
#center p {padding-bottom:15px}

#menu {
	padding-top:220px;
	color:#faf9dd;
	}
#menu ul {margin-left:25px;}

#menu a { 
	color:#faf9dd;
	text-decoration:none; }
#menu a:hover {
	text-decoration:underline;
	}
#menu a:visited {
	color:#faf9dd;
	}
#bkb {
	text-align:center;
	}
	
.text_box {
	width:350px;
	margin-bottom:10px;
	border:1 solid #8E886E;
	}
.text_area {
	width:350px;
	height:100px;
	margin-bottom:10px;
	}
.form_field {
	text-align:right;
	padding-right:10px;
	}

.clear {
	clear:both;
	height:0;}

a { 
	color:#333300;
	text-decoration:none; }
a:hover {
	text-decoration:underline;
	}
a:visited {
	color:#333300;
	}
