html,body {
	margin:0;
	padding:0;
	height:100%;
	background:url(images/stripe_bg.gif) repeat-x #000;
	font-family:"helvetica neue", helvetica, arial,sans-serif;
	font-size:small;
	color:#fff;
}

h1 { 
	font:1.5em; 
	margin:0.5em 0;
}

h2 {
	font:1.25em; 
	margin:1em 0;
	text-transform:uppercase;
}
	h1, h2, a {
		color:#3ab6de;
	}
	h2.demo a{
		display:block;
		text-decoration:none;
		background:#333;
		border:1px solid #ccc;
		padding:10px;
		width:10em;
	}
	h2.demo a:hover{
		background:#000;
	}
	h2.demo a span{
		font-size:135%;
	}
p { 
	line-height:1.5; 
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1050px;
	background:url(images/main_bg.jpg) top left no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
	height:250px;
}
	div#header h1 {
		display:none;
	}
	div#header ul {
		padding:0;
		margin:22px 0 0 60px;
		list-style:none;
	}
	div#header li {
		display:inline;
		margin:0;
		padding:0;
	}
	div#header li a{
		display:block;
		float:left;
		margin:0 15px 0 0;
		text-transform:uppercase;
		color:#fff;
		text-decoration:none;
	}
	div#header li a:hover, div#header li a.active{
		color:#3ab6de;
		border-bottom:2px solid #3ab6de;
	}

div#content {
	width:375px;
	padding:0 0 50px 75px;
}
	div#content p {
	}

div#footer {
	position:absolute;
	height:50px;
	width:100%;
	bottom:0; /* stick to bottom */
}
	div#footer p {
		font-size:80%;
		padding:1em;
		margin:0 0 0 65px;
		color:#666;
	}
	div#footer a {
		color:#666;
		text-decoration:none;
	}
	div#footer a:hover {
		color:#3ab6de;
	}
img#tagline{
	margin:90px 0 0 0;
}