body {
	background: url(images/background_01.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	cursor: pointer;
}

p, div, span {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;	
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:visited {
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:hover {
	color: #DB7DBC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:active {
	color: #DB7DBC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.imagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #ACACAC;
	text-transform: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #B9B9B9;
	text-transform: none;
	}

.blog {
	width: 740px;
	border: 1px solid #DDD;
	padding: 20px;
}

.blog .blog_name {

}

.blog .paging {
	margin-bottom: 10px;
	float: right;
	width: 40%;
	text-align: right;
}

.blog .paging a, .blog .paging div, .blog .paging span {
	font-size: 90%;
}

.blog .post {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}

.blog .header {
	clear: both;
}

.blog .title {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #BBB;
	float: left;
	width: 70%;
}

.blog .date {
	float: right;
	width: 28%;
	text-align: right;
	font-size: 90%;
	padding-top: 2px;
	color: #DB7DBC;
}

.blog .subhead {
	clear: both;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
	color: #999;
}

.blog .content {
	color: #555;
}

.links h1 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
}

.links ul, .links li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.links li {
	margin-bottom: 3px;
}