@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#bg {
	background-image: url(../Images/bg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 980px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999999;
}
#wrapper #logo {
	height: 301px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #left {
	width: 222px;
	float: left;
}
#wrapper #bodyArea #left #textArea {
	background-image: url(../Images/News%20Box/images/News-Box_02.gif);
	background-repeat: repeat-y;
}

#wrapper #bodyArea #centre {
	width: 550px;
	float: left;
}

#wrapper #bodyArea #right {
	width: 208px;
	float: right;
	background-color: #DEECF5;
}
#bg #wrapper #bodyArea #main_txt {
	width: 550px;
	float: left;
}

#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	bottom: auto;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin: 0px 20px;
}
h2 {
	font-family: "Porn Star Academy";
	font-size: 24px;
	color: #1771CD;
	font-style: normal;
	text-align: center;
	text-transform: lowercase;
	font-weight: 100;
}
