@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;
}
#mainImage {
	width:300px;
	float:left;
	height: 380px;
}
#clientList {
	font-size:10px;
	color: #97796E;
	width: 570px;
	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;
}
#clientList ul.photographers {
	list-style-type: none;
	padding-left: 412px;
	background-image: url(images/onions.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;

}

#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: 215px;
}
#biography {
	font-size:11px;
	color: #97796E;
	width: 550px;
	float: left;
	padding-left: 0px;
}
#contact {
	font-size:14px;
	color: #97796E;
	width: 230px;
	float: left;
	padding-left: 30px;
	border-left: solid #ccc 1px;
	height: 350px;
	margin-top: 30px;
}
#contact h1 {
	font-size: 16px;
	font-weight: bold;
}
#contact h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: oblique;
}
#contact ul {
	padding-left: 15px;
	list-style-type: none;
}


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;
}

