#wrapper {
	width: 770px;
	background-color:#FCF6C6;	
	margin: 0 auto 0 auto;
	background: url(../images/shadow_bg.gif) top center repeat-y #ffffff;
	background-repeat: repeat-y;
	position: relative;
	text-align: center;
}

#container {
	
	position:relative;
	top: 0;
	width: 740px;
	margin: 0px auto;
	text-align: left;
	background-color: #CCFCC6;
}

#banner {
	height: 200px;
	background-color:#CCFCC6;
}

#nav {
	text-align:center;
	word-spacing:15pt;
	border-top:medium #000000 solid;
	border-bottom:medium #000000 solid;
}

#body {
	padding:10px;
}

#footer {
	text-align:right;
	font:"Times New Roman", Times, serif;
	font-size:9px;
}

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FCF6C6;
}

img.floatLeft {
	float:left;
	margin:4px;
}

img.floatRight {
	float:right;
	margin:4px;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

a:link {
 	color: #786030;
	text-decoration: none;
}

a:visited {
	color:#786030 ;
	text-decoration: none;
}

a:hover {
	color:#FF0000 ;
}

a:active {
	color: #AA0055;
	text-decoration: none;
}
