body
{
	background: url(img/body_bg.gif);
	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;
}

/*
¢£Header
*/

#header
{
	margin-top: 88px;
	text-align: center;
}
.black
{
	background: url(img/header.jpg);
	height: 300px;
	width: 400px;
	margin-top: 88px;
	text-align: center;
}
#header h1
{
    color: #000000;
    font-size: 38px;
    text-align: center;
	margin-top: 90px;
}
.case
{
	border-bottom: dotted 2px #FFC8FF;
	color: #FFC8FF;
	width: 400px;
	text-align: center;
	margin-top: 30px;
}
.location
{
	background: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 20px;
	text-align: center;
}
.information
{
	background: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 20px;
	text-align: center;
}
#header h2
{
    color: #FFC8FF;
    font-size: 18px;
    text-align: center;
	margin-top: 15px;
}
#header h3
{
    color: #FFC8FF;
    font-size: 16px;
    text-align: center;
	margin-top: 20px;
}
.news
{
	background: #000000;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}
.pink
{
	background: #000000;
	width: 500px;
	padding: 20px;
	text-align: center;
}

/*
¢£Footer
*/

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