body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #f00;
}
a:hover {
	text-decoration:none;
	color: c00;
}
p {
	padding: 0px;
	margin: 0px;
}
p.header {
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 8px;
	text-transform: uppercase;
	background-image: url(../images/p_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
	width: 1000px;
	padding-left: 100px;
	color: #999;
}
p.bottom {
	font-size: 20px;
	padding-top: 8px;
	padding-bottom: 30px;
	text-transform: uppercase;
	background-image: url(../images/p_bot.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: right;
	width: 1000px;
	padding-right: 100px;
	color: #999;
}
p.bottom a:hover {
	color: #c00;
}
#header {
	width: 100%;
	background-image: url(../images/header_bg.jpg);
	background-position: top;
	background-repeat: repeat-x; 
}
#header p {
	color: #666;
	font-size: 12px;
}
#header p a {
	color: #333;
}
#footer {
	width: 100%;
	background-image: url(../images/footer_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer p {
	padding-top: 10px;
	color: #999;
	font-size: 10px;
}
#footer p a {
	color: #000;
}
.content {
	padding-left: 3px;
	width: 1000px;
	background-image: url(../images/content_bg.jpg);
	background-position: center;
	background-repeat:repeat-y;
}
.content img {
	width: 190px;
	height: 143px;
	padding: 0px;
	margin: 1px;
}
.content A:link IMG    	{        BORDER: #999 1px solid;}
.content A:visited IMG 	{        BORDER: #999 1px solid;}
.content A:hover IMG   	{        BORDER: #f00 1px dotted;}
.content A:active IMG	{        BORDER: #999 1px 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: #666;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 12px;
}
.content ul li a {
	color: #333;
}
.ads {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 800px;
}
.ads a {
	font-size: 18px;
	text-transform: capitalize;
}
.ads A:link IMG    	{        BORDER: #c00 1px solid;}
.ads A:visited IMG 	{        BORDER: #c00 1px solid;}
.ads A:hover IMG   	{        BORDER: #f00 1px dotted;}
.ads A:active IMG	{        BORDER: #c00 1px solid;}

.category {
	padding-left: 15px;
	width: 985px;
	background-image: url(../images/content_bg.jpg);
	background-position: center;
	background-repeat:repeat-y;
}
.category img {
	width: 180px;
	height: 240px;
}
.category A:link IMG    	{        BORDER: #999 1px solid;}
.category A:visited IMG 	{        BORDER: #999 1px solid;}
.category A:hover IMG   	{        BORDER: #f00 1px dotted;}
.category A:active IMG	{        BORDER: #999 1px solid;}
.cat_block {
	padding: 0px;
	margin: 6px;
	text-align: center;
	float: left;
}
.cat_block p {
	font-size: 14px;
	text-transform: capitalize;
}
.links {
	width: 900px;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}