body { 
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #074522;
	background-image: url(../_images/_pgElements/Livanos_PgBkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}

#PgWrapper {
	width: 860px;
	margin: 0 auto;
}

#Head {
	width: 800px;
	height: 229px;
	margin: 0 auto;
	}

#mainArea {
	background-color: #255f3e;
	margin: 20px auto 0 auto;
	padding: 20px;
}

#pgFoot {
	width: 860px;
	background-color: #255f3e;
	margin: 20px auto 20px auto;
	height: 40px;
}

#menuArea {
	background-color: #255f3e;
	margin: 0 auto;
	}

#menuArea .bigPix {
	margin: 0 auto; 
	padding: 30px 0 0 0;
	width: 800px;
	}

/* -------- BASE STYLES ----------- */

h1 {
	font-size: 2.1em;
	color: #f1b70f;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	font-style: normal;
}

h2 {
	font-size: 1.6em;
	color: #f1b70f;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	margin-bottom: 6px;
	font-weight: bold;
	font-style: italic;	
}

h3 {
	font-size: 1.4em;
	color: #f1b70f;
	line-height: 1.2em;
	text-align: center;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;	
}

h4 {
	color: #f1b70f;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-style: italic;	
}

p {
	padding-top: 3px;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #ffffff;
	}

a:hover {
	color: #f1b70f;
	}

ul, ol {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: normal;
	color: #333333;
	}

ul li {
	font-size: inherit;
	list-style-type: disc;
	padding: 6px 0 0 10px;
	}
	
ol li {
	font-size: inherit;
	list-style-type: decimal;
	padding: 6px 0 0 10px;
	}
	
.head {
	background-color: #075000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	}

.basic {
	text-align: left;
	padding: 3px;
	}


/* -------- MENU AREA ----------- */

#menuArea p {
	font-size: 1.2em;
	line-height: 2.2em;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	}

#menuArea a:link, #menuArea a:visited {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	}

#menuArea a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #f1b70f;
	}

#menuArea a.currentpg {
	font-weight: normal;
	text-decoration: none;
	color: #f1b70f;
	}
	
/* -------- COPYRIGHT & bottom Address ----------- */

#Copyright {
	margin: 0 auto;
	/*width: 500px;*/
	padding: 10px 0 0 0;
	color: #ffffff;
	font-size: .9em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: center;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #999999;
}

#Copyright a:hover {
	border-bottom: 1px solid #ef9c1e;
	border: none;
	color: #f1b70f;
}
