/*
 * Author: 	Joe-Kwun Lam
 * Filename: 	style.css
 * Modified: 	3rd August 2008
 *
 */

html {margin: 0 auto;}
body {margin: 0 auto; background: #000000;}
img {border:0px;}
img.floatleft {float:left; margin:0px 20px 10px 0px;}

#container {margin: 0 auto; width: 560px;}
#top_banner {margin: 0 auto; width: 560px; height: 290px;}
#template_banner {margin: 0 auto; width: 560px; height: 50px;}
#navigation_box {margin: 0 auto; width: 560px; height: 40px;}
#main_box {margin: 0 auto; width: 560px; min-height: 230px;}
#h1_box {margin: 0 auto; width: 377px; float: left;}
#news_box {margin: 0 auto; width: 183px; float: left;}
#footer_box {margin: 0 auto; width: 560px;}

.float_clear {clear: both;}


.links {
	font-family: Trebuchet MS;
	font-size: 1em;
	margin-top: 30px;
	color: #FFFFFF;
	float: left;
}

.links a:link, .links a:visited, .links a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.links a:hover {
	color: rgb(255,0,153);
  text-decoration: underline;
}

.h1 {
	font-family: Trebuchet MS;
	font-size: 0.75em;
	margin: 40px 35px 0px 0px;
	color: #FFFFFF;
	float: left;
}

.h1 a:link, .h1 a:visited, .h1 a:active {
	color: rgb(255,0,153);
	text-decoration: none;
}

.h1 a:hover {
	color: rgb(255,0,153);
  text-decoration: underline;
}

.body_text {
	font-family: Trebuchet MS;
	font-size: 0.75em;
	margin-top: 40px;
	color: #FFFFFF;
	float: left;
}

.body_text a:link, .body_text a:visited, .body_text a:active {
	color: rgb(255,0,153);
	text-decoration: none;
}

.body_text a:hover {
	color: rgb(255,0,153);
  text-decoration: underline;
}

.footer_text {
	font-family: Trebuchet MS;
	font-size: 0.7em;
	margin-top: 25px;
	color: #FFFFFF;
	float: left;
}

.footer_text a:link, .footer_text a:visited, .footer_text a:active {
	color: rgb(255,0,153);
	text-decoration: none;
}

.footer_text a:hover {
	color: rgb(255,0,153);
  text-decoration: underline;
}

.page_title {
	font-family: Trebuchet MS;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: -20px;
	color: rgb(255,0,153);
}

