body {
background: #641F46;
margin: 10px;
text-align: left;
font-family: Tahoma;
color: #29121F;
font-size: 11px;
}

td { 
font-family: Tahoma;
color: #29121F;
font-size: 11px;
}



#container {
width: 587px;
margin: 0px auto;
}
#header {
background: #fff;
width: 100%;
height: 550px;
padding-top: 0px;
}
#content {
background: #6E3052;
float:left;
width: 537px;
text-align: left;
padding: 0 25px 25px 25px;
font-family: Tahoma;
color: #29121F;
font-size: 11px;
}


a:link 		{
		text-decoration:none;
		color:#B28CA1;
		font-weight: bold;
		}


a:visited 	{
		text-decoration:none;
		color:#B28CA1;
		font-weight: bold;
		}


a:hover 	{
		text-decoration:none;
		color:#985E7E;
		font-weight: bold;
		}


a:active 	{
		text-decoration:none;
		color:#B28CA1;
		}

h1 {
background: #7F4164;
width: 100%;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #29121F;
line-height: 14px;
text-transform: uppercase;
padding: 2px 2px 2px 5px;

}

input,textarea,select {
		padding:1px;
		border:1px;
		background-color:#B28CA1;
		border-color: #7C4A66;
		color:#4C2038;
		font-family: Tahoma;
		font-size: 11px;}

