/* CSS Document */

body, html{
	background-color:#a98fb1;
	font-family:Helvetica, Arial, Verdana;
	font-size:12px;
	color:#444444;
}
a:link, a:active, a:visited{
	text-decoration:none;
	color:#222222;
}
a:hover{
	text-decoration:none;
	color:#a98fb1;
}


.header{
	width:590px;
}


.middle{
	width:590px;
	background-image:url(images/middle.gif);
	background-repeat:repeat-y;
}

#footer{
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:590px;
	height:53px;
	letter-spacing:1.3px;
	color:#FFFFFF;
	text-align:center;
	padding-top:20px;
}
#footer a:link, #footer a:active, #footer a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.content{
	position:absolute;
	top:145px;
	left:22px;
	width:550px;
}

.content input{
	font-size:14px;
	color:#666666;
}
.content textarea{
	height:100px;
	font-size:14px;
	color:#666666;
}
.input{
	border:1px solid #9b7399;
	width:300px;
}
.frontlinks {
	color:#444444;
	}
.frontlinks a:link{
	color:#ed1c24;
	text-decoration:none;
	font-weight:900;
	}
.frontlinks a:active{
	color:#ed1c24;
	text-decoration:none;
	font-weight:900;
	}
.frontlinks a:visited{
	color:#ed1c24;
	text-decoration:none;
	font-weight:900;
	}
.frontlinks a:hover{
	color:#ed1c24;
	text-decoration:underline;
	font-weight:900;
	}
	