@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	}
#top{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:778px;
	height:215px;
	padding-bottom:5px;
	background-color:#666666;
	}
#content {
	width:778px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:12px;
	padding-bottom:15px;
	background-image:url(../images/line-content.gif);
	background-repeat:repeat-y;
	background-position:left top;
	}
#Official{
	width:778px;
	background: url(../images/line-off.gif) repeat-x left top #FFFFFF;
	margin:0px auto 0px auto;
	}
#footer {
	margin:0px;
	height:52px;
	background:#d7c688;
	}
.redfont {
	color:#cc3333
	}
.yellow {
	color:#d7c688;
	margin:0px;
	line-height:1.2em;
	font-size:11px;
	}
h1{
	color:#FFF;
	font-size:18px;
	text-align:center;
	background:#d7c688;
	margin:0px 0px 4px 0px;
	}
h2 {
	color:#666666;
	font-size:15px;
	text-align:left;
	margin:5px 0px 0px 0px;
	}	
a{
	text-decoration: none;
	color:#666666;
}
a:hover{
	text-decoration: none;
	color:#20ddf2;
}
.clearboth{margin:0px; padding:0px; height:0px; clear:both; overflow:hidden;}
	