
#background
{
	background-color:Black;
}

#global {
     margin-left: auto;
     margin-right: auto;
     width:900px;
     height:950px;
     text-align: left;
     background-color:White;
     border-color:#BBBBBB;
	 background-image:url(flamesResized1.jpg);
     }

body 
{
     margin: 0;
     text-align: center;
     font-family: Verdana, Helvetica, sans-serif;
}


.topLeft
{
	position:relative;
	width:400px;
	height:300px;
	border-style:solid;
	border-color:#BBBBBB;
	background-image:url(fade.jpg);
}

.bottomLeft
{
	position:relative;
	width:400px;
	height:270px;
	top:15px;
	border-style:solid;
	border-color:#BBBBBB;
	background-image:url(fade2.jpg);
}

.topRight
{
	position:relative;
	width:400px;
	height:230px;
	border-style:solid;
	border-color:#BBBBBB;
	background-image:url(fade3.jpg);
}


.bottomRight
{
	position:relative;
	width:400px;
	height:340px;
	top:15px;
	border-style:solid;
	border-color:#BBBBBB;
	background-image:url(fade3.jpg);
	
}

.intro
{
	position:relative;
	width:850px;
	height:90px;
	left:25px;
	font-size:0.9em;
	color:Black;
}

.mainImage
{
	height:140px;
}


h1
{
	font-size:1.1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}

h2
{
	font-size:0.7em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.sessionText
{
	font-size:0.9em;
	position:relative;
	left:10px;
	width:380px;
	
}

.left
{
	float:left;
	position:relative;
	left:25px;
}

.right
{
	float:left;
	position:relative;
	left:45px;
}