/*  Site Styles
 #7F0700 - MAROON
 #FFD912 - YELLOW */

body {
        font-size: 100%;
	text-align:center;
	background: #7F0700;
	}

#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background:#ffffff;
	border:1px solid #FFD912;
	}			

#contentheader {
	background:#7F0700;	
	font-family: palatino, georgia, serif;
	color:#6A6A8F;
	}
	
#contentfull {
	padding: 5px;
	background: #ffffff;
	}

#contentleft {
	width:530px;
	padding:5px;
	float:left;
	background:#ffffff;
	}	

#contentright {
	width:200px;
	padding:5px;
	float:left;
	background:#ffffff;
	}
	
A {
	color: #7F0700;
	}
	
A:visited {
	color: #590500;
     }

#menu {	
	color: #7F0700;
	background: #FFD912;
	padding: 8px;
	text-align: center;
        font-size: 100%;
       }
        
#menu a {
	color: #7F0700;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
        font-size: 100%;
      }

div.BASIC_CONTENT {
	font-family: Tahoma, Verdana, sans-serif;
	}
	
h2 {    
	font-family: Palatino, Georgia, serif;
	font-size: 140%;
	font-weight: bold;
	color: #7F0700;
}

.entry {
	margin-bottom: 20px;
	font-family: Tahoma, Verdana, sans-serif;
	}
	
.entry_title {
	font-family: Palatino, Georgia, serif;
	font-size: 128%;
	font-weight: bold;
	color: #7F0700;
        }        

.posted {
	font-size: 80%;
	}
	
.sideheader, .sidecontent {
        font-size: 90%;
	font-family: Arial;
	}
	
.sideheader {
	font-weight: bold;
	}

.sidecontent {
        margin-bottom: 10px;
}

img.logo {
     border: 0px;
     margin: 4px;
}