@charset "utf-8";
/* CSS Document */

* {
        padding: 0px;
        margin: 0px;
        }

a:link {
	color: #993300;
	text-decoration: none;
	border: none;
	}

div.body-copy p {
        margin-bottom: 14px;
	font-family: "Times New Roman", Times, serif;
        font-size: 12pt;
	line-height: 14pt;
        max-width: 500px;
        }
	
a:visited {
	color: #993300;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	}
	
div.article-head a:link {
	color: #660000;
	}
	
div.article-head a:visited {
	color: #660000;
	}
	
div.article-head a:hover {
	color: #000000;
	}

body {
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	}
	
#leftbar ul {
	color: #887544;
	margin-bottom: 12px;
	}

#rightbar ul {
	color: #887544;
	margin-bottom: 12px;
	}

ul {
        list-style: inside;
        margin-bottom: 12px;
        }
	
li.widget {
	list-style: none;
	}
	
img {
	border: none;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #887544;
	}

#wrapper {
	height: 100%;
	width: 100%;
	}
	
#container {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	}
	
#header {
	width: 960px;
	height: 250px;
	margin-top: 20px;
	margin-bottom: 12px;
	}
	
#leftbar {
	width: 175px;
	height: auto;
	float: left;
	background-color: #272c19;
	border-top: 3px solid #b29d67;
	border-left: 3px solid #b29d67;
	border-bottom: 3px solid #b29d67;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	padding: 6px;
	}
	
#content {
	width: 525px;
	height: inherit;
	min-height: 700px;
	float: left;
	border-top: 3px solid #b29d67;
	background-color: #b29d67;
	padding: 15px;
	}

.category {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12pt;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	}
	
.article-head {
	background-color: #887244;
	}

.headline {
	margin-left: 9px;
	color: #660000;
	}
	
.subhead {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: right;
	}
	
.body-copy {
	color: #000000;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 36px;
	border-bottom: 1px dotted #887244;
	border-left: 1px dotted #887244;
	border-right: 1px dotted #887244;
	}
		
#rightbar {
	width: 200px;
	float: right;
	background-color: #272c19;
	border-top: 3px solid #b29d67;
	border-right: 3px solid #b29d67;
	border-bottom: 3px solid #b29d67;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	padding: 6px;
	}
	
#footer {
	width: 720px;
	margin-right: 240px;
	height: 50px;
	clear: both;
	color: #b29d67;
	text-align: right;
	}