/* Advanced Elements */

html, body{
	height: 100%;
}

#container{
	background-color: #FFF;
	width: 600px;
	min-height: 100%;

}

#banner{
	width: 600px;
	height: 110px;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-color: #FFF;
}

#content{
	background-color: #FFF;
	width: 390px;
	min-height: 100%;
	margin-left: 170px;
	margin-bottom: 50px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

#content ul {
	list-style-image: url('../images/bullet_01.gif');
}

#footer{
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 14px;
	width: 600px;
	height: 84px;
	min-height: 84px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 0;
	clear: both;
}

#footer a{
	color: #333;
	text-decoration: none;
}

#footer a:hover{
	color: #333;
	text-decoration: underline;
}