body {
	text-align:center;	
	background:url(images/bodybg.gif);
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:600px;
	margin:0 auto;
	border:2px solid #000000;
	background:#ffffff;
}

#main {
	width:560px;
	padding:0 20px;
	text-align:left;
}

/*classes*/
.blue {
	color:#000066;
}
.sky {
	color:#0066CC;
}
.red {
	color:#CC0000;
}
.green {
	color:#339900;
}

.strong {
	font-weight:bold;
}
.center {
	text-align:center;
}

.px10 {
	font-size:10px;
}
.px13 {
	font-size:13px;
}
.px14 {
	font-size:13px;
}
.px15 {
	font-size:15px;
}
.px16 {
	font-size:16px;
}
.px17 {
	font-size:17px;
}
.px18 {
	font-size:18px;
}
.px20 {
	font-size:20px;
}
.px23 {
	font-size:23px;
}