body {
	margin:0px;
	background-color: #e0d6be;
	background-image: url('/ui/bk.jpg');
	font-family: "Verdana","Sans-Serif";
	font-size: 12px;
	color: #64594d;
}

.spaceroo{
	clear:  left;
	line-height: 0;
	font-size:  0;
	height:  0px;
	background-color:none;
	border:0px solid black;
}





.top {
	margin-top: 20px;
	margin-left: 20px;
	width: 700px;
}

.content {
	width: 700px;
}

#pageContent {
	margin-left: 40px;
	margin-top: 20px;
}

.logo {
	width: 128px;
	height: 200px;
	background-image: url('/ui/mikelay_logo_big.png');
	float:left;
}


h1 {
	font-size: 12px;
	color: #782f00;
	margin-top: 20px;
}

h2 {
	font-size: 10px;
	color: #782f00;
	margin-top: 10px;
}


/***********  NAVIGATION *************/


#nav {
	margin-left: 150px;
	width: 300px;
	
}

.navSpacer {
	width: 300px;
	height: 70px;
}

.navList {
	margin-top:0px;
}

.navOn {
	list-style-image: url('/ui/navDot.png');
	margin-bottom:6px;
	font-weight: bold;
	color:#372b1f;
}

.navOff {
	list-style: none;
	margin-bottom:6px;
}


a.nav {
	color:#372b1f;
	font-weight: bold;
	text-decoration: none;
	margin-right: 0px;
}
a.nav:hover {
	color:#782f00;
	font-weight: bold;
	text-decoration: none;
}



.footer {
	margin-left: 80px;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 10px;
}

a.credits {
	font-size: 10px;
	color: #782f00;
	text-decoration: none;
}


/***********  PORTFOLIO *************/

.portfolioItem {
	margin-bottom: 40px;
	border-bottom: thin dotted #dad3c3;
}

p.portfolioDescription {
	width: 500px;
	margin-bottom: 0px;
}	

.watchButton {
	text-align:left;
	margin-top: 10px;
	width: 500px;
}

a.watch {
	font-size: 14px;
	color:#782f00;
	font-weight: bold;
	text-decoration: none;
}


/***********  NEWS *************/

.newsItem {
	width: 700px;
	margin-bottom: 40px;
	border-bottom: thin dotted #dad3c3;
}

.newsImage {
	float:right;
}



/***********  CONTACT *************/

.leftColumn {
	width: 200px;
	height: 365px;
	float:left;
}

.rightColumn {
	width: 560px;
}












