body {
	background-color: #b2c686;
	background-image: url(images/body_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #300;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #fc0;
}
a:hover {
	text-decoration: none;
	color: #66cc00;
}
p {
	padding: 0px;
	margin: 0px;
}
#header {
	width: 100%;
	background-image: url(images/h_bg.jpg);
	background-position: top;
	background-repeat: repeat-x; 
}
#header p {
	font-size: 10px;;
	padding-right: 10px;
	color: #333;
}
#header p.intro {
	margin-bottom: 5px;
	padding-right: 0px;
}
#header p strong {	
	color: #f00;
	text-transform: uppercase;
	font-weight: bold;
}
#header p a {
	color: #333;
}
#footer {
	width: 100%;
	background-image: url(images/f_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer p {
	font-size: 10px;;
	padding-top: 4px;
	color: #666;
}
#footer p.s {
	padding: 0px;
}
#footer p a {
	color: #000;
}
.h_top {
	width: 970px;
	background-image: url(images/h_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 30px;
	font-size: 18px;
	color: #333;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
}
.h_top p {
	width: 180px;
	float: left;
	border: 0px solid #f00;
}
.h_top p.archives {
	width: 650px;
	float: right;
	font-size: 14px;
	font-style: normal;
	color: #fff;
	border: 0px solid #f00;
	text-align: right;
	padding-right: 100px;
	font-weight: bold;
	float: right;
}
.h_top p.archives a {
	padding: 2px;
	background-color: #003300;
}
.content {
	width: 1000px;
}
.content img {
	width: 240px;
	height: 180px;
	background-color:#003300;
	background-image: url(images/thumb_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 1px;
	padding: 0px;
}
.content a:link img    	{        BORDER: #fff 2px solid;}
.content a:visited img 	{        BORDER: #fff 2px solid;}
.content a:hover img   	{        BORDER: #74f700 2px dotted;}
.content a:active img	{        BORDER: #fff 2px solid;}
.content ul {
	width: 325px;
	float: left;
	padding: 0px;
	margin: 2px;
	margin-right: 0px;
	list-style: none;
	background-color: #003300;
	border: 1px solid #519700;
}
.content ul li {
	text-align: left;
	color: #fff;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 12px;
}
.content ul li a {
	color: #fc0;
}
.h_bottom {
	margin-bottom: 50px;
}

#footer p.th {
	color: #fff;
}
#footer p.th a {
	color: #fc0;
	font-size: 12px;
	text-transform: uppercase;
}
