@charset "utf-8";
/*  Basic CSS Document */

html, body,p,pre,
code,address,variable,form,fieldset,blockquote {
	padding:0;
	margin:0;
	font-size: 100%;
	font-weight:normal;
}

img {
	border: 0; /*eliminates blue borders on images*/
}

body {
	background:url(../Images/bg/header_bg_blue.png) top repeat-x;
	background-color:#CACACA;
	font-family: "Times New Roman", Times, serif;
}

#footer {
		position:relative;
	    margin-top: -100px;
		bottom: 0px;
		height: 150px;
		width: 100%;
		background:url(../Images/bg/header_bg.png) bottom repeat-x;
}
#footertextc1 {
	padding-top: 10px;
	position: absolute;
	margin-left: 450px;
	color:#666;
	
}

#footertextc2 {
	position: absolute;
	padding-top: 10px;
	margin-left: 750px;
	color:#666;

}

A:link,
A:visited,
A:active {
	color:#000;
}
A:hover {
	color:#333;
}

ul
{
list-style-type: none;
padding: 0;
padding-top: 10px;
margin: 0;
color:#000;
}

ul A{
	text-decoration: none;
}

ul A:hover {
	color: white;
}

u {
	color:#000;
}

.shaderheader {
	background:url(../Images/bg/shaders.png) no-repeat -10px 15px;
}
.scriptheader {
	background:url(../Images/bg/scripts.png) no-repeat -10px 15px;
}
