/* CSS Document */

body {
	background:url(images/body_bg.gif) top repeat-x #f1ede2;
	margin:15px auto 0 auto;
	font:Arial, Helvetica, sans-serif;
	font-size: 87%;
}

#master {
	width:800px;
	height:740px;
	margin:0 auto;
}

#header {
	width:800px;
	height:135px;
	background-color: #FDF9FF;
}

#menu {
	background:url(images/menu_bg.gif);
	width:800px;
	height:83px;
}


#content {
	width:800px;
	height:484px;
}

#left {
	float:left;
	width:410px;
	height:484px;
	background:url(images/left_bg.gif);
}
#bnb-rht {
	float:left;
	width:410px;
	height:484px;
	text-align:left;
}

#title {
	height:70px;
}

#body-copy {
	width:343px;
	height:394px;
	margin:1px 12px 0 10px;
	padding:20px 15px 0 10px;
	overflow:auto;
	scrollbar-arrow-color: #4e382f;
	scrollbar-base-color:#ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color:#fcfbf9;
	scrollbar-shadow-color: #fcfbf9;
	scrollbar-highlight-color: #fcfbf9;
	scrollbar-3d-light-color: #fcfbf9;
}

#right {
	float:left;
	width:390px;
	height:484px;
	background:url(images/right_bg.gif);
}

#footer {
	width:785px;
	height:22px;
	background:url(images/footer_bg.gif);
	text-align:right;
	font-size:0.7em;
	padding:8px 15px 0 0;
	color:#4e382f;
}

/*=============== TEXT =============================================*/
.post-info {
	margin:0px 0 3px 0;
}

.post-info h1 {
	font-size:2.2em;
	margin:20px 0 3px 0;
	color:#4e382f;
	text-transform:uppercase;
}
.post-info h2 {
	font-size:1.0em;
	margin:0 0 5px 0;
	font-weight:100;
	color:#999999;
}
.post-content {
	font-size:1.0em;
	margin:0;
}
.post-content p {
	font-size:1.0em;
}
.postmetadata {
	font-size:0.7em;
	color:#999999;
}

.post-footer {
	border-bottom:1px dotted #003399;
}

.alignleft {
	float: left;
	margin-right:10px;
}

.alignright {
	float: right;
	margin-left:10px;
}












