
body{
	background-color: #fff;
	margin: 0;
	font-family: sans-serif, Geneva, Verdana;
}

.Header{
	background: url(images/header_bg.png) repeat-x;
	width: 100%;
	height: 62px;
}

.Header .HeaderPic{
	background: url(images/header.png) no-repeat ;
	width: 100%;
	height: 62px;
}





.Links{
	width: 700px;
	margin: 0 auto;
	height: 60px;
	font-size: 18px;
}
.Links a{ color: #777; text-decoration: none; }
.Links a:hover{ color: #bbb; text-decoration: none; }

.Links ul{
	text-align: right;
	list-style: none;
}
.Links ul li{
	margin: 0 0 0 80px;
	display: inline;
}







.Posts{
	width:840px;
	margin: 20px auto 0;
}


.News{
	width: 100%;
	margin: 0 0 60px;
	padding: 22px;
	background: #f9f8f5;
	border-bottom: 2px solid #9b9679;
}


.News a{
	color: #7bafce;
	text-decoration: none;
}
.News a:hover{
	color: #488cb3;
}

.News .Title{
	color: #2967ab;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}

.News .Text{
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0;
}

.News .TimePosted{
	font-size: 10px;
	font-weight: normal;
	margin: 20px 0;
}






.Comment{
	width: 100%;
	margin: 0 0 60px;
	padding: 22px;
	background: #f0efe5;
	border-bottom: 2px solid #9b9679;
}
.Comment .Author{
	color: #9b9679;
	margin: 20px 0 0;
	font-size:90%;
}
.Comment .Text{
	margin: 20px 0 0;
	font-size:80%;
}




.AddComment{
	padding:22px;
	width:420px;
	background: #f0efe5;
	font-size: 90%;
	border-bottom: 2px solid #9b9679;
}
.AddComment input.Input{
	background-color: #f0efe5;
	border:none 0;
	border-bottom: 1px solid #9b9679;
}

.AddComment .CommentField{
	width: 400px;
}
.AddComment .CommentField label{}
.AddComment .CommentField input{position: relative; top: -18px; float: right; text-align:right;}

.AddComment textarea.Textarea{
	width: 400px;
	padding: 3px 0;
	margin: 20px 0;
	background-color: #f0efe5;
	border:none 0;
	border-bottom: 1px solid #9b9679;
	border-right: 1px solid #9b9679;
}

.AddComment input.Sumbit{
	padding: 3px 2px;
	width:180px;
	background-color: #f0efe5;
	border:none 0;
	border: 1px solid #9b9679;
	font-size: 120%;
	color: #2f2f20;
}
.AddComment input.Sumbit:hover{
	color: #8e9062;
}