body {
	background-color: #FFC4D8;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D46A80;
}

input {
	background-color: #FFC4D8;
}


.textInput1
{
	border: 1px solid #ff0000;
	background: #555555;
	color: #ffffff;	
	font-size: 1.1em;
}

.fieldHolder
{
	width: 182px;
	height: 27px;
	float: left;
	background-image: url(images/inputback.jpg);
	background-repeat: no-repeat;
}

.textInput2
{
	width: 170px;
	height: 22px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
}

.textareafieldHolder
{
	width: 276px;
	height: 240px;
	float: left;
	background-image: url(images/textback.jpg);
	background-repeat: no-repeat;
}

.textareaInput2
{
	width: 250px;
	height: 220px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 5px;
	margin-left: 15px;
	overflow:hidden;
	scrollbar-base-color:#FFC4D8;
}



#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 200%;
	list-style-type: none;
	list-style-image: url(images/eyeshadow.gif);
	list-style-position: inside;
}

.FirstParagraph {
	line-height: 150%;
}


#wrapper {
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-color: #FFC4D7;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 40px;
	padding-left: 300px;
	
	h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	}
}

#menu {
	background-color: #FFFFFF;
	position: absolute;
	height: 20px;
	width: 20px;
	left: 304px;
	top: 38px;
}

#contentWrapper {
	background-image: url(images/bk_content.gif);
	background-repeat: repeat-y;
	display: inline-block;
}

#nav {
	float: left;
	width: 185px;
	margin-left: 10px;
	font-weight: bold;
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:visited {
	color: #FFCCEE;
	text-decoration: none;
}

#nav a:hover {
	color: #882639;
	text-decoration: underline;
}

#content {
	float: left;
	width: 565px;
	margin-left: 10px;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-image: url(images/eyeshadow.gif);
}

#content a:link {
	color: #D46A80;
	text-decoration: none;
}

#content a:visited {
	color: #B05A75;
	text-decoration: none;
}

#content a:hover {
	color: #882639;
	text-decoration: underline;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 102px;
	padding-top: 50px;
	padding-left: 200px;
}
.addclear:after {
content: ".";
display" block;
height:0;
clear:both;
visibility:hidden;
}

