/* TAGS */
body {
	background: #D1C0A6 url(images/stripes.gif) repeat-y top right;
	/* url(images/grass9.jpg); */
	font-family: 	cooper, sans-serif;
	word-spacing:0.2em;
	line-height:1.8em;
	letter-spacing:0.2em;
	text-align: justify;
	font-size: 11px;
}

a {
	color: black;
	text-decoration: underline;
	text-decoration-color: blue;
}

a:hover {
	color: blue;
}



/* IDS */
#logo {
	position: absolute; 
	left: 36px; 
	top: 34px; 
	width: 213px; 
	height: 210px; 
	z-index: 5;
}	

#body {
	position: absolute; 
	left: 95px; 
	top: 164px; 
	width: 700px; 
	height: auto; 
	z-index: 2; 
	background-color: white; 
	border: 1px solid #000000;
	padding: 0px 4px 0px 4px;
}

#title {
	position: relative;
	font-size: larger;
	width: 650px;
	margin: 20px;
	padding: 5px;
	border: 1px dotted black;
	text-align: center;
	background-color: #D1C0A6;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
}

#footer {
	position: relative;
	float: left;
	width: 700px;
	display: block;
	padding: 5px;
	/*border: 1px solid red; */
}

#footer p {
	font-size: smaller;
}

#footer p.text {
}

#footer p.title {
	font-size: medium;
	font-weight: bold;
}

#footer .float_right {
	float: right;
	padding: 10px;
}
	
#nav {
	position:absolute; 
	left:249px; 
	top: 94px; 
	width: 544px; 
	height: 53px; 
	z-index:1; 
	background-color: #C0A780; 
	border: 1px solid block;
}

#nav div {
	display: inline;
	position: relative;
	margin: 10px;
	vertical-align: middle;
}


/* CLASSES */
.topNav {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.text {
	font-size: 13px;
	color: #333333;
}

.header {
	font-size: 1.4em;
	color: black;	
}