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

root 
{ 
    display: block;
	cursor: pointer;
}

body
{
	background-color: #333333;
}

#container 
{
    width: 550px;
    margin: 0 auto; 
}

#header
{
    width: 100%;
	height: 30px;
	border-bottom-color:#B3B3B3;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#logo
{
	float: left;
}

#navigation
{
	float: right;
}


#content
{
    width: 530px;
	height: 480px;
	margin: 10px 10px;
}

#footer
{
    width: 100%;
	height: 30px;
	position: relative;
	border-top-color:#B3B3B3;
	border-top-style:solid;
	border-top-width:1px;
}

#copyright
{
	position: absolute;
	top: 5px;
	width: 100%;
}

#homeImage
{
	width: 400px;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#homeCopy
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#bioLeft
{
	float: left;
	width: 105px;
}

#bioRight
{
	float: right;
	width: 405px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
}

a
{
	color: #FFFFFF;
}

a:hover
{
	color: #3300FF;
}

a:visited
{
	color: #FFFFFF;
}

p
{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

p + p
{
	margin-top: 0px; 
}

p.left { text-align: left; }

p.right { text-align: right; }

p.center { text-align: right; }

p.justify { text-align: justify; }

p.indent{ text-indent: 40px; }

p.italicize { font-style: italic; }

p.margined { margin: 10px 10px; }

p.copyright
{
	color: #B3B3B3;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	font-size: 10px;
}

ul
{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}