/* hard reset */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 92.5%;
	font-family: Helvetica, sans-serif;
}

/* end reset */

/* page styles */

#page-wrap {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid silver;
	border-right: 1px solid silver; 
}

/* header styles */

#header {
	height: 112px;
	background-color: #fdfdfb;
}

#header img {
	margin: 5px 0 0 98px;
	border: none;
}

/* end header styles */

/* main content styles */

#content-body {
	background-color: #f7e189;
}

#container{
	padding-top: 5px;
	margin-left: 51px;
	width: 858px;
}

#content-box {
    background: url(images/content-body.png) repeat-y;
    padding-bottom: 0;
}

#content-box img {
	float: right;
	padding-right: 38px;
}

#content-box p {
	width: 380px;
	height: 245px;
	padding-left: 80px;
	padding-top: 41px;
}

#container ul {
	height: 84px;
	width: 858px;
	margin-bottom: 0px;
	background: url(images/content-header.png) no-repeat;
}

#content-footer {
	width: 858px;
	height: 59px;
	background: url(images/content-footer.png) no-repeat;
}

ul#nav {
	font-size: 18px;
	list-style: none;
}

ul#nav li {
	display: inline;
	text-align: center;
}

ul#nav li a {
	display: block;
	margin-left: 80px;
    float: left; 
    text-decoration: none;
    padding-top: 30px;
}

a.button:link, a.button:visited {
	color: black;
}

 a.button:hover, a.button:active {
 	color: white;
}

#content-box a {
	text-decoration: none;
}


/* end main content styles */

/* footer styles */

#footer {
	background-color: #eef3e5;
	height: 39px;
	border-bottom: 1px solid silver;
}

/* end footer styles */

/* jquery content fader styles */

#work {
	display: none;
}

#blog {
	display: none;
}

#contact {
	display: none;
}

/* end jquery content fader styles */


/* end page styles */