@charset "utf-8";
@import url("reset.css");
@import url("js.css");

body					{background:#ccc;font-family: Georgia, "Times New Roman", Times, serif;}

#wrapper				{position:relative;width:765px;margin:0 auto;background:#fff;}
#header					{width:765px;height:120px;background:#42235c;}
#content				{margin:314px 0 0 255px;width:510px;background:#fff;}
#menu					{position:absolute;top:120px;left:0;width:255px;background:#b51624;}
#scroller				{position:absolute;top:120px;left:255px;width:510px;height:314px;background:#444444;}
#scroller img			{width:510px;height:314px;}
#footer					{width:765px;height:45px;background:#b51624;}

#content h2				{text-align:center;padding:10px 10px 0 0;font-size:38px;color:#401e5a;font-weight:normal;}

#cms-content			{padding:10px 20px 10px 10px;word-spacing:3px;}
#cms-content h1			{margin-bottom:15px;font-size:28px;color:#401e5a;text-align:center;}
#cms-content h2			{margin-bottom:15px;font-size:24px;color:#000;text-align:left;}
#cms-content h3			{margin-bottom:10px;}
#cms-content h4			{margin-bottom:10px;font-size:14px;color:#880b17;}
#cms-content a			{text-decoration:none;color:#900;}
#cms-content a:hover	{color:#999;}
#cms-content p			{padding:0 0 15px 0;font-size:14px;line-height:18px;text-align:justify;}








#menu ul				{margin:17px 0;}
#menu ul li				{list-style-type:none;}
#menu ul li a			{display:block;width:175px;height:35px;line-height:35px;text-decoration:none;padding:0 40px;font-size:28px;color:#fff;}
#menu ul li a.active	{color:#f6f488;}
#menu ul li a:hover		{color:#f6f488;}

#footer p				{text-align:center;font-size:14px;line-height:44px;color:#fff;}