/* CSS Document */
html{
	background-color:#d4d4d4;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

body{
	background-image:url(images/bg_borders2.jpg);
	background-position:center;
	margin:auto;
	width:798px;
	background-repeat:repeat-y;
}

.body-table{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#908d8d;
	width:780px;
	margin:auto;
	
}

.body-text{
	color:#FFFFFF;
	vertical-align:top;
	padding:20px 0px 0px 30px;
	font-size:14px;
	
}

.contact-us-box{
	width:334px; height:122px; 
	background-image:url(/images/contact_box.jpg); 
	float:right; 
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
}