@charset "utf-8";
body {
	font-size:13px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#BDD1EA;
}
a:link { color: #ffff00; }
a:visited { color: #ff0000; }
a:hover { color: #69F;}
a:active { color: #000000; }

#wrapper {
	width: 920px;
	background-color:#4169E1;
	margin-top: 30px;
	margin-bottom:30px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}

#header{
	width:920px;
	height:250px;
}

#menu{
	width:920px;
	height:40px;
}


#sideright{
	width:920px;
	float:right;
}

#main{
	width:600px;
	background-color:#000080;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
}
#a img{
	margin:0px 25px 0px 25px;
}


#footer{
	width:920px;
	text-align:center;
	margin-bottom:15px;
	font-size:13px;
}

.h{
	font-size:23px;
	color:#F33;
}

.fontl{
	font-size:18px;
}
.red{
	color:#F33;
}
.small{
	font-size:12px;
}
