@charset "utf-8";
/* CSS Document */

html, body 
	{
	height:100%;
	width:100%;
	margin:0;
    padding:0;
	background-color:#c9ac66;
	}

#pgbg
	{
	position:fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width: 1000px;
	min-height: 100%;
	background-color:#FFFFFF
	}
	
#pgbg2
	{
	position:fixed;
	top: 0px;
	left: 1000px;
	height:100%;
	width: 23px;
	min-height: 100%;
	background:url('/images/design/pgbg-shadow.jpg') repeat-y;
	}	

#container 
	{
	position: relative;
	width: 1000px;
	height:100%;
	min-height: 100%;
	margin: 0px;
	text-align: left;
	z-index:0;
	}

#content 
	{
	position: absolute;
	width:750px;
	top: 183px;
	left: 230px;
	z-index:2;
	}

#header 
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 183px;
	z-index:2;
	}
	
#menu
	{
	position: absolute;
	top: 183px;
	left: 0px;
	z-index:3;
	}

#menubg
	{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:1;
	height:100%;
	width: 200px;
	min-height: 100%;
	background:url('/images/design/menubg.jpg') repeat-y;
	}
	
#menu a
	{
	font-family: Myriad Pro, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}

#menu a:hover
	{
	font-family: Myriad Pro, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c4c75c;
	}
	
p, form, table, tr, td
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

input
	{
	background: url('/images/design/input-bg.jpg') repeat-x;
	border-color:#666666;
	}
	
h1
	{
	display:inline;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	}

h2
	{
	display:inline;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	}
	
#design a
	{
	position: relative;
	height:100%;
	font-family: Myriad Pro, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	bottom: 0px;
	z-index:3;
	}

#design a:hover
	{
	font-family: Myriad Pro, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c4c75c;
	}