
/***********  MAIN FRAMEWORK *************/

body 
{
	background-color: #EFEFE8;
	font-family: "Arial","Sans-Serif";
	font-size: 12px;
	color: #666666;
}

p {
	color: #666666;
}

table {
	font-family: "Arial","Sans-Serif";
	font-size: 12px;
	color: #666666;
}

#borderline
{
	
	width:822px;
	background-color:#C4C3B5;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	padding:9px;
}

*html #borderline
{
	
	width:840px;
	background-color:#C4C3B5;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	padding:9px;
}

#whiteborder
{
	
	
	width: 804px;
	padding: 9px;
	background-color: #FFF;
	border:0px solid green;
}

#content
{
	width: 804px;
	padding: 0px;
	background-color: #FFF;
	text-align:left;
	border:0px solid black;
}

*html #content
{
	margin-top:9px;
	width: 806px;
	padding-top: 0px;
	background-color: #FFF;
	border: 0px solid #C4C3B5;
	text-align:left;
	border:0px solid black;
}

.spaceroo{
	clear:  left;
	line-height: 0;
	font-size:  0;
	height:  0px;
	background-color:none;
	border:0px solid black;
}

#top
{
	
	height: 160px;
}

#logo
{
	background-color:#C4C3B5;
	background-image: url('../images/logo.jpg');
	width: 258px;
	height: 160px;
	margin-right:9px;
	float:left;
}

#nav
{
	background-color:#999892;
	width: 277px;
	height: 160px;
	margin-right:9px;
	float:left;
}

#pic
{
	background-color:#cccccc;
	width: 250px;
	height: 160px;
	margin-left:0px;
	float:left;
}

#page {
	margin-top: 9px;
	border:0px solid red;
	width: 770px;
}



#bottom
{
	margin-top:20px;
	background-color: #C4C3B5;
	text-align:right;
	color: #ffffff;
	padding: 6px 15px 6px 20px;
	font-size: 10px;
	width:768px;
}

*html #bottom
{
	margin-top:9px;
	background-color: #C4C3B5;
	text-align:right;
	color: #ffffff;
	padding: 6px 15px 6px 20px;
	font-size: 10px;
	width:806px;
}







/***********  LINKS *************/

a.nav {
	color: #fff;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFF00;
	text-decoration: none;
}

a.txt {
	color: #cf4400;
	text-decoration: none;
}
a.txt:hover {
	color: #882d00;
	text-decoration: none;
}

a.credits {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
a.credits:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight:bold;
}

/***********  NAVIGATION *************/

.navList {
	margin-top:20px;
}

.navOn {
	list-style-image: url('../images/navbullet.jpg');
	list-style-color: #FFF;
	font-weight: bold;
	color: #FFF;
	margin-bottom:5px;
}

.navOff {
	list-style-image: url('../images/navbullet.jpg');
	margin-bottom:5px;
}


