@charset "UTF-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	color: #fff;
}

a {
	color: #CCCCCC;
}
a:hover {
	color: #999999;
}

#wrapper {
	margin-top: 50px;
}

#wrapper h4 {
	margin-top: 10px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

#fullWidthBgrnd {
	background-color: #000;
}

#content {
	width: 1000px;
	margin: auto;
	height: 495px;
}

#slideShow {
	background-color: #000;
	display: block;
}

#slideShow.contact {
	margin: -305px 200px 1px 1px;
	border: solid 1px #fff;
	display: inline;
}

#bioContent {
	width: 400px;
	float: left;
	margin-top: 27px;
}

#content.ss {
	height: 533px;
	background-color:#000000;
}

#bio #content #contact {
	border: solid 1px #fff;
	float: left;
	clear: left;
	margin: 28px 0 0 90px;
	width: 150px;
	display: inline;
}
#contact #contact {
	float: left;
	clear: left;
	margin: 28px 0 0 38px;
	display: inline;
	text-align: center;
}

#logo {
	margin: 28px 0px 0px 92px;
	border: solid 1px #fff;
	width: 142px;
	float: left;
	display: inline;
	height: 133px;
}


#slideImage {
	border: 1px #fff solid;
	width: 124px;
	height: 198px;
	margin-left: 420px;
	top: 77px;
	position: relative;
	}
	
.center {
	text-align: center;
}
	
#content #flash {
	background-color: #000;
	padding: 27px 0px 0px 500px;
}

#bio #left {
	height: 400px;
	float: left;
}

#bio #right {
	height: 400px;
	margin-left: 300px;
}
