body
{
	background: url(img/body_bg.jpg);
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Links */
a:link, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active
{
	color: #808080;
	background: #FFFFFF;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}

/*
¢£main
*/

#main
{
	text-align: center;
}
#main h1
{
    color: #000000;
    text-align: center;
}
#main h2
{
    color: #FFC8FF;
    font-size: 16px;
    text-align: center;
	margin-top: 15px;
	padding: 3px;
	border-top: solid 5px #FF0000;
	border-bottom: solid 5px #FF0000;
}
#main h3
{
    color: green;
    font-size: 12px;
	padding-bottom: 20px;
    text-align: center;
}
.black
{
	background: #000000;
	width: 200px;
	text-align: center;
}
.black_wide
{
	background: #000000;
	width: 400px;
	text-align: center;
}
.red
{
	background: url(img/header_bg.jpg);
	width: 400px;
	height: 160px;
	padding-top: 20px;
	text-align: center;
}
.case
{
	border-top: dotted 2px #FFFFFF;
	border-bottom: dotted 2px #FFFFFF;
	color: #000000;
	width: 400px;
	text-align: center;
	margin-top: 30px;
}
.box
{
	background: #FFFFFF;
    color: #000000;
	border: solid 5px #FF0000;
	margin: 5px;
	padding: 20px;
	text-align: left;
}
.news
{
	background: #000000;
	color: #FFFFFF;
	margin: 20px 50px 20px 50px;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	text-align: center;
}
.morning
{
	background: url(img/asa.gif);
	width: 400px;
	padding-top: 138px;
	text-align: center;
}

/*
¢£Footer
*/

#footer
{
	height: 100px;
	text-align: center;
}
.totop
{
	background: #000000;
	color: #009900;
	margin-top: 50px;
}
