*{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
} 

body{
	background-color: #330033;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	letter-spacing: 1px;
}


#Wrapper{
	width:900px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left:auto;
	margin-right: auto;
	
}

#Upper{
	width:900px;
	height:250px;
	background-image: url(../Media/KumkaniVelvetSplash.jpg);
	background-position: top ;
	background-repeat: no-repeat;
}
#Lower{
	width: 900px;
	height: 300px;
	background-image: url(../Media/KumkaniVelvetSplash2.jpg);
	background-position: top ;
	background-repeat: no-repeat;
}

#Content{
	width:870px;
	text-align: left;
	float:left;
}
h1{
	margin-top:5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif, Georgia;
	color:#E1B650;
	letter-spacing: 2px;
}
#Content td {
	padding:3px;
}
#Content img {
	margin: 2px;
}
#Content p {
	line-height: 150%;
	margin-bottom: 7px;
}
.small{
	font-size: 10px;
}
.FormBox {
font-family:arial, verdana, helvetica, sans-serif; 
font-size:14px; 
border:1px; 
border-style:solid; 
border-color:#5F5F5F; 
background-color:#FFFFFF ; 
color:#5F5F5F; 
padding:2px; 
}
.FormButton {
font-family:arial, verdana, helvetica, sans-serif; 
font-size:14px; 
letter-spacing: 2px; 
border:1px; 
border-style:solid; 
border-color:#5F5F5F; 
background-color:#000000; 
color:#FFFFFF; 
padding:4px; 
}



