body, html {
	background:#FFF;
	font:12pt Arial, Helvetica, sans-serif;
	color:#000;
	}

a:link, a:visited {
 	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#000;
	}	
	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif
	}

h1 {
	font-size:2em;
	}

h2 {
	font-size:1.8em;
	}

h3 {
	font-size:1.5em;
	}

h4 {
	font-size:1.2em;
	}
				
img {
	display:block;
	border:0;
	}

#nav, #searchform, #branding, #commentform, #footer, #sidebar {
	display:none
	}

hr { 
	background:#000; 
	color:#000;
	width:100%; 
	height:1px; 
	margin:2em 0; 
 	border:none; 
	}

blockquote {
   list-style-image: url({TEMPLATE_PATH}img/quote1.png);
    background: #E6B1AA url({TEMPLATE_PATH}img/quote2.png) no-repeat 98% 95%;
    border: 1px solid #CC0000;
    display: list-item;
    list-style-position: inside;
    margin: 2% 5%;
    padding: 10px 15px 10px 10px;
    font-size: 90%;
	}	

