body {
	background-color:#333333;
	margin:0 auto;
}

/* LAYOUT */



/* Surrounding table */

.around {
	width:819px;
	text-align:center;
	padding:5px 5px 5px 5px;
	background-color:#eeeeee;
	border:1px solid #6666666;
}




/* Navbar */

.nav {
	border:1px solid #676767;
	width:800px;
	text-align:center;
	height:32px;
	background-image: url("images/navbg.gif");
	background-repeat: repeat-x;
	vertical-align:middle;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
}



/* Main content Area */

.maincontent {
	width:800px;
	border:1px solid #676767;
	background-color:#F4F4F4;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}



/* Height Gap */

.hg {
	height:5px;
}



/* Red footer bar */

.footerbar {
	width:800px;
	height:6px;
	background-image: url("images/footerbg.gif");
	background-repeat:repeat-x;
}



/* Footer (w. links) */

.footer {

	width:800px;
	height:10px;
	text-align:right;
}


/* Link back */

.lbt {
	width:800px;	
	text-align:center;
}

/* LINK STYLES */


/* Link back to spyka design */

a.linkback {
	font-size:9px;
	color:#666666;
	font-family:Arial;
}


/* Navbar links */

a.navlink, a.navlink:hover {
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	color:#ffffff;
}


/* Footer links */

a.footerlink, a.footerlink:hover {
	font-family:Tahoma;
	font-size:10px;
	color:#B7473A;
	text-decoration:none;
}


/* All other links */

a {
	font-family:Tahoma;
	font-size:11px;
	color:#9C3326;
	text-decoration:none;
}
a:hover {
	text-decoration:overline;
}	