/* Body
----------------------------------------------- */
body{
	font-family: Arial, Helvetica, sans-serif;
	background: url("../imgs/bg_home.gif") top center repeat-y;
	height: 100%;
}

html{
	height: 100%;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

#container{
	position: relative;
	background: #686355 url("../imgs/bg-body_homepage.gif") top left repeat-y;
	width: 924px;
	margin: 0 auto;
	min-height: 100%;	
}

* html #container{
	height: 100%;
}

#left{
	float: left;
	width: 313px;
}

#middle{
	float: left;
	width: 204px;
}

#right{
	width: 407px;
	float: right;
	min-height: 775px;
}

* html #right{
	height: 775px;
}

#footer{
	position: relative;
	width: 924px;
	height: 25px;
	clear: both;
	margin: -25px auto 0 auto;
}

#footer-interior{
	padding-left: 20px;
	width: 497px;
}

#demo{
	position: relative;
	margin-top: 80px;
	margin-left: 23px;
	width: 135px;
	height: 53px;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#left h1{
	position: relative;
	text-align: center;
	margin-top: 34px;
	margin-bottom: 48px;
}

#left p{
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	margin-right: 23px;
	margin-left: 39px;
}

#left p.disclaimer{
	font-size: 10px;
	margin-bottom: 36px;
}

span#freeze{
	display: block;
	margin: 55px 0 42px 96px; 
}

#demo p{
	position: absolute;
	text-align: right;
	width: 135px;
	left: 0;
	bottom: 0;
	font-size: 11px;
}

#footer span{
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	margin-right: 6px;
}

#footer span span{
	margin-right: 0;
}

#footer span.privacy{
	margin-left: 28px;
}



/* Links
----------------------------------------------- */
#nav li a{
	color: #036;
	text-decoration: none;
}

#nav li a:hover,
#nav li a.selected{
	color: #000;
}

#nav ul li a:hover{
	color: #000;
}

#nav ul li a{
	color: #fff;
}

#demo p a{
	color: #fff;
	text-decoration: underline;
}

#demo p a:hover{
	color: #fff;
	text-decoration: none;
}

#footer a{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}



/* Lists
----------------------------------------------- */
#nav{
	margin-top: 44px;
}

#nav li{
	font-size: 15px;
	letter-spacing: 1px;
	list-style-type: none;
	margin-bottom: 13px;
	margin-left: 17px;
	line-height: 1em;
}

#nav li span{
	font-size: 13px;
	line-height: 0;
}

#nav ul{
	margin-top: 9px;
}

#nav ul li{
	margin-bottom: 9px;
	margin-left: 0;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1em;
}



/* Images
----------------------------------------------- */
img{
	border: 0;
}
