@charset "UTF-8";

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

html, body
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px auto 20px auto;
	width: 800px;
}

a
{
    color: #0099ff;
    text-decoration: none;
}

a:link
{
    color: #0099ff;
    text-decoration: none;
}

a:visited
{
    color: #0099ff;
    text-decoration: none;
}

a:hover
{
    color: #0099ff;
    text-decoration: underline;
}

a:active
{
    color: #0099ff;
    text-decoration: none;
}

img
{
	border: none;
}

#avatar
{
	
}

#badges
{

}

#badges>div
{
	margin: 10px 0px 10px 0px;
}

#body
{
	background-image: url('../images/body.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 16px;
}

#header
{
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
}

#mike>#body
{
	background-image: url('../mike/images/body.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 16px;
}

#mike>#header
{
	background-image: url('../mike/images/header.jpg');
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
}

#paxton>#body
{
	background-image: url('../paxton/images/body.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 16px;
}

#paxton>#header
{
	background-image: url('../paxton/images/header.jpg');
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
}

#phone>#body
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 16px;
}

#phone>#header
{
	background-image: none;
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
}

#phone>#header>h1
{
	display: block;
}

#header h1
{
	display: none;
}

#footer
{
	border-top: 1px solid #999999;
	margin-top: 10px;
	margin-left: 16px;
	margin-right: 16px;
	text-align: center;
}

#links
{

}

#links ul
{
	list-style-type: none;
}

#links ul li
{
	display: inline;
	margin-right: 20px;
}

.clearBoth
{
	clear: both;
}

.ital
{
	font-style: italic;	
}

.left
{
	float: left;
	margin-right: 10px;
}

.right
{
	float: right;
	margin-left: 10px;
}