body {
	color:#000000;
	font-size:13px;
	font-family:georgia;
	text-align:justify;
	background-color: #e5e5e5;
	background-repeat: repeat;
	background: url(bg.jpg);
	padding: 0px;}

#container {
        margin: 10px auto;
	width: 727px;
	text-align: left;
}

.heading {
	color: #fcefea;
	background-color: #f49bb8;
	padding: 3px;}

.heading2 {
	color: #878787;
	background-color: #fbdbe5;
	padding: 3px;}

#header
{	width: 727px;
	height: 364px;
	margin: 0px auto;
        background: url(header.jpg);
        border-left: 5px solid #ffffff;
        border-right: 5px solid #ffffff;
        border-top: 5px solid #ffffff;}

#content
{	float:left;
        width: 707px;
        padding: 15px;
        margin: 0px 0px;
        text-align: justify;
        background-color:#ffffff;}

b, strong {color:#e66a94; font-weight:normal; text-decoration:none; }

i, em{color:#ceb7dc; text-decoration:none; }

a:link, a:visited
{text-decoration: none; padding: 3px; color:#f180b1;}
a:hover
{text-decoration: none; padding: 3px; background-color:#f32b80;}

h1 {
margin: 0px;
text-align:left;
font-family: georgia;
font-size: 10px;
color:#cf8aab;
line-height: 12px;
letter-spacing: 2px;
border-bottom: 0px;
text-transform:uppercase;
font-weight: normal;}

input, select, textarea {
        color: #f180b1;
	background-color: #ffffff;
	font-size: 9pt;
        text-align: left;
        border-bottom: 1px dotted #f32b80;
        border-top: 1px dotted #f32b80;
        border-right: 1px dotted #f32b80;
        border-left: 1px dotted #f32b80;
	font-family: georgia;
}