@charset "utf-8";

body{
max-width:900px;
margin:0pt auto;
padding: 0px;
}

.header {
	font-family: "Helvetica";
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	float: left;
	height: 70px;
	width: 900px;
	border-top-width: thick;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	line-height: 16px;
	padding-top: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.mntitle {
	padding-left: 12px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #DDDDDD;
}

.post-title {
	font-family: "Helvetica";
	font-size: 14px;
	font-weight: bolder;
	padding-left: 10px;
	color: #FF6633;
	float: left;
	height: auto;
	width: 890px;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #DDDDDD;
	padding-top: 0px;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.mndate {
	font-family: "Helvetica";
	font-size: 9px;
	font-weight: lighter;
	}

.headerimg {
	height: 131px;
	width: 900px;
	padding-bottom: 2px;
}
.content_all {
	width: 900px;
	position: absolute;
}



.navigation {
   list-style: none;
   margin: 0 0 0 0; 
   padding: 0;
   
  
}
.navigation li {
   float: left;
}

.navigation li a {
	background-color:none;
   font-size:10px;
   text-align: center;
   color: #999999;
   display:block;
  	padding: 10px 10px 0px 10px;
   text-decoration:none;
   text-transform:uppercase;
   height:20px;
}
.navigation li a:hover {
   border-bottom:5px solid #333;
   color: #000;
}


.articles {
   list-style: none;
   margin: 5px 0 0 0; 
   padding: 0;
   padding-top:30px;
   border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #DDDDDD;
	font-family: "Helvetica";
	font-size: 10px;
	font-weight: lighter;
}

.posts{
   float: left ;
   background-color:none;
   font-size:10px;
   text-align: left;
   color: #999999;
   display:block;
   padding-right:20px;
   margin-bottom:20px;
   text-decoration:none;
   text-transform:uppercase;
	width:300px;
	height:240px;
	}


