body {

	color: #ffffff;

	background: #000000;

	background-image: url("images/gazerbg4.jpg");

	background-repeat: repeat-x;

	font-family: Arial;

	font-size: 80%;

}

// Divs //

#wrap {
	
	position: absolute;

	width: 100%;

	padding: 0px;

}

#center {

	width: 810px;

	height: inherit;

}

#header {
	
	background-image: url("images/gazerbg4.jpg");
	
	position: relative;

	height: 110px;

	width: 100%;

}

#contentbox {

	background: #000000;
	
	background-image: url("images/contenthead.jpg");

	background-repeat: no-repeat;
	
	position: relative;

	width: 800px;

	height: inherit;
	
	min-height: 400px;
	height: auto !important; // min-height //
	height: 400px;
	
	border: 1px solid #3b3b3b;

	margin-top: -3px;
	

}

#content {
	
	position: relative;
	
	width: 670px;

	top: 30px;
	
	padding-bottom: 30px;

}

div.internalhead {
	
width: 600px;

height: 30px;

background: #222222;

font-family: Verdana;

font-size: 130%;

border-top: 1px solid #444444;

border-left: 1px solid #444444;

border-right: 1px solid #111111;

border-bottom: 1px solid #111111;

margin-top: 12px;

}

div.internalhead p {

margin-top: 4px;

}

div.internal {
	
width: 600px;

height: inherit;

color: #ffffff;

text-align: justify;

margin-bottom: 30px;

}

#menu {
	
	position: relative;

	height: 40px;

	width: 100%;

}

#footer {
	
	position: relative;

	width: 100%;
	
	height: 50px;

	font-size: 90%;

}

#image {
	
	margin-top: -32px; 
	
	margin-bottom: 20px;
	
}

.newshead {
	
	color: #3375ff;
	
	font-size: 110%;
	
	font-family: Verdana;
	
}

span.blue {
	
	color: #3375ff;
	
}

li.inner {
	
list-style-type: none;
	
list-style-image: none;

margin-top: 10px;

margin-left: -20px;

}


/* Links */

a:link {color: inherit;}
a:visited {color: inherit;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

a img {border: none;}
