/* CSS Document */
html, body{ text-align:center; margin:0;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	background-color:black;
	background-image:url(images/bkgr2.jpg);
	background-repeat:repeat-x;
}
#pagewrapper
{background-color:black;
width:785px;
margin:0 auto;

}

#maincontent
{float:left;
width:561px;
clear:both;
}
#menupain
{float:right;
width:224px;
height:589px;
background-image:url(images/swirl.jpg);
background-position:right;
background-repeat:no-repeat;
}
#littlemenu
{color:#C79B5B;
width:560px;
height:20px;
float:left;
margin-top:-5px;
font-weight:bold;
}
#insidemenupain
{margin-top:65px;
margin-left:24px;
text-align:left;
font-size:18px;
line-height:38px;
}
a.big:link
{color:white;
text-decoration:none;
}

a.big:visited
{color:white;
text-decoration:none;
}
a.big:hover
{text-decoration:underline;
color:#C79B5B;
}
#footer
{color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a.footer:link
{color:white;
text-decoration:underline;
}
a.footer:visited
{color:white;
text-decoration:underline;
}
a.footer:hover
{text-decoration:none;
}

#subpagecontent
{background-color:white;

Height:auto;
color:black;
margin-top:30px;
text-align:left;
padding:5px;
}
#footer2
{color:#CC6633;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


