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

body {
	margin:0px; 
	padding:0px;
	text-align:center;
	background-color:#A29568;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
}

h1, h2, h3, h4, h5, h6{
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#A29568;
}

#wrapper1 {
	float:left;
	width:100%;
	height:360px;
	background:url(../img/ps-top.jpg) top center no-repeat;	
}

#wrapper2 {
	float:left;
	width:100%;
	background:url(../img/ps-middle.jpg) bottom center repeat-y;
}

#wrapper3 {
	float:left;
	width:100%;
	height:150px;
	background:url(../img/ps-bottom.jpg) bottom center no-repeat;
}

#wrapper3 p{
	margin-top:10px;
}

#wrapper3 a          {color:#A29568;}
#wrapper3 a:visited  {color:#A29568;}
#wrapper3 a:hover    {color:#ffffff; background-color:#A29568;}
#wrapper3 a:active   {color:#ffffff; background-color:#A29568;}

#wrapper4 {
	float:left;
	width:100%;
	height:150px;
	background-color:#A29568;
}

#wrapper4 a          {color:#A29568;}
#wrapper4 a:visited  {color:#A29568;}
#wrapper4 a:hover    {color:#A29568; background-color:#A29568;}
#wrapper4 a:active   {color:#A29568; background-color:#A29568;}

#content {
	width:920px;
	margin:0px auto;
	text-align:left;	
}

#contentleft {
	width:650px;
	float:left;
	text-align:left;	
}

#contentright {
	width:270px;
	float:left;
	text-align:left;	
}

#content a          {color:#A29568; line-height:150%; text-decoration:none;}
#content a:visited  {color:#A29568;}
#content a:hover    {color:#ffffff; background-color:#A29568;}
#content a:active   {color:#ffffff; background-color:#A29568;}

#content h1 a          {color:#A29568; line-height:150%; letter-spacing:2px; text-decoration:none;}
#content h1 a:visited  {color:#A29568;}
#content h1 a:hover    {color:#A29568; background-color:#F9EDE1; text-decoration:underline;}
#content h1 a:active   {color:#A29568; background-color:#F9EDE1; text-decoration:underline;}

/* Menu */

#menu {
	float:left;
	width:200px;
	margin:0px;
	font-size:90%;
	/* font-family:Verdana, Arial, Helvetica, sans-serif; */
	letter-spacing:2px;
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#menu ul li {
	margin:0px;
}

#menu ul a {
	display:block;
	width:186px;
	/* height:23px; */
	/* padding:7px 0px 0px 14px; */
	padding:10px 0px 10px 10px;
	border-bottom:1px solid #A29568;
	color:#A29568
	text-decoration:none;
	font-weight:normal;
}

#menu ul a:hover {
	color:#ffffff;
	border-bottom:1px solid #A29568;
	text-decoration:none;
}

#menu ul a.active {
	color:#ffffff; 
	border-bottom:1px solid #A29568;
}