/* alite CSS  */


a {
	color:#ffffff; 
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
}

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

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

#banner {
	font-size: 1.1em;
	font-weight: 600;
	padding: 10px;
}

#banner_text {
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
}

body {
	margin: auto;
	margin-top: 15px;
	font-size: .9em;
	line-height: 1.25em;
	text-align: left;
	vertical-align: top;
	color: #1c1c1c;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background_1_plank.jpg); 
	background-repeat: repeat;
}

#clock {
	width: 15%;
	font-size: .9em;
	padding-left: 5px;
}

#col_1 {
	width: 33.3%;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	padding: 10px;
}

#col_1a {
	width: 30%;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	padding: 10px;
}

#col_2 {
	width: 33.4%;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	padding: 10px;
}

#col_2a {
	vertical-align: top;
	padding: 0 0 0 10px;
}

#col_3 {
	width: 33.3%;
	vertical-align: top;
	padding: 10px;
}

#copyright {
	width: 20%;
	font-size: .7em;
	text-align: right;
	padding-right: 5px;
}

#footer {
    width: 800px;	
	font-size: .9em;
	color: #ffffff;
	background-color: #1c1c1c;
}
	
#gallery {
	vertical-align: top;
}

#headline {
	font-size: 1.1em;
	font-weight: 600;
}

hr {
	color:#cccccc;
	width: 95%;
	height:1px;
	text-align: center;
}

#mickmedia a:hover {color: #ff6666;}

#nav {height: 25px;}

#nav ul {display: inline;}

#nav li {
  	display: inline;
	padding: 0px 7px 0px 7px;
}

#nav a:hover {
	text-decoration: underline;
	color: #ff6666;
}

#nav #footer {display: inline;}

#footer li {
  	display: inline;
	padding: 0px 10px 0px 10px;
}

#footer a:hover {
	text-decoration: underline;
	color: #ff6666;
}
	
.read {
	color: #1c1c1c;
	text-decoration: underline;
}
	
#testimonial {font-style: italic;}
					
#wrapper {
	width: 820px;
	border-top: 20px solid #1c1c1c;
	border-left: 20px solid #1c1c1c;
	border-right: 20px solid #1c1c1c;
	background-color: #ffffcc;
}	
