/* CSS Document */

body {
	background-image:url('/images/bg_tile.jpg');
	color: #33151A;
}
body, pre {
	font-family: Georgia, "Times New Roman", Times, serif;
}


img {
	border: 0px;
}

table.body_table {
	background-color: #FED061;
	border: black 3px solid;
}

A:link, A:active, A:visited {
        text-decoration : none;
        color : #FF6600;
        background : transparent;
}

A:hover {
        color : #CC6633;
}


.left_margin, .left_margin_div {
	width: 30px;
/*	border: solid 1px black;*/
}

.main_content, .main_content_div {
	width: 650px;
	min-height: 400px;
}

.right_margin, .right_margin_div {
	width: 10px;
/*	border: solid 1px black;*/
}

.footer, .footer_div {
	text-align: center;
	font-size: smaller;
}

.pagetitle {
	font-size: larger;
	color: #990000;
	font-weight: bold;
}

.flourish {
	background-image:url('/images/scroll/scroll_bg.jpg');
/*	background-color: #861C01;*/
	width: 30px;
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px	
}

.scroll {
	padding: 0;
	margin: 0;
	border: 0;
}

.scroll_spacer {
	height: 35px;
	padding: 0;
	margin: 0;
	border: 0;
}

.menu-hbar {
	height: 1px;
	background-color: #C56506;
}

table.nav-bar, .menu-hbar {
	width: 650px;
}

.nav-bar {
	height: 0;
}

.whats_new_box {
	float: right;
	border: #990000 solid 2px;
	padding: 3px 5px 25px 5px;
	margin: 0 0 5px 5px;
	background-color: #FFE391;
	width: 210px;
}


.float_left {
	float: left;
}

.float_right {
	float: right;
}

.outline {
	border: solid 1px #333333;
	padding: 3px 5px 10px 5px;
}

.post_header {
/*	background-color: #FFE391;*/
	border-color: #900000;
	border-style: solid;
	border-width: 1px 0 0 0;
	padding: 3px 6px 12px 6px;
	width: 500px;
}

.post_alias {
	color: #990000;
	font-size: smaller;
	font-weight: bold;
}

.post_date {
	font-size: x-small;
}

.post_comment {
	margin: 0;
	padding: 6px 0 0 10px;
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /*	width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}





.menu_button1 {
    float:left;
    margin:0 6px 0 0;
    background-color:#FFBB33;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#565656;
    padding:3px 0px 4px 0px;
    width:auto;
}

.menu_button {
    float:left;
    margin:0 6px 0 0;
    background-color:#FFBB33;
    border:2px solid #d9a800;
    border-top-color:#FFAC1B;
    border-left-color:#FFAC1B;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#C46708;
    padding:3px 0px 4px 0px;
    width:auto;
}

.menu_button:active, .menu_button:hover {
    background-color:#FFB22D;
}

.menu_button:hover {
}

.menu_button:active {
    border-color:#D97900;
    border-bottom-color: #FF9712;
    border-right-color:#FF9712;
}

