/* CSS Document */

body {
	margin:0;
	background-color:#f0c985;
}

#mainBox {
	width:865px;
	margin:50px auto;
}

#leftBox {
	width:430px;
	float:left;
}

#rightBox {
	width:430px;
	float:right;
}

#flashBoxL {
	width:430px;
	margin-top:5px;
	background-image:url(../images/drev1.jpg);
	background-repeat:no-repeat;
	background-color:#f0c985;
}

#flashBoxR {
	width:430px;
	margin-top:5px;
	background-image:url(../images/penz1.jpg);
	background-repeat:no-repeat;
	background-color:#f0c985;	
}

img {
	border-style:none;
}

a {
	text-decoration:none;
}
