/*************************************************************
A - SETUP
**************************************************************/

/* Start from scratch
-------------------------------------------------------------*/

body {
	background:#111 url(../../../images/bg.jpg) no-repeat top center;
	color:#333;
	font-family: Arial, sans-serif;
}

a img {
	border:0;
}

#header {
	width:1000px;
	height:182px;
	margin:0 auto;
}

#header a img {
	margin-left:-20px;
	z-index:100;
}

#header-right {
	float:right;
}

#nav {
	margin:128px 20px 0 0;
	padding:10px 10px 0;
	list-style:none;
	}

#nav li {
	float:left;
	margin:0;
	padding:0 2px 0 2px;
	margin-left:5px;
	}

#nav a {
	float:left;
	display:block;
	padding:5px 6px 4px 6px;
	text-decoration:none;
	font-family:Segoe UI, Arial, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#ccc;
	opacity:0.6;
	filter:alpha(opacity=60);
	border:0;
	}

	/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#nav a {float:none;}
	/* End IE5-Mac hack */

#nav a:hover, #nav #current a {
	color:#fff;
	opacity:1.0;
	filter:alpha(opacity=100);
	}

#container {
	width:960px;
	margin:-13px auto 0 auto;
	background:transparent url(../../../images/container-bg.png) repeat-y top left;
}

#content {
	width:950px;
	background:transparent url(../../../images/content-top-bg.png) no-repeat top left;
	padding:0 5px;
	min-height:200px;
	
}

#foot {
	width:960px;
	height:6px;
	margin-top:10px;
	background:transparent url(../../../images/foot.png) no-repeat top left;
}

.clear { clear:both; }

#userbar {
	background:#000;
	padding:7px;
	margin:0 0 10px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
}

#userbar a {
	color:#999;
	text-decoration:none;
	font-weight:bold;
}

#userbar a:hover {
	text-decoration:underline;
}

#userbar-right {
	float:right;
}

#footer {
	text-align:center;
	font-size:10px;
	color:#666;
	margin-bottom:5px;
}

#footer a {
	color:#666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}