/* CSS Document */

body {
margin-top:2px;
margin-bottom:2x;
background-color:#dccfc0;
background: url(images/bg.gif) #dccfc0 repeat-x;
background-attachment:scroll;
}
#maincontext {
width:760px;
height:auto;
margin-right:auto;
margin-left:auto;
}
#site {
width:750px;
height:auto;
margin-right:auto;
margin-left:auto;
border-left:2px;
border-left-color:#000000;
border-left-style:solid;
border-right:2px;
border-right-color:#000000;
border-right-style:solid;
border-top:2px;
border-top-color:#000000;
border-top-style:solid;
}

#banner {
background-image:url(images/banner.png);
height:180px;
width:760px;
}
#footer {
background-image:url(images/bottom.png);
height:30px;
width:760px;
}	

a:link {
	color:#000000;
	}
a:visited {
	color:#000000;
}
a:active {
	color:#000000;
}
a:hover {
	color:#0000ff;
}

#pagetitle {
	font-family: "Verdana";
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
#pagetext {
	font-family: "Verdana";
	color:#000000;
	font-size:13px;

}
#menu {
	font-family: "Verdana";
	color:#000000;
	font-size:14px;
		font-weight:bold;

}
#subtitle {
	font-family: "Verdana";
	color:#000000;
	font-size:14px;
	font-weight:bold;

}
#credits {
	font-family: "Verdana";
	color:#000000;
	font-size:10px;
}
.style2 {color: #000000
}

#equal {
color: #E96F3E;
font-weight:bold;
}

img {
border-color:#000000;
}



