body { 
	text-align: center;
	font-family: "Microsoft Sans MS", Arial, "Trebuchet MS"; 
	font-size:12px; 
	background: url(images/bg.jpg) repeat #fff;
	background-attachment:scroll;
	margin-top:0px; 
}

a { 
	color:navy; text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}

td { 
	
	font-family: Verdana, "Microsoft Sans MS", "Trebuchet MS", Arial; 
	font-size:11px; 
}

td.a { 
	color:navy; text-decoration:none;
}

td.a:hover { 
	text-decoration:underline;
}

#main {
	position: relative;
	width: 902px;/*sets the width for IE5.x's broken box model*/
	w\idth: 900px; /* sets the width of the wrapper for compliant browsers*/
	margin: 0px auto;/* centers the wrapper.*/
	text-align: left;	
}

p.title {
	font-family: "Microsoft Sans MS", "Trebuchet MS", Arial, Verdana;  
	font-size:16px;
	font-weight: bold;
	color: #000;
	margin-left: 10px;
}

p.body {
	font-family: "Microsoft Sans MS", "Trebuchet MS", Arial, Verdana; 
	font-size:14px;
	color: #333;
	margin-left: 10px;
	text-align:justify;	
}

p.foot {
	font-family: "Microsoft Sans MS", "Trebuchet MS", Arial, Verdana;  
	font-size:11px;
	color: #fff;
	margin-left: 550px;
	margin-top:10px;	
}

#vertmenu {
font-family: "Microsoft Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 145%;
width: 130px;
padding: 0px;
margin: 15px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 100%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 7px 0px 7px 10px;
text-decoration: none;
color: #666666;
width:130px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #fffeb1;
}

.post {

	width:400px;

}

.postinfo{

	width:350px;

	height:25px;

	background:#d7d7d7;

	border:1px solid #a5abb9;

	text-align:right;

	padding-right:15px;

	padding-top:7px;

	font-size:14px;

	font-weight:bold;

	color:#2d395a;

}

.monthdate{

	margin-left:0px;

	margin-top:5px;

	font-size:10px;

	color:#FFFFFF;

	text-align:center;

}

.monthday{

	margin-left:0px;

	margin-top:5px;

	font-size:20px;

	font-weight:bold;

	color:#FFFFFF;

	text-align:center;

}

.content {

	width: 400px;

	margin-left:10px;

}

.datebar {

	float:left;

	width:55px;

	height: 60px;

	background-image: url(images/postdate.jpg);

	background-repeat: no-repeat;

}