


* {
	margin: 1;
	padding: 0;
}



body {
	background: #fff
	color: #696969; font-style: normal; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;
	
}

h1 {
	font-style: bold; 
	font-size: 16px; 
	font-family: Arial, 
	Helvetica, sans-serif; 
	text-decoration: bold;
 	color: #696969;
}

a {color: #3b8ac1;}

a:hover {color: #942525;
font-style: underline;}

/* misc */
.clearer {clear: both;}
.headline {
	background: #cccccc;
	
	
}
.left {float: left;}
.right {float: right;}

.title {
	
	color: #696969; font-style: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: bold;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 6px 12px;
	
}
.mainContent {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: block;
    color: #696969; font-style: normal; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;
	float: left;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	text-align: justify;
}

.mainContent2 {
	background: #fff;
	display: block;
	color: #696969;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	text-align: justify;
}

.imageContent {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: block;
	padding: 6px 12px;
}

.nav {background: #ffffff;}
.nav a {
	background: #ffffff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #afaeae;
	display: block;
	padding: 8px 0 8px 12px;
	width: 140px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: bold;
	line-height: 30px;
	
}
.nav a:hover {
	background: #e5e5df ;
	color:#942525;
	font-style: underline;
}


.footer {
	background: #ffffff;
	padding: 6px 12px;
	border-top: 1px solid #ccc;
	color: #696969; font-style: normal; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;
	
}


#photo_strip {
	width:450px; 
	margin:0 auto 20px auto;
	}
#container {
	margin:0;
	padding:0; 
	height:300px; 
	overflow:auto; 
	color:#222; 
	background:#fff;
	}
#container ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	display:table-row;
	}
#container ul li {
	display:table-cell; 
	padding:0 15px;  
	vertical-align:top;
	}
#container ul li img {
	border:1px solid #555; 
	margin: 30px 0 10px 0;
	}
#photo_strip h1 {
	text-align:center; 
	padding:0; margin:0; 
	width:630px; height:38px; 
	line-height:35px; 
	color:#555; 
	font-weight:normal; 
	font-size:20px; 

	}
#container p {
	margin:0; 
	padding:5px 0; 
	font-size:11px;
	}


