body {
background: #8DC3E9 url(img/page.bg.jpg) 0px 0px repeat-x;
background-attachment:	fixed;
margin:					0px;
}
#content {
width: 440px;
padding: 20px;
margin: 0px auto;
background: #FFF url(img/box.bg.jpg);
}
#email {
background-color: #669999;
}
p { 
font: 1em Tahoma, Geneva, Helvetica, sans-serif; 
color: #003333;
}
h1 { 
Verdana, Arial, Helvetica, sans-serif;
font-variant: small-caps;
color: #FF3333; 
margin: 0px;
border-bottom: none;
padding: 0px;
}
h2 { 
font: bold 1.5em "Times New Roman", Times, serif;
margin: 0px;
padding-top: 10px;
text-transform: capitalize;
color: #669999;
border-bottom: 1px dashed #999999;
}
h3 { 
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif; 
}

a:link {color: #000000; font-size: 9px; }
a:visited {color: #ff9900; font-size: 9px; }
a:hover {text-decoration: overline; background-color: #8dc3e9; }
a:active {color: red; } 

div.boxTop{
	width:		480px;
	height:		11px;
	margin:		0px auto;
	background:	url('img/box.top.jpg');
	margin-top:	30px;
}

div.footWrapper{
	width:		100%;
	height:		100px;
	background:	url('img/page.bottom.png') 0px -100px repeat-x;

}
div.boxFoot{
	width:		537px;
	height:		44px;
	margin:		0px auto;
	background:	url('img/box.foot.png');
}