#main {
	background-color: #FFFFFF;
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	background-image: url(main_bg.jpg);
	background-repeat: no-repeat;
}
body {
	color: #666666;
	background-color: #CC3366;
	font-size: medium;
	line-height: 150%;
}
h2 {
	font-size: medium;
	line-height: 150%;
	text-transform: uppercase;
	color: #CC3366;
}
.bold_red {
	font-size: large;
	line-height: 150%;
	font-weight: bold;
	color: #CC0000;
}
h3 {
	font-size: large;
	line-height: 150%;
	color: #CC3366;
}
a:link {
	font-size: medium;
	line-height: 150%;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-size: medium;
	line-height: 150%;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-size: medium;
	line-height: 150%;
	color: #990000;
}
