@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

body {
	background-color:#fff;
	text-align:center;
	color: #990000;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../2008/images/bg-body.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
a , a:active, a:visited{
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
#flashcontent {
	height:432px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 768px;
	clear: both;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
#container {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 770px;
	border: 1px solid #EEEEEE;
}
#footer {
	float: left;
	height: 100px;
	text-align: left;
	width: 768px;
	padding-top: 30px;
	color: #999;
	margin-top: 20px;
}
img {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
/* =GLOBAL
   ----------------------------------------------------*/
/* clearing float ninjutsu */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
.right  {
	float: right;
	width: 200px;
	text-align: right;
	display: block;
}
.left  {
	float: left;
	width: 550px;
	text-align: left;
	display: block;
}
li {
	list-style-type: none;
}
p {
	line-height: 20px;
	font-size: 20px;
}
h1 {
	font-size: 32px;
	line-height: 40px;
	color: #FFF;
	text-align: left;
	display: block;
	padding-bottom: 20px;
}
