body {
	background:#FFF url(../images/bg.png) bottom repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#585858;
}

h1 {
	font-size:18px;
}

#wrapper {
	width:1000px;
	margin:auto;
}

#logo {
	float:left;
}

.ad {
	float:right;
	margin:10px 70px 8px 0px;
}

.ad2 {
	text-align:center;
}

#nav {
	width:636px;
	height:38px;
	background:url(../images/navBg.png) no-repeat;
	float:right;
	margin:0px 0px 5px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#nav li {
	line-height:36px;
	color:#bfbfbf;
	margin-right:10px;
	display:inline;
}

#nav a {
	color:#bfbfbf;
	text-decoration:none;
	margin-right:10px;
}

#nav a:hover {
	text-decoration:underline;
}

#banner {
	width:530px;
	height:172px;
	background:url(../images/banner.png) no-repeat;
	text-align:right;
	padding:30px 30px 30px 440px;
	font-size:13px;
	color:#f2bcba;
}

#banner h1 {
	font-size:34px;
	color:#FFF;
	font-weight:normal;
}

#search {
	width:881px;
	height:48px;
	background:url(../images/searchBg.png) no-repeat;
	margin:0px auto 30px auto;
}

.searchInput {
	width:671px;
	height:18px;
	background:url(../images/searchInput.png) no-repeat;
	float:left;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7b7b7b;
	border:none;
	padding:5px 10px 5px 10px;
}

.searchButton {
	float:left;
	margin-top:10px;
}

#sidebar {
	width:234px;
	float:right;
}

#sidebar ul {
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style:none;
	width:234px;
}

#sidebar li.title {
	width:234px;
	height:29px;
	background:url(../images/sidebarTop.png) no-repeat;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

#sidebar li.first {
	height:30px;
	background:url(../images/sidebarliFirst.png) no-repeat;
}

#sidebar li {
	width:214px;
	height:32px;
	background:url(../images/sidebarli.png) no-repeat;
	padding-left:20px;
	line-height:30px;
}

#sidebar li.last {
	background:url(../images/sidebarliLast.png) no-repeat;
	height:30px;
}

#sidebar li a {
	color:#585858;
	text-decoration:none;
}

#sidebar li a:hover {
	text-decoration:underline;
}

#content {
	width:705px;
	float:left;
}

#footer {
	width:918px;
	height:43px;
	background:url(../images/footerBg.png) no-repeat;
	margin-top:30px;
	margin-bottom:25px;
	line-height:38px;
	color:#FFF;
	padding:0px 40px 0px 40px;
}

#footerLinks {
	float:left;
}

#footerLinks a {
	color:#FFF;
	text-decoration:none;
}

#footerLinks a:hover {
	text-decoration:underline;
}

#footerCopyright {
	float:right;
}
