body {
	margin:0px auto;
	text-align:center;
	background-color:#ffffff;
	font-family:Georgia, Garamond, Times New Roman, serif;
	font-size:10px;
	color:#88705d;
}
strong {
	font-weight:bold;
}
em {
	font-weight:inherit;
	font-style:italic;
}
a:link,
a:visited {
	color:#2bace2;
	text-decoration:none;
}
a:hover {
	color:#e81461;
}
#mainContainer {
	margin:0px auto;
}

/* Generic Classes */

.off {
	display:none;
}
.hide {
	visibility:hidden;
}
.clear {
	clear:both;
}
.clearIt {
	clear:both !important;
	height:1px !important;
	margin:0px !important;
	padding:0px !important;
	overflow:hidden !important;
}

.required {
	font-weight:bold;
}
.center {
	text-align:center;
}

/* Navigation */

#logo a:link,
#logo a:visited {
	float:left;
	margin-bottom:40px;
	width:197px;
	height:90px;
	background:url(../images/mark-malazarte-logo.png) no-repeat;
	display:block;
}
#logo a:hover {
	background:url(../images/mark-malazarte-logo-hov.png) no-repeat;
}
#leftNav {
	padding: 40px 0px 250px 40px;
	text-align:left;
	width:225px;
	position:fixed;
	background-color:#ffffff;
}
#menu {
	float:left;
	width:220px;
}
#menu h2 {
	color:#e81461;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}
#menu li {
	list-style-type:none;
	text-align:left;
	margin-bottom:7px;
}
#menu li a:link,
#menu li a:visited {
	background-color:#2bace2;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	padding:2px 4px;
}
#menu li a.active,
#menu li a:hover {
	background-color:#e81461;
}
.grey a:link,
.grey a:visited {
	background-color:#d5d5d5 !important;
	color:#ffffff !important;
	text-decoration:none;
	font-weight:normal;
	padding:2px 4px;
}
.grey a.active,
.grey a:hover {
	background-color:#bebebe !important;
	color:#ffffff !important;
}
#ccinfo {
	float:left;
	margin-top:40px;
	color:#d5d5d5;
	font-size:10px;
	padding-right:25px;
}
#ccinfo p {
	margin-top:10px;
	line-height:13px;
}
#ccinfo a:link,
#ccinfo a:visited {
	color:#bebebe;
	text-decoration:underline;
}
#ccinfo a:hover {
	text-decoration:none;
}

/* Main Content */

#content {
	text-align:left;
	padding:40px 0px 0px 275px;
	margin:0px auto;
	color:#88705d;
}
.poster {
	float:left;
	margin:0px 40px 25px 0px;	
}
.image img{
	width:400px;
}
.description {
	display:inline;
	width:250px;
	padding-left:260px;
	color:#999999;
}
.description h2 {
	font-weight:bold;
	text-transform:uppercase;
	color:#e81461;
	margin-top:7px;
}
.description li {
	list-style-type:none;
	list-style-position:inside;
	margin-top:5px;
}
.description a:link,
.description a:visited {
	background-color:#2bace2;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	padding:2px;
}
.description a:hover {
	background-color:#e81461;
}
.peace {
	margin:0px auto;
}

/* Bio */

#bio {
	width:600px;
}
#bioPhoto {
	float:right;
}
#bioDescription {
	width:325px;
}
#bio h1 {
	font-weight:bold;
	color:#e81461;
	margin-bottom:10px;
	font-size:14px;
}
#bio h2 {
	color:#e81461;
	margin:0px;
	text-transform:uppercase;
	font-weight:bold;
}
#bio li {
	margin-top:1px;
}
#bioContact {
	margin-top:10px;
}
#bioClients {
	margin-top:70px;
	width:325px;
}
#bioFeatured,
#bioLinks {
	margin-top:15px;
}