body {
	background-image: url(images/body_bg.jpg);
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0px;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
#main {
	width: 1000px;
	border: 2px dotted #333;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #fff;
}
#header {
	width: 1000px;
}
#header p {
	color: #999;
	font-size: 10px;
	padding-top: 10px;
}
#header p a {
	color: #f00;
	text-transform: uppercase;
}
#header h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #600;
	padding: 0px;
	padding-top: 50px;
	margin: 0px;
	text-align: center;
}
#footer {
	width: 1000px;
}
#footer p {
	color: #000;
	padding-top: 10px;
	font-size: 10px;
}
#footer p a {
	color: #000;
	font-size: 12px;
}
.block_header {
	width: 1000px;
}
.block_header h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #600;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.block_header p {
	font-size: 14px;
	text-transform: capitalize;
}
.block_header p.archives {
	text-align: right;
	padding-right: 30px;
	height: 22px;
}
.block_header p.top {
	text-align: left;
	padding-left: 30px;
	height: 21px;
	padding-top: 10px;
}
.content {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #fec462;
	background-image: url(images/content_bg.jpg);
}
.content img {
	width: 240px;
	height: 180px;
	padding: 1px;
	margin: 1px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
.content A:link IMG    	{        BORDER: #c86a28 2px solid;}
.content A:visited IMG 	{        BORDER: #c86a28 2px solid;}
.content A:hover IMG   	{        BORDER: #fff 2px dotted;}
.content A:active IMG	{        BORDER: #c86a28 2px solid;}
.content ul {
	width: 320px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content ul li {
	text-align: left;
	color: #000;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 12px;
}
.content ul li a {
	color: #900;
}
.ads {
	margin-top: 15px;
	margin-bottom: 15px;
}
.ads a {
	font-size: 18px;
	text-transform: capitalize;
}
