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;
}
/* Main banner */
#mainBanner {
	margin:0 auto;
	border:1px solid #676767;
	width:600px;
	text-align:center;
	font-family:Arial;
	font-size:50px;
	color:#ffffff; 
}

/* 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; 
}

#hide {
	margin:0 auto;
	border: 0px;
	text-align:justify;
	background-color:#333333;
	font-size:1px;
	font-family:Arial;
	line-height:1em;
	color:#333333;
}

/* Main content Area */

#maincontent {
	margin:0 auto;
	text-align:center;
	width:600px;
	border:1px solid #676767;
	background-color:#F4F4F4;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	padding: 5px;
	margin-top: 15px;
}



/* 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 {
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	color:#ffffff;
	
}


a.navlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#9C3326;
	background-color:#eeeeee;
}
/*a.navlink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#ffffff;
}
*/
/* Footer links */
a.footerlink {
	font-family:Tahoma;
	font-size:10px;
	color:#B7473A;
	text-decoration:none;
}

a.footerlink:hover {
	font-family:Tahoma;
	font-size:11px;
	color:#B7473A;
	text-decoration:none;
}


/* All other links */

a {
	font-family:Tahoma;
	font-size:11px;
	color:#9C3326;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#f50326;
}	
#partner {
	width:600px;
	background-color:#F4F4F4;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}
a.partnerlink {
	font-family:Tahoma;
	font-size:11px;
	color:#B7473A;
	text-decoration:none;
}
a.partnerlink:hover {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#cffc1a;
	background-color:#B7473A;
	text-decoration:none;
}