body, html {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #65696e;
}

a { 
	color: #fff;
	text-decoration:underline;
}

a:hover {
	color: #333; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height:20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	line-height:20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

a img {
	border: 2px solid #666666;
}

a img:hover {
	border: 2px solid #CCCCCC;
}

#container {
	width: 950px;
	height:550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -275px;
}

#container2 {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
}

#content {
	width: 950px;
	height:350px;
	background-color:#231f20;
	text-align:left;
}

#thumbs {
	width:100px;
	height:110px;
	float:left;
	padding:0px 13px 25px 0px;
}

#textbox {
	font-family: Arial, Helvetica, sans-serif;
	width:290px;
	height:310px;
	background-color:#fff;
	font-size:12px;
	color:#333333;
}

#landingbox {
	font-family: Arial, Helvetica, sans-serif;
	width:420px;
	height:600px;
	background-color:#fff;
	font-size:12px;
	color:#333333;
}

#textbox a {
	color:#333333;
}

#textbox a:hover {
	color:#8c8c8c;
}

#landingbox a {
	color:#8c8c8c;
}

#landingbox a:hover {
	text-decoration:underline;
}

#quotebox {
	font-family: Arial, Helvetica, sans-serif;
	width:290px;
	height:310px;
	background-color:#bdc0c3;
	font-size:34px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
}

#quoteboxLanding {
	font-family: Arial, Helvetica, sans-serif;
	width:410px;
	height:45px;
	background-color:#bdc0c3;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	padding:5px 5px 5px 5px;
}

#imagebox {
	width:290px;
	height:310px;
	background-color:#fff;
	color:#333333;
}

#footer {
	width: 950px;
	height: 20px;
	color: #fff;
	text-align:left;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #eaeaea;
	text-decoration:underline;
}

#topNav {
	width:800px;
	height:15px;
	float:left;
	padding:5px 0px 5px 0px;
	margin:10px 0px 10px 0px;
	background-color:#e47d1d; 
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	text-align:center;
	color: #fff;
}

#topNav a {
	padding:0px 30px 0px 30px;
}

#previous {
	width:70px;
	height:15px;
	float:left;
	padding:5px 0px 5px 5px;
	margin:10px 0px 10px 0px;
	background-color:#e47d1d; 
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	text-align:left;
	color: #fff;
}

#next {
	width:70px;
	height:15px;
	float:right;
	padding:5px 5px 5px 0px;
	margin:10px 0px 10px 0px;
	background-color:#e47d1d; 
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	text-align:right;
	color: #fff;
}
