/* CSS Document */

body
{
	margin: 0px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(background.gif) top left repeat;
}

a, a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #CC0099;
}

a:hover
{
	text-decoration: none;
}

input, textarea
{
	border: solid 1px #9900CC;
	color: #660099;
}

#wrapper_main
{
	margin: 0px auto;
	text-align: center;
	width: 980px;
}

#wrapper_header
{
	display: block;
	width: 100%;
	height: 200px;
	background: url(../images/header.gif) top left no-repeat;
}

#header
{
	text-align: left;
	padding: 35px 0px 0px 30px;
}

#wrapper_contents
{
	width: 100%;
	background: url(curve_mid.gif) top left repeat-y;
}

.capital
{
	font-size: 30px;
}

#contents
{
	padding: 20px 0px 0px 25px;
	text-align: left;
	font-family: "Monotype Corsiva";
	font-size: 20px;
	color: #660099;
}

#wrapper_footer
{
	display: block;
	width: 100%;
	height: 20px;
	background: url(curve_bottom.gif) top left no-repeat;
}