/* 
    Document   : structure
    Created on : Nov 22, 2009, 9:52:42 PM
    Author     : Andrew Heins
    Description:
        padding, margin, border, display, position
*/

div#page {

}

section#banner {
	height: 350px;
}

.content {
	margin: 0 auto;
	width: 980px;
}
	

article {
	width: 980px;
	margin: 0 auto;
	min-height: 300px;
}

article.video {
	min-height: 150px;
	margin-bottom: 30px;
	background-color: #111111;
	padding: 20px 300px;
	
}

article>p {
	width: 580px;
}

nav {
margin-bottom: 60px;
}

nav ul li {
	float: left;
	width: 163px;
	line-height: 69px;
}

nav li a.active {
	height: 100%;
	width: 100%;
}

nav ul {
	height: 69px;
	width: 652px;
	margin: 0 auto;
}

.float {
	float: right;
	margin-left: 30px;
}

sup {
	font-size: 10px;
	vertical-align: top;
	padding-left: 1px;
	padding-bottom: 5px;
}

#comparison {
	width: 700px;
		
}

#comparison td {
	padding: 10px;
}

#comparison tr.alt{
	background-color: #0f0f0f;
}

th {
	text-align: center;
	background-color: #2a2a2a;
	padding: 5px;
	border-bottom: 1px solid #cab996;
}

th h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
	
footer div.content {
	width: 500px;
	text-align: center;
	color: #cab996;
	font-size: 10px;
	border-top: 1px solid #cab996;
	
}