@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #807cc7;
}

.decorations
{
	background-image: url(images/deco.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 200px;
}

.main
{
	width: 960px;
}

.left
{
	width: 290px;
	float: left;
	background-image: url(images/sidebarCont.jpg);
	background-repeat: repeat-y;
}

.right
{
	width: 660px;
	float: left;
}

.portrait
{
	height: 395px;
}

.sidebar
{
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	padding: 10px 20px 10px 20px;
	font-size: 11px;
}

.header
{
	height: 117px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

.menu
{
	margin-bottom: 20px;
	padding-left: 10px;
}

.menu a
{
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 4px 0 4px;
	margin-right: 20px;
	font-weight: normal;
}

.menu a:hover
{
	color: #e35d99;
}

a
{
	color: #cc0a69;
	font-weight: bold;
}

a img
{
	border: none;
}

a:hover
{
	color: #000;
}

.content, .homecontent
{
	margin-top: 10px;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #c6c8ee;
	clear: both;
}

#faq p
{
	font-weight: normal;
}

.content p, td
{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}

.content td
{
	vertical-align: top;
	padding-bottom: 10px;
}

#home p
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.ce
{
	text-align: center;
}

.footer
{
	font-size: 9px;
	text-align: center;
}

table.girls
{
	width: 640px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: auto;
}

table.girls tr td a
{
	color: #fff;
	text-decoration: none;
}

table.girls tr td iframe
{
	border: 6px #fff solid;
	margin-bottom: 10px;
}

table.girls tr td img, img.border
{
	border: 2px #fff solid;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1
{
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.linkBack
{
	height: 107px;
	width: 660px;
	display: block;
	border: none;
}

img.bor
{
	border: 3px #fff solid;
}

.clear
{
	clear: both;
}