@charset "UTF-8";
/* CSS Document */

/* Body/Container */

body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#container {
	background-image: url(../images/content_c-bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	max-width: 800px;
	width: 800px;
}

/* Navigation */

#navigation {
	margin: 77px 65px 0px 0px;
	height: 18px;
	width: 290px;
	float: right;
	padding: 0px;
	height: 40px;
}

/* Main */

#logo {
	float: left;
	margin: 10px 25px 0px 65px;
	padding: 0px;
}
#conHeader {
	clear: both;
	margin: 0px auto 25px auto;
	text-align: center;
	height:;
	width: 650px;
}
#content {
	clear: both;
	background-image: url(../images/yellow.jpg);
	margin: 0px auto 0px auto;
	padding: 5px;
	height: auto;
	max-width: 650px;
	width: 650px;
}
#subContent {
	background-image: url(../images/gray.jpg);
	margin: 10px;
	padding: 5px;
	height: auto;
	width: auto;
}
#subContent #bioimage {
	margin: 5px;
	float: left;
	position: relative;
}
#subContent h1 {
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	top: 0px;
}
#subContent p {
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC9933;
}
#subContent a:link {
	color: #CC9933;
}
#subContent a:hover {
	color: #000;
}
#subContent a:active {
	color: #CC9933;
}
#subContent a:visited {
	color: #CC9966;
}

/* Footer */

#footer {
	float: right;
	margin-top: -45px;
	width: 362px;
	height: 134px;
}