* {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
body {
	min-width: 960px;
	background: #000;
	color: #dfdfdf;
	font-family: Georgia, Arial, serif;
	font-size: 62.5%; /*resets 1em to 10px*/
	}
	
img {
	outline: none;
	}
	
a img {
	border: none;
	outline: none;
	}
	
a, a:visited {
	color: #cebc00;
	text-decoration: none;
	}
	
a:hover {
	color: #cebc00;
	text-decoration: underline;
	}
	
a:active, a:focus {
	outline: none;
	}
	
p {
	padding-bottom: 1.4em;
	}
	
h2 {
	padding-bottom: 20px;
	}
	
h3 {
	font-style: italic;
	font-size: 1.4em;
	}
	
#header {
	width: 100%;
	height: 80px;
	}
	
#logo {
	float: left;
	padding-left: 10px;
	}
	
#nav {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
	}
	
#nav ul { list-style-type: none; }
#nav ul li { display: inline; border-right: 1px solid #fff; padding-right: 10px; padding-left: 10px; padding-top: 3px; height: 13px; }

#nav ul li.last { border-right: none; }
	
#wrapper {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	}
	
.homeLeft {
	width: 739px;
	float: left;
	}
	
.homeLeft img {
	padding: 245px 0 0;
	}
	
.homeRight {
	width: 221px;
	margin-top: 236px;
	padding-top: 23px;
	float: right;
	margin-bottom: 80px;
	}
	
.homeRight img {
	margin: 18px 0 0;
	}
	
.Social {
	margin: 18px 0 0;
	width: 221px;
	}
	
.Social img {
	margin: 0;
	float: left;
	padding: 0;
	}
	
#page {
	width: 618px;
	padding: 40px 30px 40px 60px ;
	float: right;
	}
	
#page p {
	font-size: 1.4em;
	line-height: 1.6em
	padding-bottom: 15px;
	}
	
.pageTitle {
	margin: 10px 0;
	}
	
.content {
	margin: 36px 0;
	}
	
.names {
	width: 206px;
	float: left;
	margin-bottom: 30px;
	}
	
.bio {
	clear: both;
	}
	
.bioPic {
	float: left;
	padding: 0 20px 10px 0;
	}
	
.gallery img {
	border: none;
	padding: 10px;
	}
	
#footer {
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin: 100px 0 30px;
	text-align: center;
	clear: both;
	}
	
#footer .links {
	
	}
	
#footer .links a, #footer .links a:visited {
	color: #999;
	padding: 0 2px;
	text-decoration: none;
	}
	
#footer .links a:hover {
	padding: 0 2px;
	color: #999;
	text-decoration: underline;
	}
	
#footer .legal {
	margin: 30px 0 0;
	color: #555;
	}
	
#footer .legal a, #footer .legal a:visited {
	color: #555;
	}
	
/* Tabs
----------------------------------*/
.ui-tabs { zoom: 1;}
.ui-tabs ul {
	margin-bottom: 60px;
	}
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li {   font-size: 1.6em;position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 0 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: pointer; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#news p {
	font-size: 1.4em;
	 }
	
.clear {
	clear: both;
	}
	
img { border: none; }
