@charset "utf-8";
/* CSS Document mlmStyle.css */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/greenBack.jpg);
}
.oneColFixCtr #container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	height: 570px;
}
.oneColFixCtr #mainContent {
	padding: 0 5px;
	background: #ffffff;
	height: 560px;
}
#nav {
	width:130px;
	float:left;
	padding-left: 50px;
	height: 370px;
	text-align: left;
}
#navRight {
	width:130px;
	float:left;
	padding-left: 75px;
	height: 370px;
	text-align: left;
}

#mainImage {
	width:300px;
	float:left;
	height: 380px;
}
#clientList {
	font-size:10px;
	color: #97796E;
	width: 550px;
	float: left;
	padding-left: 0px;
}

#clientList ul.nav {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
#clientList ul.nav li {
	display: inline;
}
#clientList ul.company {
	list-style-type: none;
	padding-left: 1px;
	background-image: url(images/parsley.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#clientList ul.periodicals {
	list-style-type: none;
	padding-left: 104px;
}
#clientList ul.television {
	list-style-type: none;
	padding-left: 208px;
}
#clientList ul.cookbooks {
	list-style-type: none;
	padding-left: 310px;
}
#clientList ul.agencies {
	list-style-type: none;
	padding-left: 412px;
}
#imageList {
	float: left;
	width: 250px;
	padding-left: 20px;
}
.clearfloats {
	clear:both;
}
#imageLarge {
	float: left;
	width: 275px;
	padding-left: 20px;
}
#imageList a:hover {
	height: 300px;
	width: 225px;
}
#homeImage {
	padding-left: 50px;
	width: 315px;
	float: left;
}
#biography {
	font-size:11px;
	color: #97796E;
	width: 550px;
	float: left;
	padding-left: 0px;
}
a {
	color: #F78D39;
	text-decoration: underline;
}
.oneColFixCtr #tallContainer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	height: 1010px;
}
.oneColFixCtr #tallContent {
	padding: 0 5px;
	background: #ffffff;
	height: 1000px;
}

