html, body {
	height : 100%;
}

body {
	background: #4b4b4b url(/img/bg.gif) repeat-y center top;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	border : 0;
	margin: 0;
}

#container {
	position: relative;
	margin: 0px auto;
	border: none;
	width: 758px;
}

.content_body {
	padding: 0px 0px 0px 0px;
	width: 590px;
	position: absolute;
	left: 84px;
	top: 100px;
}

.content_entry {
	width: 590px;
	position: relative;
	margin-bottom: 30px;
	float: left;
}

.date {
	display:none;
}

h1 {
	font-family: "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #4b4b4b;
	text-transform: lowercase;
	text-shadow: #e3e3e3 1px 1px 1px;
}

h2 {
	font-family: "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #4b4b4b;
	text-transform: lowercase;
	letter-spacing: 1px;
	text-shadow: #e3e3e3 0px 2px 1px;
}

a:link {
	color: #7b7b7b;
	text-decoration: none;
}

a:hover {
	color: #b2b2b2;
	text-decoration: none;
}

a:active {
	color: #868686;
	text-decoration: none;
}

a:visited {
	color: #7b7b7b;
	text-decoration: none;
}

img {
	border: none;
}

.img-l, .img-c, .img-r {
	border-width: 5px;
	border-style: solid;
	border-color: #e3e3e3;
}

.img-l-nb, .img-c-nb, .img-r-nb {
	border: none;
}

.img-l, .img-l-nb {
	float: left;
	margin: 3px 10px 5px 0;
}

.img-c, .img-c-nb  {
	display: block;
	margin: 5px auto;
}

.img-r, .img-r-nb {
	margin: 3px 0px 5px 5px;
	float: right;
}

blockquote {
	font-style : italic;
	margin-left : 0px;
	padding-left : 10px;
	border-left : 1px solid #664451;
}

ul {
	list-style-type: disc;
	font-family: "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	text-transform: lowercase;
}

.info {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	text-transform: lowercase;
	color: #4b4b4b;
}

.aside {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
}

.loud {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

.utility {
	width: 200px;
	position: absolute;
	left: 450px;
	top: 30px;
}

.utilitytitle {
	font-family: "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
	text-shadow: #FFFFFF 0px 2px 1px;
}

.utilitytext {
	font-family: "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	text-transform: lowercase;
	color: #4b4b4b;
}

.pagination {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	text-transform: lowercase;
	color: #4b4b4b;
 	text-align: right;
 	clear: both;
}

#footer {
	width: 100%;
	left: 0px;
	z-index:10000;
}

#footer img {
	display : block;
	margin : 0px auto;
}