/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#e7e7e7;
	text-align:center; /* horizontal centering for IE Win quirks */
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#7b7b7b;
	margin:0;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#7b7b7b;
	margin-top:0;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
	color:#7b7b7b;
}

strong {
	font-weight:bold;
}

sup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:6px;
	color:#7b7b7b;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	text-decoration:none;
}

a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	text-decoration:none;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	text-decoration:underline;
}

ul {
	list-style:disc;
	margin:15px 0px 15px 10px;
	padding:0;
}

ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:-0.5px;
	color:#7b7b7b;
	line-height:18px;
}

/*------------------------------*/

a { 
	outline:none; /* removes Firefox's dotted borders */
}

a img { 
	border:none; /* removes IE's blue borders */
}

/*------------------------------*/

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

/*------------------------------*/

.clear {
	clear:both;
}

/*------------------------------*/

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-290px; /* half of container's height */
	float:left;
}

#wrapper {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:960px;
	clear:left;
}

#header {
	float:none;
	width:960px;
	height:60px;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}

#logo {
	float:left;
	width:230px;
	height:60px;
	padding-left:20px;
}

#navigation {
	float:right;
	width:643px;
	height:60px;
	padding-right:67px;
	text-align:right;
}

#words {
	float:left;
	width:210px;
	height:499px;
	padding:20px 20px 0px 20px;
	background-color:#fff;
}

#pictures {
	float:right;
	width:709px;
	height:519px;
	border-left:1px solid #ccc;
	background-color:#fff;
}

/*------------------------------*/

#cultpictures {
	float:right;
	width:690px;
	height:499px;
	padding:20px 0px 0px 19px;
	border-left:1px solid #ccc;
	background-color:#fff;
}

#cultpictures table {
	width:671px;
	height:479px;
}

#cultpictures td {
	padding-right:1px;
	padding-bottom:1px;
}

/*------------------------------*/

#reelpictures {
	float:right;
	width:534px;
	height:378px;
	padding:141px 0px 0px 175px;
	border-left:1px solid #ccc;
	background-color:#fff;
}

/*------------------------------*/

#footer {
	clear:both;
	width:940px;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
}
