﻿
body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#b39c72;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#frame {
	width:978px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	padding:0px;
	text-align:left;
}

/*
#globalNav {
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/globalNavBg_red.png);
	width:978px;
	height:17px;
}
*/

#mainBg {
	position:absolute;
	margin-top:0;
	background:none;
	background-image:url(../images/mainBg.png);
	width:978px;
	height:642px;
}

#footer {
	margin-top:5px;
	text-align:center;
	font-family:'Gill Sans', 'Trebuchet MS', Arial;
	font-size:11px;
	color:#fec97c;
}

#template1_footer {
	margin-top:12px;
	margin-bottom:10px;
	text-align:center;
	font-family:'Gill Sans', 'Trebuchet MS', Arial;
	font-size:11px;
	color:#000000;
}
	
#contentleft {
	width:0px;
	padding:0px;
	float:left;
	background:none;
}

#contentcenter {
	width:978px;
	height:642px;
	margin:0;
	padding:0px;
	float:left;
	background:none;
}

#contentright {
	width:0px;
	padding:0px;
	float:left;
	background:#none;
}

#logo_palermos {
	position:absolute;
	margin-left:5px;
	margin-top:5px;
}

#nav {
	margin-top:0px;
	margin-left:295px;
	z-index:99;
}

#bg_texture {
    position:absolute;
    background-image:url(../images/palermos_bg_01.jpg);
    background-repeat:no-repeat;
    width:973px;
    height:626px;
    z-index:4;
}
#bg_chronicles {
    position:absolute;
    background-image:url(../images/chronicles_bg_01.jpg);
    background-repeat:no-repeat;
    width:973px;
    height:695px;
    z-index:4;
}
#bg_filler {
    background:url(../images/palermos_bg_02.png) repeat-y top left;
    width:979px;
    azimuth: expression(
		this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);
}
#bg_footer {
    background-image:url(../images/palermos_bg_03.png);
    width:979px;
    height:10px;
    position:absolute;
    z-index:2;
}

#template_content 
{
	position:absolute;
	margin-top:105px;
	padding-left:0px;
	padding-right:20px;
}

h1 {
	margin:0;
	padding:0;
	font-family:Georgia;
	font-size:20px;
	color:#000000;
	font-weight:bold;
}

p {
	margin:0;
	padding:0;
	margin-top:20px;
	margin-bottom:20px;
	font-family:Georgia;
	font-size:16px;
	line-height:20px;
	color:#000000;
}

#greenBar 
{
	position:absolute;
    background-image:url(../images/greenBar.png);
    background-repeat:no-repeat;
    width:973px;
    height:17px;
}

#titleBg 
{
	margin-left:2px;
	background-image:url(../images/titleBg.png);
    background-repeat:no-repeat;
    width:970px;
    height:75px;
    text-align:center;
}

#content_insidePage 
{
	padding:0 30px 0 30px;
}
