body {
	background-color:#333333;
	margin:0 auto;
}

/* LAYOUT */



/* Surrounding div */

#around {
	margin:0 auto;
	width:619px;
	text-align:center;
	padding:5px 5px 5px 5px;
	background-color:#eeeeee;
	border:1px solid #6666666;
}



/* Header surround */

#header {
	margin:0 auto;
	width:600px;
}



/* Navbar */

#nav {
	margin:0 auto;
	border:1px solid #676767;
	width:600px;
	text-align:center;
	height:30px;
	background-image: url("images/navbg.gif");
	background-repeat: repeat-x;
	line-height:2.2em;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
}



/* Main content Area */

#maincontent {
	margin:0 auto;
	text-align:left;
	width:600px;
	border:1px solid #676767;
	background-color:#F4F4F4;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}



/* Height Gap */

.hg {
	margin:0 auto;
	height:5px;
}



/* Red footer bar */

#footerbar {
	margin:0 auto;
	width:600px;
	height:6px;
	background-image: url("images/footerbg.gif");
	background-repeat:repeat-x;
}



/* Footer (w. links) */

#footer {
	margin:0 auto;
	width:600px;
	height:10px;
	text-align:right;
}


/* Link back */

#lbt {
	margin:0 auto;
	width:600px;	
	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:#4680C2;
	text-decoration:none;
}


/* All other links */

a {
	font-family:Tahoma;
	font-size:11px;
	color:#4680C2;
	text-decoration:none;
}
a:hover {
	text-decoration:overline;
}	