/* Body */
body{ font: 100% calibri, arial, Geneva, sans-serif; background:url(../images/body/greenbg.jpg); margin:0; padding:0; text-align: center; color:#FFF;}

/* main */
#main{z-index:8; position:relative; margin:0 auto; padding:0;  height:100%; text-align:left; width:990px; background:url(../images/body/lightpeachbg.jpg);}

/* header */
#header{ z-index:9; position:absolute; width:100%; height:500px; top:0; left:0; /*background-color:#666666;*/}
			
/* sidebar */
#sidebar{ float:right; margin:500px 0 0 0; width:292px; background:url(../images/body/lightpeachbg.jpg); }			
			
/* content */
#content{ position:relative; z-index:10; float:right; width:695px; margin:472px 0 0 0; /*background-color:#FCFBF5;*/ height:100%;}			

/* footer */
#footer{ width:990px; margin:0px auto; height:152px;/* background-color:#FFFFFF;*/ background:url(../images/footer/footerbg.jpg) center center no-repeat;}


a{text-decoration: none; color:#FFF; height:25px; display:inline-block;}
a:hover{ color:#FFCC00; }
img{border:0px;}

#menu a:hover, #footer a:hover{ background:url(../images/header/btn-over-bullet.png) bottom center no-repeat;};
