@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b6cfe3;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h3 {
	color: #F00;
	text-align: center;
}

h2 {color:#CC0000;font-size:32px}

#wrapper {
	width: 770px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 770px;
	height: 204px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	padding: 0 50px;
}
#footer {
	text-align: center;
	width: 770px;
	height: 122px;
	background-image: url(images/footer.jpg);
}

.td1 {border: solid 2px #000000;background-color:#ffffff;width:765px;font-family:georgia;font-size:12px}
.td2 {background-color:#ffffff;width:765px;padding:.4cm;font-family:georgia;font-size:16px}
.td4 {width:400px}
.td5 {width:10px}
.td6 {width:300;border: dashed #CC0000 4px;padding:.4cm}
