/* WRAPPER */
#wrapper {
	position: absolute;
	width: 820px;
	left: 50%;
	top: 15px;
	margin-left: -400px;
	border: 0;
} 

/* HEADER */
#header {
	width: 815px;
	height: 90px;
	border: 1px solid #696969;
	text-align: right;
	padding-right: 5px;
	background: url(../images/header_bg.jpg) no-repeat top left;
}

/* NAVIGATION */
#nav {
	float: left;
	width: 140px;
	margin-top: 10px;
	padding: 10px 5px;
	border: 1px solid #696969;
}
#nav ul {margin-top: 0;	margin-left:17px;	padding:0;}
#nav li {margin-bottom:10px;}
#nav ul a {color:#696969; font-weight:bold; letter-spacing:0.01em; text-decoration:none;}
#nav ul a:hover, ul a:active {color:#ff6600;}
#nav ul a.current {color:#6699ff;}

/*MAIN CONTENT */
#mainContent {
	float: right;
	width: 613px;
	min-height: 177px;
	margin: 10px 0 5px 7px;
	border: 1px solid #696969;
	padding: 15px 25px 10px 15px;
}

/* FOOTER */
#footer {
	clear: both;
	width: 800px;
	padding-left: 70px;
	margin-bottom: 15px;
	color: #999999;
	text-align: center;
	font-size: 0.9em;
}
#footer a {color: #999999;}
#footer a:hover {color: #6699ff;text-decoration: none;}
.copyright {font-size: 0.8em; line-height:1.2em; padding-top: 3px; color:#cccccc;}

/* IMAGES NAVIGATION */
#images {
	width: 640px;
	height: 20px;
	margin: 0 0 10px 0!important;
	padding: 0;
	vertical-align: top;
}
#images ul {
	width: 640px;
	margin: 0;
	padding: 0;
	color: #4c4c4c;
	text-align:left;
}
#images li {display: inline; list-style-type: none; padding-right: 11px;}
#images ul a {text-decoration: none; color: #4c4c4c; font-weight: bold;}
#images ul a:hover, ul a:active {color: #6699ff;}
#images ul a.current {color:#ff6600;}