/* Layout CSS */

#page-wrapper {
width:1010px;
margin:30px auto 0 auto;
} 

/* Typography */

body {
font-family:arial, sans-serif;
color:#ffffff;
letter-spacing:.8px;
font-size:14px;
line-height:1.2em;
}

a { color: white; text-decoration: underline; }
a:hover { color: red; }

p, h3 {
margin-top:0;	
}

h3 {
font-family:arial, sans-serif;
color:#ffffff;
letter-spacing:.1em;
font-size:1.2em;
line-height:1.2em;
}

#copyright {
position:absolute;
bottom:8px;
left:15px;
font-size:.8em;
}

/* Header */

#header {
width: 1010px;
height:101px;
margin-bottom:8px;
position: relative;
}
	#header-img {
		position: absolute;
		left: 0;
		top: 0;
		width: 213px;
		height: 101px;
		border: none;
		text-decoration: none;
		color: none;
	}

	
	#header-logo {

	}

	#header-nav {
	background-image:url('../images/header_background_797x101_v2.png');
	background-position: right center;
	background-position-x: 212px;
	background-repeat: no-repeat;
	height:101px;
	width: 1010px;
	margin-left: 40px;
	position: absolute;
	right: 0;
	}

	#header-slogan {
	position:absolute;
	margin-left:14px;
	top:68px;
	left: 220px;
	font-size:.9em;
	letter-spacing:.2em;
	
	}

/* Navigation */

#header-nav-links {
float:right;
margin:0;
padding-top:9px;
width:435px;
height:25px;
list-style-type:none;
font-size:15px;
font-weight: bold;
padding-left: 40px;
}

#header-nav-links li, #header-nav-links a {
display:inline;
text-decoration:none;
color:#ffffff;
}

#header-nav-links a {
	padding-left: 26px;
}

/* Main Content */

#content {
position:relative;
margin:0;
padding:0;
height:362px;
margin-bottom:8px;
}

	#content-main-header {
	float:top;
	background-image:url('../images/content_main_header_1010x3.png');
	width:1010px;
	height:3px;
	}
	
	#content-main-content {
	background-image:url('../images/content_background_1010x1.png');
	width:1010px;
	height:356px;
	}
	
	#content-main-content-video {
	background-image:url('../images/content_background_1010x1.png');
	width:1010px;
	text-align: center;
	}
	
	#content-main-footer {
	background-image:url('../images/content_main_footer_1010x3.png');
	width:1010px;
	height:3px;
	}

#content-left {
float:left;
width:501px;
position:relative;
}

	#content-left-header {
	float:top;
	background-image:url('../images/content_left_header_501x3.png');
	width:501px;
	height:3px;
	}

	#content-left-content {
	background-image:url('../images/content_background_501x1.png');
	width:501px;
	height:356px;
	}
	
	#content-left-artwork {
	width: 501px;
	height: 536px;
	background: white;
	}

	#content-left-footer {
	float:bottom;
	background-image:url('../images/content_left_footer_501x3.png');
	width:501px;
	height:3px;
	}

#content-right {
float:left;
width:501px;
margin-left:8px;
position:relative;
}

	#content-right-header {
	float:top;
	background-image:url('../images/content_right_header_501x3.png');
	width:501px;
	height:3px;
	}

	#content-right-content {
	background-image:url('../images/content_background_501x1.png');
	height:344px;	
	padding:12px 0 0 12px;
	}
	
	#content-right-content-content {
	background-color:#96;
	width:483px;
	height:336px;
	margin:0 auto;
	line-height: 16px;
	font-size: 14px;
	}

	#content-right-footer {
	float:bottom;
	background-image:url('../images/content_right_footer_501x3.png');
	width:501px;
	height:3px;
	}

#content-right, #content-left {
}


/* Footer */

#footer {
background-image:url('../images/footer_1010x107.png');
width:1010px;
height:107px;
position:relative;
}
