/*COLORS

lime green: #dadc56;
pink: #ef4f91;

END COLORS*/


/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 10pt;
	font-family: Trebuchet MS, arial, sans-serif;
	text-align: center;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*END RESET*/


#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;	
	position: relative;
	clear: both;
}	

#header {
	margin-top: 100px;
	position: relative;
	width: 100%;
	height: 90px;
	border: 1px solid #dadc56;
}

#logo {
	background: #fff;
	position: absolute;
	right: 80px;
	top: -78px;
	padding: 0 5px;
}

/*Menu Styles*/

#menu {
	width: 450px;
	height: 30px;
	display: block;
	position: absolute;
	top: 70px;
	left: 10px;
}	

#menu li {
	float: left;
	background-position: 50% 15%;
	height: 17px;
	margin: 0 0 13px 0;	
	text-indent: -9999px;	
	border-right: 1px solid #ef4f91;
	cursor: pointer;
}

#menu li a {
	display: block;
	height: 100%;
	width: 100%;
}

#menu li:hover {
	background-position: 50% 85%;
}

#menu #mn_portfolio {
	background-image: url("../images/menu_portfolio.jpg");
	width: 90px;
}

#menu #mn_process {
	background-image: url("../images/menu_process.jpg");
	width: 75px;
}

#menu #mn_blog {
	background-image: url("../images/menu_blog.jpg");
	width: 55px;
}

#menu #mn_praise {
	background-image: url("../images/menu_praise.jpg");
	width: 65px;
}

#menu #mn_about {
	background-image: url("../images/menu_about.jpg");
	width: 65px;
}

#menu #mn_contact {
	background-image: url("../images/menu_contact.jpg");
	width: 75px;
	border-right: none;
}

/*End Menu Styles*/

#mainContent {
	background: #dadc56;
	width: 900px;
	clear: both;
	float: left;
	border-left: 1px solid #dadc56;
	border-right: 1px solid #dadc56;
	border-bottom: 1px solid #dadc56;
	position: relative;
}

#mainContent h1 {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}

#contentImage, #contentUnevenImage, #contentCopy, #contentUnevenCopy {
	display: block;
	float: left;
}

#contentImage {
	width: 450px;
	height: 100px;
	position: relative;
}

#contentUnevenImage {
	width: 200px;
	height: 100px;
}

#contentCopy {
	width: 390px;
	padding: 30px;
	position: relative;	
}

	#contentCopy .main {
		position: absolute;
		top: 0;
		left: 0;
	}

#contentUnevenCopy {
	width: 640px;
	padding: 30px;
}

#contentCopy h2, #contentUnevenCopy h2 {
	color: #70711C;
	margin-bottom: .5em;
	font-size: 14pt;
	font-weight: bold;
}

	#contentCopy p, #contentUnevenCopy p {
		margin-bottom: 1em;
		color: #70711C;
		font-size: 14px;
		line-height: 1.25em;
	}

.temporary {
	margin-bottom: 1em;
	color: #70711C;
	font-size: 14px;
	line-height: 1.25em;
	font-style: italic;
	height: 450px;
	display: block;
}
	
#footer {
	clear: both;
}