@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header-wrapper {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 362px;
}
#nav-wrapper {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 907px;
	margin: 0px auto 0px;
	background-position: bottom;
}
#nav  {
	margin: 105px 0px 0px 30px;
	float: left;

}
#nav li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
#nav a {
	font-size: 18px;
	color: #606060;
	text-decoration: none;
}
#nav a:hover {
	color: #999999;
}


#search {
	float: right;
	margin: 105px 20px 0px 0px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 871px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#content-wrapper {
	width: 899px;
	margin: 0px auto auto;
}
#container {
	background-image: url(images/header-shadow.jpg);
	width: 896px;
	background-repeat: no-repeat;
	float: left;
	background-color: #eeeeee;
	border: 1px solid #dbdbdb;
}
#left-column {
	width: 191px;
	float: left;
	margin: 20px 0px 0px 13px;
}
#bookmark {
	height: 30px;
	background-color: #c62223;
	margin: 0px 0px 20px;
	width: 186px;
	padding: 8px 0px 0px 3px;
}


#left-column ul {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left-column li {
	padding: 5px 0px 5px 10px;

}
#left-column a {
	padding-left: 5px;
	color: #505050;
	text-decoration: none;
}
#panel-left a:hover {
	color: #787878;
}



#left-column h2 {
	background-image: url(images/bullet-panel.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
	color: #606060;
}

#content {
	background-color: #ffffff;
	width: 369px;
	float: left;
	margin: 20px 15px 0px 15px;
	padding: 10px;
}
.title a {
	font-size: 22px;
	color: #c62223;
	text-decoration: none;
	font-weight: normal;
}
.post {
	margin-bottom: 20px;
}

.title a:hover {
	color: #606060;
}
.author a {
	color: #353535;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.article {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #999999;
}
.read a {
	font-size: 11px;
	color: #c62223;
	font-weight: bold;
	text-decoration: none;
}
.read a:hover {
	color: #606060;
}

.comments  a {
	font-size: 11px;
	color: #c62223;
	font-weight: bold;
	text-decoration: none;
}
.comments  a:hover {
	color: #606060;
}



#right-column {
	width: 260px;
	float: left;
	padding-top: 20px;
}
#right-column    h2 {
	color: #ffffff;
	font-size:14px;
	height: 22px;
	padding: 5px 20px 0px 10px;
	background-color: #c62223;
}
#right-column    ul {
	margin: 0px 0px 10px 0px;
	padding-left: 0px;
	background-color: #ffffff;
}
#recent {
	margin-top: 10px;
	float: left;
	width: 260px;
}


#right-column    ul    li{
	font-size: 11px;
	color: #505050;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #505050;
	list-style-type: none;
	padding: 5px 10px;
}
#right-column     ul   li   a {
	color: #505050;
	border: none;
	text-decoration: none;
}
#right-column    a:hover {
	text-decoration: none;
	color: #787878;
}

#ad01 {
	height: 125px;
	width: 125px;
	float: left;
}
#ad02 {
	margin-left: 10px;
	float: left;
}

.ad {
	margin-bottom: 10px;
	float: left;
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 29px;
	float: left;
	width: 899px;
	margin: 2px 0px 20px;
}
#footer p {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding-top: 6px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
