body
{
	background: url(img/body_bg.jpg);
	color: #FF9428;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 13px;
	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
{
	width: 800px;
	margin: 0;
}
.black
{
	background: #000000;
	height: 180px;
	width: 500px;
	margin-top: 80px;
	padding: 20px 20px 0 20px;
	text-align: center;
	float: right;
}
#header h1
{
    background: #000000;
    font-size: 38px;
    text-align: center;
}
.white
{
    background: #222222;    
}

/*
¢£Main
*/

#main
{
	width: 800px;
	margin: 0;
}
.green
{
	background: #000000 url(img/main_bg.jpg);
	width: 500px;
	padding: 20px 20px 50px 20px;
	text-align: center;
	float: right;
}
.news
{
	background: #009900;
	width: 250px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 20px;
	text-align: center;
}
.case
{
	border-bottom: solid 2px #009900;
	color: #009900;
	font-weight: bold;
	width: 250px;
	padding: 20px 20px 0 20px;
	text-align: left;
	font-size: 12px;
}

/*
¢£Footer
*/

#footer
{
	width: 800px;
	height: 100px;
	text-align: center;
}
.totop
{
	border-bottom: solid 2px #009900;
	color: #009900;
	padding-top: 50px;
}
.footer_link
{
	background: #888888;
}
