﻿/* CSS layout */
#site_container {
background-color:white;
background-position:center;
width:755px;
height:100%;
border:medium;
border-color:white;
margin: 0 auto;
}

#masthead {
    width:750px;
    height:175px;
    background:black;
}

#quote {
	top:90px;
	left:250px;
	position:relative;
	width:300px;
	height:50px;
	text-align:right;
	font-style:italic;
	font-family:"Monotype Corsiva";
	z-index:1
}

#image_top_middle {
	width:255px;
	height:149px;
	position:absolute;
	left:auto;
	top:25px;
	background-image:url('images/peace_menu.png');
	background-repeat:no-repeat;
	z-index:0
}

#image_top_right {
	width:234px;
	height:175px;
	position:relative;
	left:515px;
	top:-25px;
	background-image:url('images/Paula_colour_top.jpg');
	background-repeat:no-repeat;
	z-index:0
}


#container {
	position:relative;
	width: 750px;
	height:625px;
	background-color:#FFFF99;
	z-index:0
}

#mainmenutop {
	background:transparent;
	position:absolute;
	width:100%;
	left: 150px;
	z-index:3;
}

#left_col {
	width: 150px;
	height:625px;
	position:absolute;
	left: 0px;
	top: 0px;
	background-color:#FFFF99;
	text-align:center;
}

#navcontainer {
position:relative;
width: 145px;
margin: 0;
left:2px;
top:125px;
padding: .5em 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
font-weight:bolder;

}

ul#navlist {
text-align: center;
position:relative;
list-style: none;
padding: 0;
margin: 0;
left:0px;
top:0px;
width: 90%
}

ul#navlist li {
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a {
display: block;
width: 98%;
padding: 0.5em 0 0.5em 0;
border-width: 0px;
border-color: #ffe #aaab9c #ccc #fff;
border-style:hidden;
color: Black;
text-decoration: none;
/*background:#E6BD10;*/
background-image:url('images/buttons/button11.gif');
background-repeat:no-repeat;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
/*background: #f0e7d7;*/
/*background-color:#FFFF99;*/
/*color: #ffff66;*/
background-image:url('images/buttons/button11.gif');
background-repeat:no-repeat;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
/*color: #800000;*/
/*background:#FFFFCC;*/
background-image:url('images/buttons/button12.gif');
background-repeat:no-repeat;
border-color: #aaab9c #fff #fff #ccc;
font-weight:lighter;
}
#page_content {
	position:relative;
	margin-right: 10px;
	margin-left: 150px;
	height:625px;
	top:30px;
}

#right_col {
	width: 10px;
	height:625px;
	position:absolute;
	right:0px;
	top: 0px;
	background:#FFFF99;

}

#sf_image{
	background-image:url('images/sf_counter.gif');
	position:absolute;
	background-repeat:no-repeat;
	width:47px;
	height:75px;
	top:-25px;
	left:-4px;
	z-index:1

}
#credits{
	position:relative;
	bottom:20px;
	padding-right:4px;
	
}
#footer {
	background-color:black;
		width: 750px;
		position: relative;
		z-index:0
}




