/* Main CSS Document */

@import url("core.css");

#left {
	width: 195px;
	margin: 0px auto;
	padding: 246px 105px 0px 0px;
	float: left;
	text-align: right;
}
#left ul {
	padding: 0px;
	margin: 0px;
}
#left li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
}
#left ul.archives a {
	padding: 0px;
	margin: 0px;
	color: #6b6b6b;
	text-decoration: none;
	font-size: 11px;
}

#right {
	width: 650px;
	float: left;
	padding: 90px 0px 0px 0px;
}
#right .date {
	font-size: 10px;
	color: #434343;
	text-transform: uppercase;
	padding: 0px 0px 20px 200px;
}
#right .date a {
	color: #434343;
	text-decoration: none;
}
#right .date a:hover {
	text-decoration: underline;
}
#right .back {
	width: 150px;
	height: 23px;
	padding: 0px 0px 0px 30px;
	background-image: url(../images/arrow-back.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: left;
}
#right .back a {
	color: #444546;
	text-decoration: none;
}
#right .back a:hover {
	text-decoration: underline;
}
#right .next {
	width: 150px;
	height: 23px;
	padding: 0px 30px 0px 0px;
	background-image: url(../images/arrow-next.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: right;
	text-align: right;
	background-position: right top;
}
#right .next a {
	color: #444546;
	text-decoration: none;
}
#right .next a:hover {
	text-decoration: underline;
}
#right .thumb {
	width: 90px;
	float: left;
}
#right ul {
	margin: 0px 0px 0px 50px;
}

#footer {
	width: 650px;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	line-height: 17px;
	padding: 50px 0px 30px 0px;
}

