body {

	padding: 0px;
	margin: 0px;
	background-image: url(/ver2/includes/images/bg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ccc;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #000;
}

#bg1 {

	background-image: url(/ver2/includes/images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#main {

	width:680px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 15px;
	overflow: hidden;
}

#left {

	width: 310px;
	height: 500px;
	background-image: url(/ver2/includes/images/main.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	overflow: hidden;
}

#right {

	padding-left: 5px;
	margin-left: 4px;
	width: 360px;
	float: left;
	overflow: hidden;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #ccc;
}

.clear {

	clear: both;
}

#nav_container {

	width: 130px;
	float: right;
	margin-top: 140px;
	font-family: helvetica, verdana, arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 17px;
}

.nav_item {


}

.nav_item_rss {

	background-image: url(/ver2/includes/images/rss.gif);
	background-repeat: no-repeat;
	background-position: top right;	

}

.nav_item:hover {

}

#p01 #nav01,
#p02 #nav02,
#p03 #nav03,
#p04 #nav04,
#p05 #nav05,
#p06 #nav06

{
	background-image: url(/ver2/includes/images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

a.nav {

	text-decoration: none;
	color: #a97900;
	display: block;

}

a.nav:hover {

	text-decoration: none;
	color: #a97900;
	display: block;
	background-image: url(/ver2/includes/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;	

}

a.nav2 {

	text-decoration: none;
	color: #7b892d;
	display: block;
}

a.nav2:hover {

	text-decoration: none;
	color: #7b892d;
	display: block;
	background-image: url(/ver2/includes/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

a.nav2_rss {

	text-decoration: none;
	color: #7b892d;
	display: block;
}

a.nav2_rss:hover {

	text-decoration: none;
	color: #7b892d;
	display: block;
}

.story {

	margin-top: 5px;
	padding-top: 5px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #b2b2b2;
}

.story_title {

	font-weight: bold;
	font-size: 16px;
	padding-bottom: 12px;
}

a {

	color: #a97900;
	text-decoration: none;	
}

a:hover {

	color: #a97900;
	text-decoration: underline;	
}

.comment_box {

	background-color: #000;
	color: #fff;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	padding: 10px;
	margin-top: 15px;
}

.blog_commenter {

	font-style: italic;
	font-weight: bold;
}

ul {

	list-style-type: square;
}