body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #3b3b3b;
	background-image: url(images/body_bg.jpg);
	margin: 0px;
	padding: 0px;
}
a {
	color: #ffde97;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}
p.b {
	margin-bottom: 40px;
}
#left {
	width: 1008px;
	background-image: url(images/border.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
#right {
	width: 1008px;
	background-image: url(images/border.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
#main {
	background-color: #fff2b9;
	background-image: url(images/main_bg.jpg);
	width: 1000px;
}
#header {
	width: 100%;
	background-image: url(images/h_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#header p {
	color: #666;
	font-size: 10px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	background-image: none;
	text-transform: none;
}
#header ul {
	width: 49%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: inside circle;
	font-size: 12px;
	color: #000;
}
#header ul a {
	color: #fff;
}
#footer {
	width: 100%;
	background-image: url(images/f_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer p {
	color: #666;
	font-size: 10px;
	padding: 0px;
	padding-bottom: 4px;
	background: none;
	width: auto;
}
#footer p a {
	color: #000;
}
#footer p a:hover {
	color: #333;
}
.content {
	width: 1000px;
	background-color: #fff;
}
.content img {
	width: 240px;
	height: 180px;
	padding: 0px;
	margin: 1px;
	background-color: #d7d7d7;
	background-image: url(images/thumb_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.content p img {
	width: auto;
	height: auto;
}
.content a:link img    	{        BORDER: #f00 1px solid;}
.content a:visited img 	{        BORDER: #f00 1px solid;}
.content a:hover img   	{        BORDER: #000 1px dotted;}
.content a:active img	{        BORDER: #f00 1px solid;}
.content ul {
	width: 300px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style: none;
}
.content ul li {
	text-align: left;
	color: #999;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 14px;
}
.content ul li a {
	color: #333;
}


/*-----------------------------------------------------------------------------------------------------------*/


.h_top {
	width: 970px;
	background-color: #FFFFFF;
	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 {
	color: #999;
	width: 180px;
	float: left;
	border: 0px solid #f00;
}
.h_top p.archives {
	width: 650px;
	float: right;
	font-size: 14px;
	font-style: normal;
	color: #999;
	border: 0px solid #f00;
	text-align: right;
	padding-right: 20px;
	padding-top: 4px;
	font-weight: bold;
	float: right;
}
.h_top p.archives a {
	padding: 2px;
	color: #f00;
}

