/* layout */
body {
	text-align: center;
	position: relative;
}

#wrapper {
	text-align: left;
	position: relative;
	width: 984px;
	margin: 0 auto;
}

#header {
	position: relative;
}

#logo {
	width: 266px;
	float: left;
	position: relative;
}

#breadcrumbs {
	position: relative;
	width: 719px;
	padding: 5px 0 5px 265px;
}

#contentwrapper {
	position: relative;
	width: 984px;
}

#leftwrapper {
	position: relative;
	width: 775px;
	float: left;
}

#leftarea {
	position: relative;
	width: 244px;
	float: left;
	background-image: url(../nav/student-places_leftarea.png);
	background-repeat: no-repeat;
	padding: 6px;
	text-align: center;
	min-height: 372px;
}

#maincontent {
	font-family: arial,helvetica,sans-serif;
	position: relative;
	width: 700px;
	float: right;
	background-image: url(../images/home-mainbg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	min-height: 372px;
}

#googleadvert {
	position: relative;
	width: 180px;
	float: right;
	margin: 0;
	background-image: url(../nav/student-places_googlebg.png);
	background-repeat: no-repeat;
	padding: 10px;
	min-height: 372px;
}

#leftfooter {
	width: 160px;
}

#rightfooter {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
}

/* classes */
.clear {
	clear: both;
	height: 0;
}

.floatright {
	float: right;
	position: relative;
	padding: 0 0 5px 5px;
}

.floatleft {
	float: left;
	position: relative;
	padding: 0 5px 5px 0;
}

.fullsize {
	width: 400px;
}

/* exceptions */
#page-contact #leftarea {
	width: 244px;
	background-image: url(../images/contact-leftsidebg.jpg);
	background-repeat: no-repeat;
	padding: 6px;
}

#page-student #leftarea {
	background-image: url(../images/student-leftsidebg.jpg);
}

#page-landlord #maincontent,#page-wecanhelp #maincontent,#page-advertise #maincontent
	{
	background-image: url(../images/landlord-mainbg.jpg);
}

table {
	border: 0px black solid;
}

table td { //
	border: 1px #DBDBDB solid;
}

.help
{
	position: absolute;
	top: 260px;
	left: 280px;
	width: 300px;
	border: 1px dashed;
	z-index: 999;
	background-color: #CCFFFF;
}

.help ul
{
	margin-left: 10px;
 	padding-left: 0px
	
}

.help li
{
	list-style-type: none;
}


