body{
	font-size:12px;
	color:#616366;
	font-family:Arial, Helvetica, sans-serif;
	background-color:rgb(198,195,198);
}
div, img, ul, a {
	margin: 0;
	padding: 0;
}
#page {
	margin:0 auto;
	width:940px;
	height:700px;
	background-image:url(/img/body-bg.jpg);
	background-repeat:no-repeat;
}
#content {
	height:670px;
	overflow:hidden;
}
#content-left {
	margin-left:72px;
	float:left;
	width:300px;
	height:670px;
	overflow:hidden;	
}
#content-right {
	float:left;
	width:500px;
	padding-left:20px;
	height:640px;
	overflow:hidden;	
	padding-top:30px;
}
#search-bg {
	background-image:url(/img/search-bg.png);
	display:inline
}
#menu {
	padding-top:45px;
}
#menu ul {
	list-style:none;
}
#menu ul li {
	float:left;
	height:35px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
#menu ul li a {
    padding:30px 11px 20px;
}
#menu ul li a.active {
	background-image:url(/img/menu-bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
#menu ul li a.active:hover {
	background-image:none;
	background-repeat:no-repeat;
}
#menu ul li a:hover {
	background-image:url(/img/menu-bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
#menu a {
	text-decoration:none;
	color:#ed1d34;
}
#design {
	background-image:url(/img/ftr-bg.png);
	background-repeat:no-repeat;
	font-size:10px;
	margin-right:30px;
	float:right;
	padding:12px;
	margin-right:40px;
	color:#ffffff;
}
.ads {
	background-image: url(/img/ad-bg.png);
	background-repeat:repeat-y;
}
.ad-bottom {
	background-image:url(/img/ad-bot.png);
	height:12px;
	width:302px;
	margin-bottom:8px;
}
.logo-bottom {
	margin-bottom:40px;
}
#search {
	float:right;
}
#search-input {
	border: medium none ; 
	height: 20px; 
	width: 110px; 
	background-image: url(/img/search-bg.png); 
	padding-left: 10px; 
	font-size: 12px; 
	padding-top: 2px;
	margin-right:25px;
	color:#616366;
}
#content-left a {
    text-decoration:none;
    color:#ffffff;
}
a img {
    border:0;
}
#page-content {
    margin: 15px 0px;
}
.ads img {
    width:288px;
}
