body {
	background-attachment: scroll;
	background-image: url(../images/body_bground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode";
	background-color: #E0E0E0;
	font-size: 0.8em;
	color: #333333;
	font-weight: normal;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #E28E2B;
	text-decoration: none;
}


#wrapper{
	width: 690px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#header {
	height: 200px;
	width: 690px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content{
	float: left;
	width: 590px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/content_bground.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	background-color: #fff;
}

#content ul{
	font-size: 12px;
	margin: 0px;
	padding: 0px;}

#content li{
	list-style-type: none;
	margin:0px;
	padding: 0 0 5px 0;
}
#footer {
	background-attachment: scroll;
	background-image: url(../images/footer_bground.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 129px;
	width: 690px;
}

h1{
	font-size: 24px;
	font-weight: normal;
}

p {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.logo {
	float: left;
	background-image: url(../images/logo.gif);
	height: 70px;
	width: 250px;
	padding: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}

h1.logoUrl a {
display:block;
height:70px;
outline-color:invert;
outline-style:none;
outline-width:medium;
width:250px;
text-indent:-999em;
}

/*	----------------------------------------------------------------------
	NAVIGATION
	---------------------------------------------------------------------- */
#navigation {
	width:580px;
	float:right;
	margin:6px 0pt 0pt 0px;
	padding: 0px;
}

#navigation li {
	list-style-type:none;
	float:left;
}
#navigation li {
	margin: 0px;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}
#navigation a {
	font-size:1.40em;
	color:#FFF !important;
	text-decoration:none !important;
	float:left;
	padding-top: 0.4em;
	padding-right: 0.9em;
	padding-bottom: 0em;
	padding-left: 0.9em;
}
#navigation a:hover {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E28E2B;
}
#homeNav {
	padding-left:1em !important;
}
/* CURRENT PAGE */ 
#home #homeNav a,
#poetecmembers #poetecmembersNav a,
#specification #specificationNav a,
#faq #faqNav a,
#members #membersNav a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E28E2B;
}

/*	----------------------------------------------------------------------
	ADMIN AREA NAVIGATION
	---------------------------------------------------------------------- */


table {
	background-color: #F0EDE6;
	width: 100%;
	border: 1px solid #E2DBCA;
	text-align: left;
	float:left;
}




