html, body { 
	height: 100%;
}

body {
	font-family: verdana, arial, sans-serif;
	background: #000;	
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	font-size:90%;
}

* { 
	margin:0; 
	padding:0; 
	border:0; 
}

h1 {
	font-size: 1.1em;
	padding: 10px 0px 15px 0px;
}

h2 {
	margin-top: 20px;
	font-size: 0.9em;
}

h3 {
	font-size: 0.6em;
	color: #bbb;
	font-weight: normal;
	text-align: center;
}

p {
	font-size: .9em;
	padding: 5px 0px 5px 0px;
	margin-right: 40px;
}

a {
	text-decoration: none;
	color: #bbb;
}

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

#container {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#top {
	height: 20px;
}

#middle {
	background-color: transparent grey;
	background: #000 url(../images/8_balance_site.jpg) no-repeat right top;
	width: 800px;
	height: 500px;
	
}

#bottom {
	height: 40px;
}

#box_front {
	position:absolute;
	width:420px; /* 30px border on left & right */
	background-position:-30px -30px; /* compensate for the border */
	top:80px;
	left:30px;
	color: white;
	font-size: 1.2em;
}

#box_middle {
	position:absolute;
	width:480px;
	height: 400px;
	background-color:#fff;
	opacity:0.5;
	filter:alpha(opacity=50);
	top: 80px;
	left:0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
}

#box_front table {
	margin-left: 50px;
	margin-top: 5px;
	text-align: center;
	
}

#box_front td {
	padding-right: 50px;
	padding-top: 20px;
}

#box_back {
	margin-top: 20px;
	height:auto;
	position:relative;
}


#video {
	padding-top: 80px;
	margin-top: 20px;
	margin-left: 4px;
}

#video_navigation {
	height: 20px;
	margin-top: 10px;
	color: #333;
	font-size: 1.3em;
	padding-left: 20px;
	letter-spacing: 20px;
}

#video_navigation a {
	color: #fff;
}

#video_navigation a:hover {
	text-decoration: none;
	font-weight: bold;
}

#benjennings {
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000; 

	height: 35px; 
	width: 770px; 
	padding-left: 0px;
	line-height: 32px;
	font-size: 2.4em;
	margin-bottom: 5px;
	margin-left: 15px;
	text-shadow: 1px 1px 4px #fff;

	text-align: right;
}

#navigation_front {
	position:absolute;
	width:420px; /* 30px border on left & right */
	background-position:-30px -30px; /* compensate for the border */
	top:15px;
	left:30px;
	color: white;
	font-size: 1.2em;

}

#navigation_middle {
	position:absolute;
	width:480px;
	height: 60px;
	background-color:#fff;
	opacity:0.5;
	filter:alpha(opacity=50);
	top:0;
	left:0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #000 url(../images/nav_background.png);	
}

#navigation_back {
	margin-top: 10px;
	height:auto;
	position:relative;
	
}

#navigation_front li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	margin-left: 20px;
	text-align: center;
	color: #aaa;
	font-size: 1.2em;
}

#navigation_front a {
	color: white;
	text-decoration: none;

}

#navigation_front a:hover {
	text-decoration: underline;
}

.promo {
	display: inline;
	margin-left: 30px;
}

.promo a {

}
