/* CSS Document */

body {
	margin: 20px 0px 0px 0px;
	background-color: #003300;
	text-align: center;
	}

td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
	
p {
	margin-top:5px;
	margin-bottom:10px;
	}

a {
	text-decoration: underline;
	}

a:link, a:visited, a:hover, a:active {
	line-height: 140%;
	color: #5D768D;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
hr {
	border: 0px;
	height: 1px;
	background-color: #000000;
	color: #000000;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	
	text-align: left;
	padding: 0px 0px 20px 0px;
	width: 720px;
	background-color: #444444;
	}

#header {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:14px;
	}
	

	
#footer {
	clear:both;
	width: 720px;
	color: #767676;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height: 140%;
	margin-right: 0px;
	margin-left: 200px;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
#page-body {
	margin: 10px 27px 0px 20px;
	background-color: #444444;
	
	}

.page-header {
	background-color:#1A3754;
	}
	
.body-text {
	padding-left:10px;
	padding-right:10px;
}

.section-header {
	margin-top:16px;
	}
	
#center-column {
	float:left;
	width:590px;
	background-color: #444444;
	}
	
#right-column {
	float:right;
	width:70px;
	background-color: #444444;
	margin-top:10px;
	margin-left:10px;
	}

#content {
	width:590px;
	background-color:#ffffff;
	}
	
#content ul {
	margin-top:5px;
	}
	
div.movie {
	width:590px;
	margin-top:28px;
	}

div.navbar {
	margin-bottom:25px;
	}
	
div.quote {
	margin-bottom:10px;
	}
	
div.photo {
	margin-bottom:10px;
	}
	
div.clr {
	clear:both;
	}




