@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/body-bg.gif);
	background-position:top;
	background-repeat: repeat-x;
	background-color:#fefce3;
}
img {
	border:0px;
}


#content {
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background-image:url(../img/content-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:20px;
	text-align: center;
}



#content a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight: normal;
	line-height:14px;
	text-decoration:none;
}
#content a:hover {
	color:#f1bd2c;
	text-decoration:none;
}

.content_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

