* { margin: 0; }

body {
	background: url(../img/bg/body.png) no-repeat top #5c58a6;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2e3192;
	}

h1 { margin: 0 0 20px; font-size: 28px; }

h2 
{ 
  margin: 0 0 6px; 
  font-size: 18px; 
  color: #ed1c24;
}

a { color: #ed1c24; text-decoration: none; }
a:hover { color: #000; }

#container {
	width: 906px;
	margin: 0 auto;
	}

#header {
	width: 906px;
	height: 112px;
	padding: 30px 0;
	}
	#header a.logo { width: 381px; height: 112px; background: url(../img/bg/logo.png); text-indent: -9999px; float: left; }
	#header ul { width: 525px; height: 40px; padding: 0; margin: 35px 0 0; list-style: none; background: #ed1c24; float: left; overflow: hidden; }
	#header li { float: left; }
	#header li a { height: 30px; padding: 10px 15px 0; display: block; color: #fff; float: left; }
	#header li a:hover { background: #2e3192; }

#cat {
	width: 905px;
	height: 60px;
	margin: 0 0 30px;
	background: #2e3192;
	}
	#cat ul { padding: 0; list-style: none; }
	#cat li { float: left; }
	#cat li a { width: 181px; height: 40px; padding: 20px 0 0; display: block; color: #fff; text-align: center; float: left; }
	#cat li a:hover { background: #ed1c24; }

#content {
	width: 906px;
	}
	#content p { margin: 0 0 20px; }

#left {
	width: 250px;
	padding: 10px 0;
	margin: 0 20px 0 0;
	background: #ed1c24;
	float: left;
	}
	#left ul { padding: 0; list-style: none; text-align: right; }
	#left li { float: left; }
	#left li a { width: 220px; padding: 7px 15px; display: block; color: #fff; float: left; }
	#left li a:hover { background: #2e3192; }

#right {
	width: 596px;
	padding: 0 20px;
	background: url(../img/bg/content.png);
	float: left;
	}
	#right .top { width: 636px; height: 10px; margin: 0 -20px 10px; background: url(../img/bg/content-top.png); overflow: hidden; }
	#right .bottom { width: 636px; height: 10px; margin: 0 -20px; background: url(../img/bg/content-bottom.png); overflow: hidden; clear: both; }

#footer {
	width: 636px;
	padding: 30px 0 30px 270px;
	color: #fff;
	clear: both;
	}