/* CSS Document */

body {
background-image:url(images/bg.jpg);
background-position:top center;	
background-attachment:fixed;
	
}
#menu {
width:198px;
height:512px;
top:60px;
left:50%;
position:fixed;
margin-left:292px;
background:url(images/nav.png) top center no-repeat;	
}
.menu_item {
padding:10px 0;
text-align:center;	
}
#logo {
text-align:center;
margin:40px 18px;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid #f1d296;
}
#followus {
text-align:center;
margin:40px 18px;
padding-top:20px;
margin-top:10px;
margin-bottom:20px;
border-top:1px solid #f1d296;
}
#pagestuff {
width:782px;
position:absolute;
left:50%;
margin-left:-490px;
background:#eee3da;
min-height:600px;
box-shadow:#000 0 0 6px;

}
#social {
padding:0 40px;	
}
#social td {
width:50%;
text-align:center;	
}
#ob_logo_holder {
position:fixed;
left:50%;
margin-left:370px;
top:600px;	
}
#top_text {
margin:20px;
padding:10px;
border-bottom:1px dashed #000;
text-transform:uppercase;
font-size:12px;
}
.html_title {
font-weight:bold;
text-transform:uppercase;
padding-bottom:10px;	
}
.cal_month {
font-size:24px;
padding-right:300px;	
}
.cols2>.col1 {
width:462px;	
}
.cols2>.col2 {
width:200px;
padding-left:20px;
border-left:2px solid #000;
}
.ob_html {
margin-bottom:20px;	
}