/* CSS Document */

body 
{
margin: 0;
padding: 0; 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; 
background-image: url(../marblegranite/images/bodybg.jpg); background-repeat:repeat-x;
background-color: #630402;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal; color:#990000;
}
h2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; }

#container
{
margin-left:auto; margin-right:auto; width:997px; 
background-image:url(../marblegranite/images/containerbg.jpg);
background-repeat: repeat-y;
}
#banner
{ 
background-image: url(../marblegranite/images/header.jpg); 
width:997px; height:118px; 
}
#nav
{
float: left;
width: 203px; 
}
#nav-inside {
	background-image:url(../marblegranite/images/nav-side-new.jpg); 
	background-repeat:repeat-y;
	list-style-type: none;	
}
#nav-inside a:link, #nav-inside a:visited {
	display:block;
	text-decoration:none;
	background-image:url(../marblegranite/images/nav-off.jpg);
	width:163px;
	height:22px; 
	color: #062341;
	font-size:14px;
	font-weight:bold;
	margin-left:30px;
	padding-left:10px;
}
#nav-inside a:hover {
	display:block;
	text-decoration:none;
	background-image:url(../marblegranite/images/nav-on.jpg);
	width:163px;
	height:22px; 
	color: #062341;
	font-size:14px;
	font-weight:bold;
	margin-left:30px;
	padding-left:10px;
} 

#content
{ 
background-image:url(../marblegranite/images/whitebox.jpg); 
background-repeat:no-repeat; padding-top: 0em;
margin: 0 0 0 0; float:right; width:794px;
}

#stuff
{
width: 670px; margin: 20px;
}

#footer
{
clear: both; background-image:url(../marblegranite/images/footer.jpg); width:997px; height:52px;
}
#copyright
{
clear: both;  
width:997px; height:52px; margin-top:20px; margin-left:auto; margin-right:auto; 
}

a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:none;
}
