body

{

	background: #ffffff;

	font-family: helvetica,sans-serif;

	font-size: 14px;

}

a, a:hover, a:visited a:active

{

	color: black;

}

#container

{

	width: 900px;

	height: 500px;

	position:absolute;

	left: 50%;

	top: 50%;

	margin-top: -250px;

	margin-left: -450px;

	border: 1px solid black;

	background-repeat: no-repeat;

	background-position: right center;

	background-image:url(images/seduction_header.jpg);

}

#imgheader

{

	background-image:url(images/seduction_text_header.jpg);

	background-repeat: no-repeat;

	background-position: center;

	height: 48px;

	width: 570px;

}

#navigation

{

	height: 20px;

	text-align: center;

	padding-top: 4px;

	width: 570px;

	top: 50px;



}

#navigation a, a:hover, a:visited a:active

{

	padding-right: 12px;

	padding-left: 12px;

}

#navigation a

{

	text-decoration: none;

}

#navigation a:hover, a:visited a:active

{

	text-decoration: underline;

}

#content

{

	width: 570px;

	top: 60px;

	height: 428px;

	overflow: auto;

}

h2

{

	margin:0px;

	background-color: #9A35FF;

	color: white;

	padding-left: 20px;

	padding-top: 5px;

	padding-bottom: 5px;

}

p

{

	padding: 10px;

}