﻿html {
	margin: 0;
	padding: 0;
	}
body
{
    margin: 0;
    font-family: Georgia;
    font-size: small;
    color: #333;
    background-color: #fff;
    background: url(images/bodybg_zen3.png) repeat-x;
}
p  
{
    margin-left: 10px;
	}
h3  
{
    font-family: Lithos Pro Regular;
    color: #d4145a;
    font-weight: normal;
	}
a:link { 
    color: #c1272d;
    }
a:visited { 
    color: #ed1e79;
	}
a:hover, a:active  
{
    color: #ed1e79;
	}
#container
{
    width: 700px;
    text-align: justify;
    margin: 0 auto;
    border-left: 1px solid #c1272d;
    border-right: 1px solid #c1272d;
    background-color: #fff;
}

#pageHeader h1 { 
	}
#pageHeader h1 span {
	display:none;
	}
#pageHeader h2 { 
	}
#pageHeader h2 span {
	display:none;
	}
#pageHeader 
{
    background: url(images/header2_zen3.png) no-repeat top center;
    height: 300px;
}

#quickSummary 
{
display: none;}
#quickSummary p.p1
{
}
#quickSummary p.p2
{
} 

#preamble 
{
    width: 500px;
    margin-bottom: 20px;
}
#supportingText {	
    width: 500px;
    background: url(images/text_bg.jpg) repeat-y top left;
	}
	
#preamble h3, #supportingText h3
{
        margin-left: 10px;
}
	
#footer 
{
    margin-left: 10px;
    font-size: smaller; 
	}
#footer a:link, #footer a:visited { 
	}
#left
{
    float: left;
}
#linkList
{
    width: 180px;
    /*position: absolute;
    top: 300px;
    left: 800px;*/
    float: right;
    background: url(images/nav_bg.jpg) no-repeat top left;
    padding-bottom: 100px;
}
#linkList2 { 
	}
#linkList h3.select  
{
    font-size: medium;
    margin-bottom: 20px;
    color: #c1272d;
	}
#linkList h3.select span 
{
	}
#linkList h3.archives { 
    font-size: medium;
}
#linkList h3.archives span {
	}
	
#linkList h3.archives a, #linkList h3.select a
{
    text-decoration: none;
    color: #c1272d;
}

#linkList ul 
{
    list-style: none;
    margin: 0;
	}
#linkList li 
{
    margin-bottom: 5px;
	}
#linkList li a:link 
{
    color: #c1272d;
    text-decoration: none;
	}
#linkList li a:visited {
    color: #ed1e79;
    text-decoration: none;
	}
#linkList li a:hover
{
    color: #000;
} 
