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

body {
	background: #2C2C2C;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
h2 {
	color:#1C63BA;
}
img {
	border: none;
}
a {
	color:#ff0000;
	text-decoration: none;
}
a.header {
	color:white;
	text-decoration: none;
}
a:hover {
	color:#ff0000;
}
#site {
	width: 980px;
	margin: auto;
	padding: 0px;
	background:#F7F6EF;
}
#header {
	background: url(header.jpg) no-repeat;
	height: 120px;
	border-bottom: 1px solid #fff;
}
#header h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	letter-spacing : 5px;
	margin : 0 0px 0 50px;
	padding : 40px 0px 0px 0px;
	background : transparent;
	color : white;
}
#left {
	float:left;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	background:url(topbg.gif) repeat-x top;
}
#left ul {
	padding: 0px;
	margin: 0px;
}
#left ul li {
	list-style: none;
	background: url(menu.gif) no-repeat center;
	width: 148px;
	height: 25px;
	text-align:center;
	padding: 5px 10px 0 0;
	text-align:right;
}
#left ul li a {
	color:#ff0000;
}
#left ul li a:hover {
	color: #ff0000;
}
#right {
	float:right;
	width: 760px;
	padding-left: 10px;
	padding-right: 10px;
	background:url(topbg.gif) repeat-x top;
}
#right ul li {
	list-style:url(list.gif);
}
#footer {
	text-align:center;
	border-top: 4px solid #ff0000;
	color:#000;
	clear:both;
	margin:auto;
	padding: 10px 0 20px 0;
}
