﻿@charset "utf-8";
/* CSS Document --- Coloring & Font Style  as well as Links - Brian K. Austin*/

 
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(bgim.gif);
	background-attachment:fixed;
	background-position:center;
	background-repeat: repeat-y;
	background-color: #666666;

}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}


/* This controls your div Layer styles  - Brian K. Austin */



#contain {
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:800px;
	margin-top: -400px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	
	background-color: #f3f3f3;
}


#indicate {
	position:absolute;
	left:725px;
	top:0px;
	width:75px;
	height:49px;
	background-image:url("images/indicators.jpg");
	z-index:98;
}



#clocktower {
	position:absolute;
	left:650px;
	top:0px;
	width:500px;
	height:500px;
	background-color: #ffffff;
	z-index:98;
}

#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:50px;
	z-index:1;
	background-color: #336699;
}


#cuomovoice {
	position:absolute;
	left:0px;
	top:50px;
	width:800px;
	height:18px;
	z-index:1;
	background-color: #990000;
}



#coremeat {
	position:absolute;
	left:0px;
	top:75px;
	width:799px;
	height:400px;
	z-index:1;
}

#main {
	position:absolute;
	left:0px;
	top:68px;
	width:800px;
	height:685px;
	z-index:1;

}

h1 {
	color:white;
	padding-left:25px
	
}

h2 {
	font-size:medium;
	padding-left:25px;
}

p {
	padding-left: 25px
}
#news {
	position:absolute;
	left:0px;
	top:475px;
	width:421px;
	height:300px;
	z-index:1;
}




#boblinkspot {
	position:absolute;
	left:425px;
	top:475px;
	width:375px;
	height:300px;
	z-index:1;
}




#feet {
	position:absolute;
	left:0px;
	top:800px;
	width:800px;
	height:25px;
	z-index:1;
	
}

marquee {
	background:gray;
	font-style:italic;
	color:white;

}


.style1 {color: #336699}
.style2 {
	text-align: center;
}


