html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body {
	text-align: center;
	min-width: 1050px;
	background: #313131;
	background-image:url('../images/blank.gif');
	}


p {
	font-family: arial, sans-serif, courier, 'times new roman';
	font-size: 10pt;
	color: #e0e0e0;
	text-align: left;
	padding: 20px;
	}

p.nopad {
	font-family: arial, sans-serif, courier, 'times new roman';
	font-size: 10pt;
	color: #e0e0e0;
	text-align: left;
	padding: 0px;
	}

a {
	font-family: arial, sans-serif, courier, 'times new roman';
	font-size: 10pt;
	text-decoration: none;
	}

a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#ed4252;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */

a.light:link {color:#e0e0e0;}      /* unvisited link */
a.light:visited {color:#e0e0e0;}  /* visited link */
a.light:hover {color:#ed4252;}  /* mouse over link */
a.light:active {color:#e0e0e0;}  /* selected link */



#wrapper {
	text-align: left;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	padding: 0px;
	}

#header {
	position: relative;
	top: 0;
	left: 0;
	}

#navigation {
	position: absolute;
	top: 0px;
	left: 750px;
	padding: 0px;
	}

#bodywrap {
	position: relative;
	background: #000000;
	height: 500px;
	text-align: left;
	}

#bodywrapgray {
	position: relative;
	background: #e6e6e6;
	background-image:url('../images/odysseybkgd.jpg');
	height: 500px;
	text-align: left;
	}

#footer {
	position: relative;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	vertical-align: middle;
	letter-spacing: 3px;
	}

#contentpic {
	position: relative;
	}

#contentprose {
	position: absolute;
	top: 0px;
	left: 350px;
	width: 700px;
	padding: 0px;
	}

.title {
	position: relative;
	width: 750px;
 	}

.bodycontent {
	position: relative;
	width: 1050px;
	padding: 0px;
	height: 500px;
	vertical-align: middle;
	background: #000000;
 	}

.bodycontent2 {
	position: relative;
	width: 1050px;
	padding: 0px;
	height: 900px;
	vertical-align: middle;
	background: #000000;
 	}



.movie {
	position: relative;
	}
