/* 
================================
Skin styles for Simple Red Leaf Skin 3 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #F7F7F7;
}

.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

body
{
    	/* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
    	margin: 0;
    	padding: 0;
    	line-height: 1.1;
    	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
    	background-color: #F7F7F7;
    	background-repeat: repeat;
    	position:relative;
}

#header
{
    	background-image: url(header1.jpg);
    	background-repeat:no-repeat;	
	height:99px;
	width:800px;
	position:relative;
}

#menu	
{	background-image: url(header2.jpg);
    	background-repeat:no-repeat;	
	height:33px;
	width:800px;
	position:relative;
}

#pictures
{
	background-image: url(header3.jpg);
    	background-repeat:no-repeat;		
	height:68px;
	width:800px;
	position:relative;	
	border-bottom:0px
}

#detailsbar
{
	background-image: url(middle.jpg);
    	background-repeat:repeat;
	width:800px;
	position:relative;
}

#Content
{
	background-image: url(middle.jpg);
    	background-repeat:repeat;
	width:730px;	
	position:relative;	
	padding-right:60px;	
	padding-left:10px;
}

#footer
{
	background-image: url(bottom.jpg);
    	background-repeat:no-repeat;		
	height:169px;
	width:800px;
	position:relative;
	padding:0px;	text-align: left;}


/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
H1
{
    font-size: 150%;
    font-weight: bold;
    color: #999;
}

H2
{
    font-size: 150%;
    font-weight: bold;
    color: #C00;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #999;
}

H4
{
    font-size: 110%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

