body {
	padding:  0;
	background-color:	#C6C6C6;
	text-align:  center;
	margin:  0;
}

a:link{
	color:  #3366ff;
	text-decoration: none;
}

a:active{
	color: #3366FF;
	text-decoration:  none;	
}

a:visited{
	color:  #3366ff;
	text-decoration: none;
}

a:hover{
	color:  #3366FF;
	text-decoration: underline;
}

a.nav:link{
	color:  #303030;
	text-decoration: none;
}

a.nav:active{
	color: #3366FF;
	text-decoration:  none;	
}

a.nav:visited{
	color:  #303030;
	text-decoration: none;
}

a.nav:hover{
	color:  #3366FF;
	text-decoration: none;
}

.title_text{
	color: #303030;
	font-size: 18pt;
	line-height: 18pt;
}

.header {
	width:  795px;
	height:  150px;
	background-image:  url("images/header.jpg");
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.date {
	width:  795px;
	height:  20px;
	background-image:  url("images/date.jpg");
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	font: bold 7pt/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.container {
	width:  795px;
	background-image:  url("images/navigation.jpg");
	background-repeat:  repeat-y;
	overflow:  hidden;
	margin-right: auto;
	margin-left: auto;
}

.left_gutter {
	width:  29px;
	float: left;
}

.navigation {
	float:  left;
	width:  100px;
	color: #303030;
	font: 9pt/2.0 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	text-transform: lowercase;
	margin: 15px;
}

.content_1 {
	float:  left;
	width:  402px;
	color: #303030;
	font: 8pt/1.95 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	border-right: 1px dotted #bebebe;
}

.content_2{
	float: left;
	width:  310px;
	color:  #303030;
	font: 8pt/1.95 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	border-right: 1px dotted #bebebe;
}

.content_3{
	float: left;
	width:  465px;
	color:  #303030;
	font: 8pt/1.95 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	border-right: 1px dotted #bebebe;
}

.thumbs_1 {
	float:  left;
	width:  135px;
	color: #303030;
	font: 8pt/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: 15px;
}

.thumbs_2 {
	float:  left;
	width:  227px;
	color: #303030;
	text-align: left;
	font: 8pt/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 15px;
}

.footer {
	width:  795px;
	background-image:  url("images/footer.jpg");
	background-repeat:  no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top:  22px;
	padding-bottom: 10px;
	color:  #303030;
	font: 7pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

.exterior {
	float:right;
	padding-left: 20px;
	padding-bottom: 20px;
}