
#header {
	background-repeat: repeat-x;
	height: 100px;
}

#logo {
	width: 800px;
	margin: auto;
}

#content {
	background-repeat: repeat-x repeat-y;
	height: 600px;
	padding-top: 40px;
}

.gh {
	border: solid 1px rgb(217,217,217);
	background-color: rgb(255,255,255);
}

#mainContent {
	margin-top: 300px;
	padding-top:3px;
	width: 800px;
	margin: auto;
	padding-left: 15px;
	height: 450px;
	background-image: url('images/mcbg.gif');
	background-repeat:no-repeat;
}


#footer {
	height: 250px;
}


body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	background-image: url('images/bg.jpg');
  	background-repeat: no-repeat;
  	background-color: rgb(29,29,29);
  	color: rgb(255,255,255);  	
}

li {
	color: rgb(54,213,250);
	padding-top: 5px;
}


a {
	text-decoration: none;
}

.telno {
	background-color: rgb(240,231,195);
	border-bottom: dashed 1px rgb(247,203,15);	
}

.telno:hover {
	background-color: rgb(233,173,77);	
}

.tcenter {
	text-align: center;	
}

.emsText {
	width: 100%;
	text-align: center;
	margin: auto;
	color: rgb(54,213,250);
	font-size: 40px;
}

.emsCol {
	color: rgb(54,213,250);

}

#columns {
	margin-left:20px;
	margin-right:20px;
}

.contactList {
	list-style: none;
	text-align: center;
	clear: both;
	
}
	
#leftCol {
	float: left;
	margin-right: 80px;
}

#rightCol {
	float: right;
	padding-right: 90px;
}
