/* ----- BASIC ELEMENTS -------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background: url(pic/bg_body.png) repeat-x top;
	text-align: center;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #575757;
	}

p {
	margin: 0px;
	padding: 0px;
	}

a {
	color: #8FB0CC;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}


/* ----- LAYOUT ---------------------------------- */

#container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	height: 58px;
	background: url(pic/header.png) no-repeat top;
	}

#nav {
	height: 21px;
	background: url(pic/bg_nav.png) no-repeat;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 11px;
	}

	#nav a {
		color: #575945;
		text-decoration: none;
		background: url(pic/nav_divider.png) no-repeat right;
		padding: 0px 12px 0px 8px;
		}
	
	#nav a:hover {
		text-decoration: underline;
		color: #64A4DD;
		}

	a#navLast {
		background: none;
		}

#welcome {
	padding: 20px;
	border: 1px solid #EDEDE5;
	border-top: 0;
	margin-bottom: 10px;
	background: url(welcome.png) no-repeat right;
	background-color: #FAFAF5;
	}

	#welcome p {
		padding-right: 170px;
		}

	#welcome img {
		margin-bottom: 15px;
		}

#featured {
	width: 509px;
	float: left;
	margin-bottom: 30px;
	font-size: 11px;
	}

	#featured img {
		margin-right: 10px;
		}

	#featured span {
		display: block;
		margin-bottom: 5px;
		}

.title {
	background: url(pic/bg_title.png) repeat-x;
	height: 20px;
	border-right: 1px solid #D8CABE;
	margin-bottom: 20px;
	color: #878972;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 12px;
	font-family: Tahoma;
	text-align: left;
	}

#recommended {
	width: 509px;
	float: left;
	text-align: center;
	}

	#recommended img {
		margin: 0px 10px;
		}

#news {
	width: 220px;
	float: right;
	font-size: 11px;
	}


.newsItem {
	background: url(pic/i_bullet1.png) no-repeat 0px 2px;
	padding-left: 15px;
	margin-bottom: 18px;
	margin-left: 10px;
	}