html{
	width:100%;
	height:100%;
	background-color:#140f0d;
	background-image:url(images/pgs_rep_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font: normal small Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	font-size:12px;
	color:#b1aea9;
	line-height:150%;
}

body{
	width:800px;
	height:1240px;
	margin:auto;
	background-position:top left;
	background-repeat:no-repeat;
	
}

#header{
	width:800px;
	height:110px;
	background-image:url(images/header_pgs.jpg);
}


#main_pic{
	width:800px;
	height:190px;
        background-image:url(images/pgs_pic_bg.jpg);
}

#content{
	width:584px;
	float:left;
}

#content_divider{
	width:584px;
	height:10px;
	background-image:url(images/pgs_content_div.jpg);
	float:left;
}

#content_header{
	width:584px;
	height:59px;
	background-image:url(images/pgs_content_hdr.jpg);
	float:left;

}
	
#content_body{
	width:584px;
	height:590px;
	background-image:url(images/pgs_content_bg.jpg);
	background-repeat:repeat-y;
	float:left;
}

#content_footer{
	width:584px;
	height:22px;
	background-image:url(images/pgs_content_ftr.jpg);
	float:left;
}

#para{
	margin-top:-5px;
	padding-bottom: 10px;  
	padding-right: 30px;
	padding-left:35px;
}

#divider{
	width:584px;
	height:5px;
	background-image:url(images/content_divider.jpg);
	margin-top:10px;
	margin-bottom:10px;
}

#divider_a{
	width:584px;
	height:5px;
	background-image:url(images/content_divider.jpg);
	margin-bottom:10px;
}

#sidebar{
	width:216px;
	float:right;
}

#sidebar_divider{
	width:216px;
	height:10px;
	background-image:url(images/pgs_sidebar_div.jpg);
	float:right;
}

#sidebar_header{
	width:216px;
	height:12px;
	background-image:url(images/pgs_sidebar_hdr.jpg);
	float:right;
}

#sidebar_content{
	width:216px;
	height:210px;
	background-image:url(images/pgs_sidebar_bg.jpg);
	background-repeat:repeat-y;
	float:right;
}

#sidebar_footer{
	width:216px;
	height:12px;
	background-image:url(images/pgs_sidebar_ftr.jpg);
	float:right;	
}

#sidebar_swirls{
	width:216px;
	height:162px;
	background-image:url(images/pgs_sidebar_swrls.jpg);
	float:right;	
}
	
#footer {
	width: 800px;
	font: normal small Trebuchet, Arial, Helvetica, Geneva, Sans-Serif;
	font-size:10px;
	color:#4e4844;
	line-height: 150%;
	margin-top:200px;
}

#vlightbox{
	padding-left:25px;
	margin-top:-20px;
}

h3 {color: #b6a97d;}

h4 {color: #87776a;}

a { text-decoration : none; color : #87776a; }

a:hover {color: #a1c2c3; text-decoration: underline; }