/* background setup */

body {
	background-color: #362F2D;
	background-image: url(images/background.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #959595;
	font-family: "Helvetica Neue";
	background-repeat: repeat-x;
}

/* header and paragraphy style */

h {
	font-size: 9pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: lighter;

}

h2 {
	font-size: 40pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: lighter;

}

h3 {
	font-size: 7pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: lighter;
}

p {
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: lighter;
}

/* link style */

a:link {
	color: #959595;
	text-decoration: none;
}

a:visited {
	color: #959595;
	text-decoration: none;
}

a:hover {
	color: #F58220;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

/* container holds structure together */

#container {
	background-color: #FFFFFF;
	width: 700px;
	height: auto;
	margin: 0 auto;
}

/* header holds banner image */

#header {
	background-image: url(images/bannerLogo.jpg);
	height: 230px;
	margin-top: 20px;
}

#header2 {
	width: 700px;
	text-align: right;
}

#header3 {
	width: 700px;
	text-align: left;
}

/* space between sessions */

#gutter {
	width: 700px;
	height: 10px;
	background-image: url(images/gutter.jpg);
	float: left;
}

#gutter2 {
	width: 700px;
	float: left;
	height: 10px;
}

/* columns separate into 1, 2, 3, & 4 */

#session {
	float: left;
	width: 700px;
	height: inherit;
	padding: 0;
	margin: 0;
}
#col1 {
	float: left;
	width: 175px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#col2 {
	float: left;
	width: 350px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#col3 {
	float: left;
	width: 525px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#col4 {
	float: left;
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* the end of page */

#footer {
	width: 700px;
	height: 10px;
	background-image: url(images/footer.jpg);
	margin-bottom: 20px;
	float: left;
}