
body 
{
	margin: 0px;
	padding: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #660000;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.0em;
}

h2 {
	margin-bottom: 0px;
	font-size: 1.4em;
}

h3 {
	margin-bottom: 0px;
	font-size: 1.0em;
}

p, ol, ul {
	line-height: 140%;
}

a {
	color: #a32626;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}


/* Header */

#header {
	clear: both;
	background-position: left top;
	width: 900px;
	height: 80px;
	margin: 0px auto 0px auto;
	background: url(images/img_header.gif) no-repeat left top;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header-buttons {padding-left:760px;padding-top:30px;}

/* Footer */

#footer
{
	background-position: left top;
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 0px auto;
	background: url(images/img_footer.gif) no-repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 30px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
/* Logo */

#logo {
	padding-left: 20px;
	padding-top: 14px;
	float: left;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #a32626 url(images/img02.gif) no-repeat 0px 0px;
}

#menu .active a {
	background: url(images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	height: auto;
	min-height: 500px
}

/* Content */

#contentframe {
	float: right;
	width: 620px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #c49090;
}
.post .entry p { margin-top:0; }

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
	margin-top: 10px;
}

/* Tables */

.post table.style1 
{
	width: 90%;
	margin: -1em 1em 1em 1em;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

.post table.style1 td {
	border: 1px inset gray;
    padding-left: 5px;
	background-color: rgb(250, 240, 230);
	-moz-border-radius:;
    text-align: left;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.post table.style2 
{
	width: 90%;
	margin: 1em 1em 1em 1em;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

.post table.style2 td {
	border-width: 1px;
	padding: 1px;
	padding-left: 5px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: ;
}

.post .style2 {
            width: 496px;
		}
.post .style3 {
            width: 150px;
		}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	background: url(images/img03.gif) repeat-y left top;
}

#sidebar-bgtop {
	height: 3px;
	background: url(images/img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
	height: 3px;
	background: url(images/img05.gif) no-repeat left bottom;
}

#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: inside disc;
}

#sidebar h2 {
	font-size: 1.0em;
	margin-bottom: 2px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .byline {
	margin: 0px;
	margin-top: -10px;
}

/* Search */

#search 
{
	display: none
}

#search form {
	margin-bottom: 1.4em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 180px;
}
