/*
       Marble Care International - The World's Finest Marble Polishing System
*/

@import url('../css/form.css');
@import url('../css/header.css');
@import url('../css/footer.css');
@import url('../css/banbro.css');


/* Overall Site Styles */

* {
	margin: 0;
	padding: 0;
}

BODY {
	font-size:12px;
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    background-color:#d8e4ff;
}

#divPage {
	border-top: 5px solid #e83383;
	border-bottom: 1px solid #a4a4a4;
	background-color: #FFF;
	color: #333;
	width: 782px;
	margin: -1px auto;
	text-align: left;
	border-right: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	position: static;
	top: 20px;
}

#BottomInfo {
	border-top: 1px solid #fff;
	background-color: #ffc6e3;
	color: #333;
	width: 782px;
	margin: -1px auto;
	text-align: left;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	position: static;
	top: 20px;
	}
	
H1, H2, H3, H4, DT, BLOCKQUOTE, CITE {
	font-family: 'Trebuchet MS', 'Trebuchet', sans-serif;
	font-weight: normal;
	color: #269;
}


