body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../images/contentBackground.png);
	background-repeat: repeat-y;
	background-position:center;
}
#wrapper{
	background-image:url(../images/headerGraphic.jpg);
	background-repeat:repeat-x;
	padding-bottom:102px;
}
#navigation{
	margin-top:-14px;
	padding-bottom:3px;
	padding-left:275px;
	color:#FFFFFF;
}

#navigation a:link, #navigation a:visited{
	color:#FFFFFF;
}
#navigation a:hover{
	color:#AAAAAA;
}

#logo, #contentWrapper, #navigation, #footer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#content{
	padding:30px;
	color:#333333;
}

#content h1{
	font-size:44px;
	color:#00478D;
	margin-bottom:15px;
}

#content code{
	font-size:20px;
}

#content p{
	padding-bottom:10px;
	padding-top:10px;
	font-size:14px;
	line-height:22px;
}

#mainPageContent
{
	width:455px;
}
/*p.large{
	font-size:30px;
	line-height:1.2em;
}*/

a:link, a:visited{
	color:#888888;
}
a:hover{
	color:#222222;
}

.small{
	font-size:12px;
}

#footerWrapper{
	background-color:#003399;
	min-height:23px;
    position: fixed;
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
	padding-top:5px;
	color:#FFFFFF;
}
#footerWrapper a:link, #footerWrapper a:visited{
	color:#EEEEEE;
}
#footerWrapper a:hover{
	color:#DDDDDD;
}
#footer{
	text-align:center;
}
#footer p{
	padding-top:3px;
}

#weightUpdatesWrapper{
	width:250px;
	border:1px solid #AAAAAA;
	float:right;
	padding:5px;
	margin:5px;
}
#weightUpdatesWrapper h2{
	font-size:16px;
	padding-bottom:10px;
}

#weightUpdatesWrapper li{
	padding-top:4px;
	padding-bottom:4px;
}
#user_chart{
	/*height:300px;*/
}
#user_chart_wrapper{
	padding:20px;
	text-align:center;
	border:1px solid #666666;
	height:300px;
}

#pickUserNameContent{
	padding:20px;
	text-align:center;
}

#pickUserNameContent p{
	padding-top:20px;
	padding-bottom:20px;	
}

#pickUserNameContent input{
	font-size:22px;
	margin:15px;
	color:#666666;
}

#status_updates{
	padding-top:15px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

#status_updates li{
	padding:4px 0px 4px 0px;
	line-height:1.1em;
}

#status_updates li.replies{
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
	padding:4px;
}

#view{
	padding:5px;
	margin-bottom:3px;
	border:1px solid #EEEEEE;
}

#subview{
	background-color:#EEEEEE;
	margin-left:10px;
}
