
/*************************************
MEB Style Sheet
*************************************/

body {
font-family: Verdana, Arial, "sans serif";
font-size:62.5%;
color:#000;
background:;
margin:0;
padding:0;
background:#000;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




a {
	color:#bbaa8e;
	text-decoration:none;
}


#container {
	text-align:left;
}

#zenphoto {
	width:100%;
	margin:0 auto;
	padding:10px 5px;
	background:#fff;
}

#content {
	width:100%;
}

#globalnav {
	width:100%;
	margin:0 auto;
	height:25px;
	background:#cc6699;
}

#footer {
	background:#cacaca;
	width:100%;
	height:25px;

}
.centered {
	width:660px;
	margin:0 auto;
}





#globalnav ul {
	width:660px;
	margin:0 auto;
}
#globalnav li {
	float:left;
	margin:0 10px;
	line-height:25px;
	font-size:10px;
}
#globalnav li a {
	color:#fff;
}





#zenphoto {
	background:url(images/zenshadow.jpg) bottom left repeat-x #fff;
}

#zenphoto .centered {
	padding:0 80px;
	background:url(images/logo.jpg) bottom left no-repeat;

}
#featured-photo {
	float:left;
	width:302px;
}

#thumbs {
	float:right;
	width:280px;
}
#thumbs h1 {
	color:#cacaca;
	margin:10px 0;
	font-size:14px;
	text-transform:uppercase;
}
#thumbs li {
	float:left;
	margin:5px 5px 5px 0;
	padding:5px;
	width:60px;
	border:1px solid #cacaca;
}
#thumbs img {
	display:block;
	margin:0 auto;
	width:60px;
	
}

#thumbs em {
	color:#666;
	text-align:center;
	display:block;
	padding:5px 0 0 0;
}

#thumbs p {
	font-size:9px;
	margin:10px 0;
}




#content {
	background:url(images/contentbg.jpg) top center no-repeat #535353;
	padding:40px 0 80px;
}

#content .centered {
}







#content .col1 {
	float:left;
	width:60%;
}

#content h1 {
	font-size:16px;
	margin-bottom:10px;
}
#content p {
	line-height:18px;
	margin:20px 0;
	color:#fff;
}




#content .col2 {
	float:right;
	width:35%;
}

#content .col2 li {
	font-size:12px;
	margin:0px 0 5px;
}

#content .col2 li i {
	font-size: 10px;
}
