body {
background-color: white;

}
.header{
	background-image: url("./images/logo-top.gif");
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
	background-position:; 
	width: 885px;
	height: 188px;
	border-spacing: 0px
}
.left{
	width: 131px;
	height: 500px;
	background-image: url("./images/left-star.gif");
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
	background-color: black;
	border-spacing: 0px;
	background-position: 38px 0px
}
.main{
	width: 754px;
	background-image: url("./images/logo-bottom.gif");
	background-repeat: no-repeat;
	background-position: 670px 0px;
}
.content{
	margin-left: 20px;
	margin-right: 30px;
	font-family: arial;
	font-size: 13pt;
	font-weight: normal;
}
.heading{
	margin-left: 20px;
	margin-right: 120px;
}
.contact{
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
}
h1{
 	font-family: arial;
	color: #00adee;
	font-size: 30px;
}
sub{
 	font-family: arial;
	color: #f79c4f;
	font-size: 20px;
	font-weight: bold;
}
#email{  
    width:50%;  
    padding:10px;  
    outline:none;  
    height:36px;  
}  
.focusField{  
    border:solid 2px #73A6FF;  
    background:#EFF5FF;  
    color:#000;  
}  
.idleField{  
    background:#EEE;  
    color: #6F6F6F;  
    border: solid 2px #DFDFDF;  
}  