/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #171717 url(outback-bg.jpg) no-repeat; /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #999;
	}
a { 
	text-decoration: none; 
	color: #336699; 
	}
a:hover { 
	border-bottom: 1px dashed #3399ff; 
	color: #3399ff; }
img {
	border: 0;
	}
img.a {
	border: 0;
	text-decoration:none; 
	}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {

	margin-left: 8%;
	margin-right: auto;
	width: 740px;
	padding: 0 0px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: url(outback-top.jpg) no-repeat 100% 0;
	padding-top: 136px;
	}		
	
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background:  url(outback-unten.jpg) no-repeat 100% 0;
	margin: 0; 
	padding: 0;
	height: 64px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 14px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	border-bottom: 0;
	padding: 3px 14px;
	font-size: 14px;
	letter-spacing:1px;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { 
	background-color: #3399ff; 
	color: #EBEBEB;
	}
#nav li a.on { 
	background-color: #3366cc; 
	color: #E5E5E5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div {

		}	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 10px 0 10px 0;  
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
	}	
#content div {  

	}	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background-color: #212121;
	text-align: center;	
	font-size: 0.8em;
	line-height: 2.6em;
	color: #8C8C8C; 
	clear: both;
	}
#footer span {
	margin-right:35px;
	margin-left:35px;
	}
#footer a { 
	text-decoration: none;
	color: #8C8C8C; 	
	}
#footer a:hover { 
	border-bottom: 1px dashed #8C8C8C; 
	color: #8C8C8C; 
	}
#content-footer {
	background-color: #1A1A1A;
	margin-left: 8%;
	margin-right: auto;
	width: 740px;
	}