@charset "utf-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCC;
}

.fltlft { /* this class can be used whenever you wish to float an element left on the page */
float: left;
margin-right: 8px;
}

.fltrt { /* this class can be used whenever you wish to float an element left on the page */
float: right;
margin-right: 8px;
}


/* CSS Document */

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #FFF;
}

#banner {
	background-image: url(images/purple_haze.jpg);
	height: 150px;
	width: 968px;
}
#logo {
	float: left;
	height: 150px;
	width: 150px;
}
#title {
	font-size: 1.5em;
	text-align: center;
}
#menu {
	background-image: url(images/purple_haze.jpg);
	height: 25px;
	width: 968px;
}

#main_text {
	height: auto;
	width: 968px;
	float: left;
	background-image: url(images/purple_haze.jpg);
	font-weight: bold;
}

#main_text h2 {
	color: #CCC;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;
}

#main_text h3 {
	color: #CCC;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 1.25em;
	text-align: left;
}

#main_text h4 {
	color: #CCC;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
}

#main_text h5 {
	color: #CCC;
	padding-left: 10px;
	padding-right: 10px;
}

#main_text p {
	color: #CCC;
	padding-left: 10px;
	padding-right: 10px;
}

