body {
	background: #7E7DA1;
	margin: 0px;
}

body, td, input, textarea, select, p {
	color: #221B29;
	font: 12px sans-serif;
	line-height: 18px;
}

input, textarea, select {
	background-color: #ffffff; 
	margin: 0px;
        border: 1px dotted #7E7DA1;
}

a, a:visited { color: #5B6795; text-decoration: none; }
a:hover, a:active { color: #728C83; }


.titlepic {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 363px;
	height: 498px;
	margin: 0px;
	background: url('samantha-title.jpg');
	background-repeat: no-repeat;
}

.menu {
	position: absolute;
	left: 400px;
	top: 100px;
	height: 30px;
	width: 450px;
	text-transform: uppercase;
	font-size: 17px;
	font-family: Arial narrow;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	word-spacing: 8px;
}

.menu a {padding: 2px; letter-spacing: 1px; color: #110A0F;}
.menu a:hover {color: #110A0F; background-color: #DFDFE5}

.titletext {
	position: absolute;
	background: url('samantha-words.jpg');
	background-repeat: no-repeat;
	width: 413px;
	height: 74px;
	left: 420px;
	top: 20px;
}

.textbox {
	position: absolute;
	top: 135px;
	left: 400px;
	width: 450px;
	background: #DFDFE5;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}


h1,h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	letter-spacing: 2px;
	color: #7E7DA1;
	font-family: verdana; 
	font-size: 17px;
	text-align: left;
	font-weight: normal;
}

form {
	margin: 0px;
}


p  {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}