@charset "UTF-8";
/* CSS Document */

/* ************************************************* */
/* tag def: **************************************** */

body, div, td, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

body, td {
	line-height: 15px;
}

body {
	background-image: url(../img/bg.gif);
}

a {
	color: #993333;
}

/* :tag def **************************************** */
/* ************************************************* */

/* ************************************************* */
/* boxes def: ************************************** */

.centerbox {
	position: relative;
	top: 50px;
	width: 880px;
	margin: auto auto;
	padding: 0px;
}

.picA {
	clear: both;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 880px;
	height: 290px;
}

.picB {
	clear: both;
	float: left;
	position: relative;
	left: 0px;
	top: 30px;
	width: 332px;
	height: 248px;
}

.picC {
	float: left;
	position: relative;
	left: 20px;
	top: 30px;
	width: 332px;
	height: 248px;
}

/* :boxes def ************************************** */
/* ************************************************* */


