/* body stuff */

body {
	background-color: #2f1303;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #fff; 
	}

/* text stuff */

h5 {
	font-size: 13px; 
	color: #fff;
	}

h4 {
	font-size: 15px; 
	color: #fff;
	}
	
/* Links */

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #2f1303;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #2f1303;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #2f1303; 
	}
	
/* Here's where various page layout div stuff happens */

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;	
	}
	
#top {	
	width: 1000px;
	height: 100px;
	top: 0px;
	left: 0px;
	}
	

#hmMid {	
	width: 1000px;
	height: 200px;
	top: 100px;	
	left: 0px;
	background-image: url(images/hmmid.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	
#hmFlash {	
	width: 378px;	
	height: 400px;
	background-image: url(images/hmfbg.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	
#hmMain {
	width: 622px;
	height: 400px;
	background-image: url(images/hmmid2.jpg);
	background-repeat: no-repeat;
	float: right;
	}
	
#iLeft {
	width: 378px;
	height: 600px;
	float: left;
	}
	
#iText {
	width: 622px;
	height: 600px;
	float: left;
	}

#copyright {
	width: 1000px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	float: left;
	}
	

/* A whole bunch of classes */

.hmBlurb {
	padding-left: 240px;
	padding-right: 280px;
	padding-top: 40px;
	}

.hmNews {	
	padding-left: 18px;	
	padding-right: 210px;
	padding-top: 187px;
	font-size: 10px;	
	}
	
.overflow {
	overflow-y: auto;
	overflow-x: hidden; 
	height: 183px;
	width: 406px;
	}

.insideText {
	padding-left: 47px;
	padding-right: 54px;
	padding-top:  63px;
	padding-bottom: 30px;
	/* overflow: auto; */
	}

.flash {
	width: 500px;
	padding-left: 11px;
	padding-right: 111px;
	padding-top: 63px;
	}

.flashcontent {
	width: 350px;
	height: 350px;
	}
	
.flashcontent2 {
	width: 378px;
	height: 321px;
	}
	
.who {
	background-image: url(images/whowearebg.jpg);
	background-repeat: no-repeat;
	}
	
.contact {
	background-image: url(images/contactbg1.jpg);
	background-repeat: no-repeat;
	}
	
.yourBuzz {
	background-image: url(images/creatingbg.jpg);
	background-repeat: no-repeat;
	}
	
.gallery {
	background-image: url(images/gallerybg.jpg);
	background-repeat: no-repeat;
	}