body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(i/body_bg.jpg);
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p, li, ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
img {
	border: 0px;
}

.h-bg {
	width: 100%;
	float: left;
	background-image: url(i/h_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.h {
	width: 1000px;
	height: 160px;
	background-image: url(i/h.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.h ul {
	border: 0px solid #f00;
	float: left;
	margin-left: 600px;
	width: 320px;
	height: 95px;
	margin-top: 25px;
}
.h ul li {
	float: left;
	list-style: none;
	width: 160px;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}
.h ul li a {
	text-transform: capitalize;
	color: #d14371;
}
.h-b {
	float: left;
	margin-left: 650px;
}
.h-b span {
	width: 185px;
	height: 30px;
	border: 0px solid #f00;
	float: left;
}

.wrapper {
	width: 100%;
	float: left;
}

.content {
	width: 950px;
	border: 1px solid #ffccab;
	background-color: #fff;
}
.content img {
	padding: 1px;
	margin: 3px;
	background-color: #fdeedd;
	width: 180px;
	height: 135px;
}
.content A:link IMG    	{        BORDER: #ffccab 1px solid;}
.content A:visited IMG 	{        BORDER: #ffccab 1px solid;}
.content A:hover IMG   	{        BORDER: #7ac700 1px dashed;}
.content A:active IMG	{        BORDER: #ffccab 1px solid;}
.content ul {
	list-style: none;
	float: left;
	margin: 10px;
	width: 290px;
}
.content ul li {
	color: #999;
	font-size: 14px;
}
.content ul li a {
	color: #ce2b60;
	text-transform: capitalize;
}

.ad_wrapper {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.ad_wrapper a {
	font-size: 20px;
	text-transform: uppercase;
	color: #7bc800;
}
.ad_wrapper p.pages {
	width: 1000px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.ad_wrapper p.pages a {
	font-size: 16px;
	color: #ce2b60;
}

.f-bg {
	width: 100%;
	float: left;
	background-image: url(i/f_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	margin-top: 20px;
}
.f {
	width: 1000px;
	height: 160px;
	background-image: url(i/f.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.f p {
	width: 300px;
	float: left;
	margin-left: 350px;
	margin-top: 60px;
	text-align: center;
	color: #333;
	font-size: 12px;
}
.f p a {
	color: #ce2b60;
}
