html,body 
{
	background: #FCFBF7;
	font-family: helvetica,sans-serif;
	font-size: 12px;
	scrollbar-face-color: #FCFBF7;
scrollbar-track-color: #FCFBF7;
scrollbar-arrow-color: #FCFBF7;

scrollbar-3dlight-color: #FCFBF7;
scrollbar-highlight-color: #FCFBF7;
scrollbar-shadow-color: #FCFBF7;
scrollbar-darkshadow-color: #FCFBF7;
}
body
{
	background: #FCFBF7;
	font-family: helvetica,sans-serif;
	font-size: 12px;
	scrollbar-face-color: #FCFBF7;
scrollbar-track-color: #FCFBF7;
scrollbar-arrow-color: #FCFBF7;

scrollbar-3dlight-color: #FCFBF7;
scrollbar-highlight-color: #FCFBF7;
scrollbar-shadow-color: #FCFBF7;
scrollbar-darkshadow-color: #FCFBF7;
}
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.png);
    scrollbar-arrow-color:#993333;
    scrollbar-base-color:#FCFBF7;
    scrollbar-darkshadow-color:#993333;
    scrollbar-highlight-color:#FCFBF7;
}
#containerfaq
{
	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/hand.jpg);
    scrollbar-arrow-color:#993333;
    scrollbar-base-color:#FCFBF7;
    scrollbar-darkshadow-color:#993333;
    scrollbar-highlight-color:#FCFBF7;
}
#containerportfolio
{
	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/kev.jpg);
    scrollbar-arrow-color:#993333;
    scrollbar-base-color:#FCFBF7;
    scrollbar-darkshadow-color:#993333;
    scrollbar-highlight-color:#FCFBF7;
}
#containercontact
{
	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/kevplaying.jpg);
	scrollbar-arrow-color:#993333;
	scrollbar-base-color:#FCFBF7;
	scrollbar-darkshadow-color:#993333;
	scrollbar-highlight-color:#FCFBF7;
}
#containerkev
{
	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/kev3.jpg");
    scrollbar-arrow-color:#993333;
    scrollbar-base-color:#FCFBF7;
    scrollbar-darkshadow-color:#993333;
    scrollbar-highlight-color:#FCFBF7;
}
#containerhappy
{
	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/happy.jpg");
    scrollbar-arrow-color:#993333;
    scrollbar-base-color:#FCFBF7;
    scrollbar-darkshadow-color:#993333;
    scrollbar-highlight-color:#FCFBF7;
}
#containergrade
{
	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/a1.jpg");
    scrollbar-arrow-color:#993333;
    scrollbar-base-color:#FCFBF7;
    scrollbar-darkshadow-color:#993333;
    scrollbar-highlight-color:#FCFBF7;
}
#containerrose
{
	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/rose1.jpg");
    scrollbar-arrow-color:#993333;
    scrollbar-base-color:#FCFBF7;
    scrollbar-darkshadow-color:#993333;
    scrollbar-highlight-color:#FCFBF7;
}
#imgheader
{
	background-image:url(images/seduction_text_header.png);
	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: #485B7C;
	color: white;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12pt;
}
p
{
	padding: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {color: #993333}
.style2 {
	font-size: 10;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
