/* Design */
html {
}
body {
	background: #dde7dc;
	width: 100%;dde7dc
}
#header {
	background: #dde7dc url(../images/header.jpg) 50% 0% no-repeat;
	float: left;
	height: 516px;
	width: 100%;
}
#body {
	background: #faf7e8 url(../images/body.jpg) 50% 100% no-repeat;
	clear: left;
	color: #ffffff;
	float: left;
	min-height: 328px;
	width: 100%;
	padding-bottom:150px;
}
#body2 {
	background: #faf7e8;
	clear: left;
	color: #ffffff;
	float: left;
	width: 100%;
	height: 100px;
}
#footer {
	background: #dde7dc;
	clear: left;
	color: #000;
	float: left;
	width: 100%;
}
.container {
	margin: 0 auto;
	width: 960px;
}

/* News */
#news {
	clear: both;
	float: left;
	height: 315px;
	margin: 80px 0 0 50px;
	width: 838px;
}

/* Logo */
#logo {
	float: left;
	height: 66px;
	width: 368px;
}

/* Navigation */
#nav {
	float: left;
	margin: 10px 0px 16px 0px;
	width: 960px;
}
#nav ul {
	float: left;
}
#nav ul li {
	padding: 30px 0 0 0;
	float: left;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #000;
	height: 54px;
	font-size: 2.288em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
}
#nav ul li a:active, #nav ul li a:focus, #nav ul li a:hover {
	color: #fd9a5a;
}
#nav ul li span {
	color: #f46a11;
	height: 54px;
	font-size: 2.288em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
}

/* Content */
#content {
	float: left;
}
.ninesixty {
	width: 960px;
}
.sixforty {
	margin-right: 10px;
	width: 630px;
}

/* Content panels (960px) */
.ninesixty .panel {
	background: url(../images/content960_panel.gif) 0% 0% no-repeat;
	height: 340px;
	margin: 0px 0px 12px 0px;
	padding: 20px 10px 10px 20px;
	position: relative;
	width: 930px;
}
.ninesixty .panel .details {
	padding: 0px 10px 0px 0px;
	width: 320px;
}
.ninesixty .panel .details dl {
	bottom: 50px;
	left: 20px;
	position: absolute;
	width: 320px;
}
.ninesixty .panel .link {
	background: transparent url(../images/panel_link.jpg) 0% 0%;
	background-repeat:repeat-x;
	bottom: 0px;
	left: 0px;
	padding: 10px 20px 0 20px;
	position: absolute;
	height: 40px;
	width: 340px;
}
/*.ninesixty .panel .link {
	background: #10161a url(../images/panel_link.jpg) 0% 0% no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 3px 20px 3px 20px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 320px;
}*/
.ninesixty .panel .link a:link,
.ninesixty .panel .link a:visited {
	color: #000;
	float: left;
	font-size: 1.429em;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
.ninesixty .panel .link a:active,
.ninesixty .panel .link a:focus,
.ninesixty .panel .link a:hover {
	color: #a22a0a;
}

.ninesixty .panel .slideshow {
	/*float: left;*/
	position: absolute;
	top: 10px;
	right: 12px;
	width: 600px;
}

.ninesixty .panel .slideshow img {
	margin: 0px 0px 0px 0px;
}

/* Content panels (640px) */
.sixforty .panel {
	background: #f7f2de url(../images/content640_panel.gif) 0% 0% no-repeat;
	float: left;
	margin: 0px 0px 12px 0px;
	padding: 20px 20px 20px 20px;
	width: 590px;
}
.sixforty #picture {
	background: #f7f2de;
}

/* Photography panel */
.sixforty #photography {
	position: relative;
}
.sixforty #photography .details {
	float: left;
	padding: 0px 10px 50px 0px;
	width: 349px;
}
.sixforty #photography .link {
	background: #10161a url(../images/photography_link.gif) 0% 0% repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 3px 20px 3px 20px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 349px;
}
.sixforty #photography .link a:link,
.sixforty #photography .link a:visited {
	color: #000;
	font-size: 1.429em;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
.sixforty #photography .link a:active,
.sixforty #photography .link a:focus,
.sixforty #photography .link a:hover {
	color: #a22a0a;
}
.sixforty #photography .image {
	float: left;
	width: 221px;
}
.sixforty #photography .image img {
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 320px;
}

/* Sidebar panels */
#sidebar .panel {
	background: #f5f0dc url(../images/sidebar_panel.gif) 0% 0% no-repeat;
	float: left;
	margin: 0px 0px 12px 0px;
	padding: 20px 20px 20px 20px;
	width: 280px;
}

/* Online panel */
#sidebar #online {
	background: #f5f0dc url(../images/contact_panel.jpg) 0% 0% no-repeat;
	height: 93px;
	position: relative;
}
#sidebar #online dt.email {
	background: transparent url(../images/email.gif) 0% 0% no-repeat;
	color: #000;
	position: absolute;
	left: 23px;
	top: 22px;
	text-indent: -9999px;
}
#sidebar #online dt.twitter {
	background: transparent url(../images/twitter.jpg) 0% 0% no-repeat;
	height: 18px;
	position: absolute;
	left: 24px;
	bottom: 62px;
	text-indent: -9999px;
}
#sidebar #online dt.linkedin {	
	background: transparent url(../images/linkedin.jpg) 0% 0% no-repeat;
	height: 21px;
	position: absolute;
	left: 25px;
	bottom: 27px;
	text-indent: -9999px;
}
#sidebar #online dd.email {
	position: absolute;
	left: 120px;
	bottom: 90px;
}
#sidebar #online dd.twitter {
	position: absolute;
	left: 120px;
	bottom: 60px;
}
#sidebar #online dd.linkedin {
	position: absolute;
	left: 120px;
	bottom: 30px;
}

/* Footer */
#footer .panel {
    float: left;
	padding: 20px 10px 20px 10px;
	width: 220px;
}
#footer p {
	color: #000;
	font-size: 1.233em;
	text-transform: lowercase;
	font-weight: bold;
	text-align: left;
}
#footer p strong {
	color: #f46a11;
	font-wieght: bold;
}
#footer p a:link, #footer p a:visited {
	color: #000;
	text-decoration: none;
}
#footer p a:active, #footer p a:focus, #footer p a:hover {
	color: #f46a11;
	text-decoration: none;
}
