
div#middle {
	top: 145px;
	padding: 0;
	background: none;
}

div#left {
	width: 650px;
}

div#right{
	width: 300px;
}

div#sidebar {
	padding-top: 0;
	padding-right: 0;
}

div#content {
	padding: 0;
	top: 0;
}

p {
	margin: 0;
}

div.box {
	background: #f9f2e0 url('img/box-title.png') repeat-x;
	margin-bottom: 20px;
}

div.box h2.title {
	color: #fff;
	font-size: 15px;
	padding: 7px 0 7px 5px;
	margin: 0;
}

div.box-wrapper {
	padding: 5px;
}

div#welcome {
	/*background: #fff url('img/content-title.png') repeat-x;*/
	background: #3f352b url('img/welcome.png') no-repeat;
}

div#welcome h2.title {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-style: italic;
}

div#welcome div.box-wrapper {
	padding: 10px;
	color: #fed6ac;
	margin-left: 45%;
}

div#right div.box h2.title a {
	color: #fff;
}

div#right div.box h2.title a:hover {
	background: none;
	color: #eee;
}

div#start-here {
	background: #f9f2e0 url('img/start-here.png') repeat-x;
	height: 200px;
}

div#start-here div.tabs {
	float: right;
}

div#content div#start-here div.tabs a {
	display: block;
	float: left;
	border-bottom: none;
	font-size: 18px;
	margin-right: 10px;
	padding: 5px 10px 5px 10px;
}

div#content div#start-here div.tabs a:hover, div#content div#start-here div.tabs a.active {
	background: #f1dda3;
	color: #584c2a;
}

div#start-here h2.title {
	color: #333;
	font-size: 20px;
	font-weight: normal;
}

div#tab1, div#tab2, div#tab3 {
	position: absolute;
	width: 70%;
}

div#tab2, div#tab3 {
	display: none;
}

