body,html {
   background-color:#ffffff;
   margin:0;
   padding:0;
   font-family:Verdana,Tahoma,Helvetica,Arial,Verdana,sans-serif;
   font-size:12px;
}

img  {
	border:0px;
}

a {
	text-decoration: none;
	color: #8963CB;
	font-weight: bold;
	}
	
	a:hover {
text-decoration: none;
		color: #C35959;
		
	}


div#top {
position: absolute;
   background-image:url('../gfx/top.jpg');
   background-position: left;
   background-repeat:no-repeat;
   background-color:fff;
   margin: 0px;
   padding: 0px 0px 0px 50px;
   float:left top;
   height:87px;
   width:90%;

}

div#nav {
position: absolute;
background-color:white;
   background-position:top left;
   padding:46px 0px 0px 0px;
   margin: 87px 0px 0px 0px ;
   background-image:url('../gfx/nav.jpg');
   background-repeat:no-repeat;
   float: left;
   width:140px;
   height:70%;


}

div#main {

position: absolute;
   background-color:white;
   background-position:left top;
   margin:87px 0px 0px 150px;
   padding:25px 15px 15px 30px;
   width:570px;
   height: 70%;

}

h3 {
	font-style: ;
	font-size: 16px;
	font-weight: bold;
	color: #C35959;
}

p, table {
	height: auto;
	font-size:12px;
	
}
input, textarea { 
font-family:Verdana,Tahoma,Helvetica,Arial,Verdana,sans-serif;
background-color: white;
font-size: 12px;
font-weight: bold; 
color: #C35959 ;
padding: 2px; 
border: 2px #8963CB solid; 
width: 200px;
}