body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}

a:link {
	color : #990000;
	text-decoration : none;
      }
a:visited {
	color : #990000;
	text-decoration : none;
      }
a:active {
	color : #0033cc;
	text-decoration : none;
      }
a:hover {
	color : #990000;
	text-decoration : underline;
      }
#navigation a:link {
	color : #fff;
	text-decoration : none;
      }
#navigation a:visited {
	color : #fff;
	text-decoration : none;
      }
#navigation a:active {
	color : #fff;
	text-decoration : none;
      }
#navigation a:hover {
	color : #fff;
	text-decoration : underline;
      }

#header {
	margin: 0;
	padding:0 0px 0px 5px;
	height:115px;
        border-bottom: 2px solid #990000; 
        }

span.logo {
  	float: left;
        }

span.contact_info {
  	float: right;
        }

#navigation {
	margin: 3px 0px 10px 0px;
	padding: 5px;
	font-family:verdana, arial, helvetica, sans-serif;
        font-size : 11px;
        text-transform : uppercase;
	background-color:#990000;
	text-align : center;
	}

#tagline {
	margin: 5px 0px 10px 0px;
	padding: 0;
        color : #990000;
	font-family:times new roman, serif;
        font-size : 20px;
	text-align : center;
	}

#content {
	margin:0px 10px 50px 10px;
	padding:10px;
	}

#weblog {
	margin:0px 240px 50px 10px;
	padding:10px;
	}

h1 {
	margin:0;
	padding: 0;
	font-family:times new roman, serif;
	font-size:26px;
	color:#000;
	}

h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family:times new roman, serif;
	font-size:18px;
	color:#990000;
        text-transform: uppercase;
	}

h3 {
	margin: 0 0 20px 0;
	padding:0px;
	font-family:times new roman, serif;
	font-size:16px;
	color:#990000;
	}

#content p {
	color : #000;
	font-family:times new roman, serif;
        font-size : 20px;
	line-height : 30px;
	margin:30px 0px 16px 0px;
	padding:0px;
	}

.content {
	color : #000;
	font-family:times new roman, serif;
        font-size : 15px;
	margin:15px 0px 16px 0px;
	padding:0px;
	}

.posted {
	color : #000;
	font-family:times new roman, serif;
        font-size : 13px;
	line-height : 30px;
	margin: 10px 0px 15px 0px;
	padding-bottom : 30px;
        text-transform : uppercase;
        border-bottom : 1px solid #990000;
	}

#menu {
	position:absolute;
	top:210px;
	right:20px;
	width:350px;
	}

#sidebar {
	position:absolute;
	top:210px;
	right:20px;
	width:200px;
        border : 1px solid #990000;
	}

#bottom {
	margin: 3px 0px 5px 0px;
	padding: 5px;
	background-color:#990000;
	}

.main  {
	color : #990000;
	font-family:times new roman, serif;
        font-size : 14px;
	text-align : center;
	font-style: italic;
	margin:0 0px 16px 0px;
	font-weight : 700;
	padding:0px;
	}

.sidebar {
	margin: 5px;
        padding: 10px;
        background-color: #eee;
	}

.sidebar h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family:times new roman, serif;
	font-size:18px;
        font-weight: normal;
	color:#000;
        text-transform: uppercase;
        text-align: center;
	}

.sidebar p {
	color : #000;
	font-family:times new roman, serif;
        font-size : 14px;
	margin:0 0 30px 0;
	padding:0px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.breadcrumb  {
	font-family:times new roman, serif;
        font-size : 12px;
	margin:0 0 30px 0;
	padding:0px;
        }