html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}


a:hover {
	color: #b9095c;
}

body {
	background: #f4d0e2 url(images/bg.jpg) repeat-x left top;
	color: #d575a2;
	font: normal 80% Arial,sans-serif;
}

p{
	padding-bottom: 1.2em;
}

/* extras */
.clearer {clear: both;}

/* structure */
.container {
	background: #fff;
	font-size: 1.2em;
	margin: auto;
	padding: 0px 10px 10px;
	width: 900px;
}

#formFields {
	position:relative;
	width:300px;
	text-align:left;
	padding: 0px;
	line-height:20px;
	margin: 0px 0px 0px 0px;


}


h2 {
font-size:15px;
color:#c13f79;
}

table {
	color: #e07f9b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 12px;
	text-align: center;
	width:350px;
	}
.pinky {
	font-size: 13px; 
	color: #c13f79;
}
/* header  */
.top {
	/*  ***This is the gif that floats over the background***  background:  url(images/clouds.gif) repeat-x;*/
	padding: 0px 10px 0;
}
/* Header Top */
.header {
	background: #fff;
	font-size: 1.2em;
	height: 245px;
	margin: auto;
	padding: 10px 10px 0px;
	width: 900px;
}
/* horizontal Menu */
.navigation {	
	background: #D9E1E5 url(images/nav2.gif);
	/*border-color: #DFEEF7;*/
	line-height: 0px;
	height: 31propx;
}
.navigation a {
	background: #D9E1E5 url(images/nav2.gif);
	border-right: 1.5px solid #D088A6;
	color: #E39295;
	display: block;
	float: left;
	font: bold 14px sans-serif;
	padding: 10px 25px;
	text-decoration: none;
}
.navigation a:hover {

color: #603;
}

/* Background */
.main {
	border-top: 4px solid #fff;
	background:  #ffffff;
}

/* Side Navigation */
/* Main Content */
.content {
	float: left;
	margin: 14px 0;
	padding: 0 16px;
	width: 850px;
	height:auto;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content p {    
	font-family: arial,helvetica,verdana;
	line-height:18px;
	font-size:12px;
	color:#333333;
	}

/* Bottom Footer */
.footer {
	background:  url(images/bgfooter.gif) repeat-x;
	color: #603;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 39px;
	text-align: center;
}

.right {
	position:absolute;
	font-size:15px;
	line-height: 18px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#f0228e;
	font-weight:bold;
	margin:10px;
	left: 464px;
	top: 772px;
	width: 348px;
}
.footer a,.footer a:hover {
	color: #603;
	padding-left:15px;
	padding-right:10px;
}

.footer2 {
font-size:10px;
text-align:center;
color:#000000;
}
