html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	background-color: #000000;
	position:relative; 
	text-align: center;
	text-align:left; 
	margin-left:auto; 
	margin-right:auto;	
	margin-top: 50px;
	margin-bottom: 0px;	
	height:100%;	

}


/* Global */

#logo {
	position: absolute;
	display:block; 
	top:0px; 
	height:70px; 
	width: 800px;
	z-index:2;

}

#buy {
	position: absolute;
	display:block; 
	top:0px; 
	height:70px; 
	left: 800px;
	width: 260px;
	z-index:2;

}


#container {
	background-color: #000000;
	margin-left:auto; 
	margin-right:auto;		
	width: 850px;

	min-height: 35%;	

}


#header {
	background: #891206 url(/inc-terrasse/images/header.png) no-repeat top center;
	background-color: #000000;
	text-align: center;
	width: 100%;
	color: #ffffff;
	height: 162px;

}

/* General Content */

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	line-height: 2em;
	width: 850px;
	text-align:left;
	position:relative; 
	margin-left:auto; 
	margin-right:auto;		
	padding-left: 15px;

	min-height: 20%;	
}

#content  a { 
	text-decoration: none;
	color: #ec1d24;
}
#content  a:hover { 
	text-decoration: underline;	
}

#content .image-float-right {
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	border: 1px solid #cccccc;
}

#content .image-float-left {
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	border: 1px solid #cccccc;
}

#content ul {
	font-size: .7em;
	padding-left: 25px;
}

#content li {
	line-height: 1.4em;
}

/* Header text */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #42b2f4;
	margin-top: 0px;
	margin-bottom:5px;
}

#content h1 {
	font-size: 1.5em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #42b2f4;
	font-weight: bold;	
	margin-top: 4px;
	margin-bottom: 4px;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	color: #42b2f4;
	font-weight: bold;	
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Sidebar */

#sidebar {
	width: 190px;
	float: right;
	border: 1px solid #d3d0cc;
	padding-left: 10px;	
	padding-right: 10px;		
	padding-top: 10px;
	margin-left: 20px;	
	margin-bottom: 10px;
	font-size: .85em;
	
}

.sidebar h1 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom:0px;
	line-height:1em;
}

.sidebar h2 {
	font-size: 1.0em;
	line-height: 1em;
	color: #42b2f4;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 0px;	
}

/* General */
p {

	font-size: .8em;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: normal;	
}

.LineTop {
	border: 1px solid #cccccc;
}

/* Navigation */
#masthead {
	margin-left:auto; 
	margin-right:auto;			
	width: 920px;

}

#ad {
	padding-left: 600px;
	padding-top: 50px;
	display:block;
}

#nav {
	margin-left: 35px;
	padding-top: 85px;
	display:block;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;		
	margin-left: 1px;	
}	 

#nav li { 
	float:left; 
	margin:0;
	padding:0;

}
#nav li a span { 
	position:absolute;
	left:-2500px;
}
#nav li a {
	background-repeat:no-repeat;
	display:block;
	height:49px;
}
#nav li a:hover { 
	background-position:0px -49px;
}
#nav li.on a, ul#nav li.on a:hover { 
	background-position:0px -49px;
	cursor:default;
}
#nav li#nav_current a {
	background-image:url(/inc-terrasse/images/nav_current.gif);
	width:130px;
}
#nav li#nav_about a {
	background-image:url(/inc-terrasse/images/nav_about.gif);
	width:74px;
}
#nav li#nav_past a {
	background-image:url(/inc-terrasse/images/nav_past.gif);
	width:162px;
}
#nav li#nav_gallery a {
	background-image:url(/inc-terrasse/images/nav_gallery.gif);
	width:84px;
}		
#nav li#nav_awards a {
	background-image:url(/inc-terrasse/images/nav_awards.gif);
	width:88px;
}
#nav li#nav_support a {
	background-image:url(/inc-terrasse/images/nav_support.gif);
	width:93px;
}

#nav li#nav_merch a {
	background-image:url(/inc-terrasse/images/nav_merch.gif);
	width:126px;
}
#nav li#nav_contact a {
	background-image:url(/inc-terrasse/images/nav_contact.gif);
	width:94px;
}

/* Footer */			

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #ffffff;
	text-align:center;
	clear:both;
	width: 100%;
	height: 100px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top: 45px;	
}

#footer_content {
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
	padding-left: 10px;
	width: 860px;
	margin-top: 60px;
}

#footer_content p{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: .8em;
	line-height: 1.2em;
}

#footer_content a {
	color: #ffffff;
	text-decoration: none;
}

#footer_content a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_content .primary a {
	font-size:1em;
	color: #ffffff;
	text-decoration: none;
}

#footer_content .primary a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_content .secondary p {
	line-height: 1.1em;
}
#footer_content .secondary a {
	font-size:1.1em;
	color: #ec1d24;
	text-decoration: none;
}

#footer_content .secondary a:hover {
	color: #ec1d24;
	text-decoration: underline;
}