/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	}
.clear{
	clear:both;
	line-height:0;
	display:inline;
	}
.imgleft{
	float:left;
	padding:0 1em 0 0;
	background:#FFFFFF;
	}
body{
	text-align:center;
	font-size:13px;
	line-height:1.5em;
	vertical-align:middle;
	}
#flame{
	width:720px;
	margin:0 auto 0 auto;
	background:url(../img/background.jpg) repeat-y;
	}
#body{
	width:700px;
	margin:0 auto 0 auto;
	text-align:left;
	}
#head{
	margin-bottom:30px;
	}
h1{
	font-size:12px;
	color:#FF0000;
	font-weight:normal;
	text-indent:1em;
	}
#description{
	font-size:11px;
	color:#666666;
	padding-left:1em;
	line-height:1.2em;
	}
h2,
.styleh2{
	font-size:12px;
	background:#F0027F;
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
	margin-bottom:1em;
	font-weight:bold;
	}
#foot{
	text-align:center;
	background:url(../img/foot.jpg) bottom no-repeat;
	color:#FFFFFF;
	line-height:20px;
	padding-top:20px;
	}
#foot a{color:#FFFFFF;}
#foot a:hover{text-decoration:none;}
#copyright{font-weight:bold;}
