
#container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header {
	position: relative;
	width: 100%;
	height: 138px;
	padding: 0px;
	margin: 0px;

}
#logo  h1
{
	float: left;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}


#banner {
	position: relative;
	bottom: 138px;
	margin-left: 156px;
	width: 80%;
	height: 138px;
	background-image: url('images/eye.arts.club.banner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
} 

#marquee_text {
	position: relative;
	top: 105px;
	width: 100%;
	height: 30px;
	font-family: Brush Script MT;
	color: #B382BF;
	font-size: 18pt;
	font-style: oblique;
	font-weight: bold;
}

#nav {
	position: relative;
	float: left;
	width: 110px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;

}

#content {
	position: relative;
	width: 80%;
	height: 100%;
	margin-left: 156px;
}

#content_title {
	position: relative;
	width: 100%;
	height: 91px;
}


#content_text {
	position: absolute;
	width: 498px;
	height: 227px;
	left: 213px;
	bottom: 290px;
	margin: 0px;
	text-align: right;
	color: #800080;
	font-size: 16px;
	font-family: Century Gothic;

}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	padding: 0px;
	margin: 0px;
	color: #FF0000;
	font-size: 10px;
	font-family: Century Gothic;
	text-align: center;
}


#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
