@charset "utf-8";
/* CSS Document */

body	{
border:0px;
margin:0px;
padding:0px;
background-color:#000000;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
}

.top-border-bg	{
background:url(images/top-border.gif);
height:56px;
background-repeat:repeat;
background-position:center;
}

.top-border	{
background-image:url(images/top-border-stripe935.png);
height:56px;
width:935px;
margin:auto;
background-position:center;
background-repeat:no-repeat;
}

.masthead-container	{
height:194px;
width:935px;
background-image:url(images/masthead.gif);
margin:auto;
}

.content-container	{
background-image:url(images/bg-splatter.gif);
background-position:center;
height:400px;
}

.masthead	{
width:900px;
margin:auto;
}

.masthead-contents	{
width:646px;
height:190px;
float:right;
}

.menu	{
text-align:right;
width:194px;
height:170px;
margin-left:60px;
float:left;
}

.content-repeat-filler	{
background-image:url(images/content-repeat.png);
width:935px;
height:30px;
margin:auto;
}


.grad	{
background-image:url(images/gradiant-overlay.png);
background-repeat:repeat-x;
width:auto;
height:30px;
}

.center-col	{
	background-image:url(images/content-repeat.png);
	background-position:center;
	width:935px;
	background-repeat:repeat-y;
	height:370px;
	margin:auto;
}

.footer	{
background-image:url(images/footer.png);
margin:auto;
width:935px;
height:100px;
}

img	{
	border: 0px;
}
a:link {
color:#FFFFFF
}
a:visited {
color:#CCCCCC;
}
a:active {
color:#CCCCCC;
}
a:hover {
color:#FF9900;
}
a {text-decoration: none;}

