/*///////// LAYOUT ///////*/

#container {
	margin: 0px auto;
	padding-bottom: 20px;
	width: 749px;
	border: none;
	text-align: left;
	}

#header {
	float: left;
	width: 749px;
	height: 251px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: left;
	background-color:#FFFFFF;
	}
	
#footer	{
	clear: both;
	padding: 0px;
	margin: 0px;
	}

#body {
	float: left;
	width: 749px;
	padding: 0px;
	background-color: #ffffff;
	}
	
#title {
	float: left;
	width: 749px;
	height: 69px;
	padding: 0px;
	margin-bottom: 10px;
	background-image: url("../_img/bg_step.gif");
	}
	
#top_column {
	float: left;
	width: 749px;
	padding: 0px;
	margin-top: -10px;
	}	
	
#content {
	float: left;
	width: 749px;
	padding: 0px;
	margin-top: -10px;
	background-color: #ffffff;
	border-bottom: 1px solid #e8e8e8;
	}
	
#listing {
	float: left;
	width: 749px;
	margin-top: -10px;
	}
	
#listing a {
	color: #888888;
	display:block;
	padding: 10px 20px 10px 20px;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	}

#listing a:hover {
	color: #008DA0;
	background-color: #f4f4f4;
	}

#listing a img {
	float: left;
	margin-right: 6px;
	margin-top: -5px;
	}
	
.b {
	border-bottom: 1px solid #e8e8e8;
	}

.c {
	border-bottom: 1px solid #e8e8e8;
	}


#thumbs {
	width: 749px;
	padding-left: 22px;
	margin-right: -22px;
	}
	
#thumbs a img {
	margin: 5px;
	border: 1px solid #d8d8d8;
	}
	
#thumbs a:hover img {
	margin: 5px;
	border: 1px solid #008DA0;
	}

/* hide from ie on mac \*/

#flashcontent {
	background-color: #FFFFFF;
	}
	
#flashcontent p{
	margin-top: 20px;
	font-size: 12px;
	line-height: 150%;
	}

#flashcontent a{
	text-decoration: none;
	color: #008DA0;
	}
	
#flashcontent a:hover { 
	text-decoration: underline; 
	}

/* end hide */