#Wrapper {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	width: 794px;
	margin-right: auto;
	margin-left: auto;
}
#Wrapper #Menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Wrapper #Menu ul li {
	display: inline;
}
#Wrapper #Menu ul li a {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	display: block;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000;
}
#Wrapper #Menu ul li a.NoMargen {
	margin-left: 0px;
}
#Wrapper #Menu ul li a.NoBorde {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Wrapper #Content {
	margin-top: 20px;
}
#Content p.date {
	font-size: 14px;
	font-weight: bold;
	color: #B4302B;
	margin: 0px;
}
#Content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0px;
}
#Content p {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#Wrapper #Footer {
	margin-top: 20px;
	font-size: 11px;
	color: #666;
	text-align: right;
}
#ads a {
	color: #999;
	font-size: 14px;
	text-decoration: none;
}
#ads a:hover, #ads a:focus {
	color: #F33;
}
