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

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	}
	
#container {
	text-align: left;
	margin: auto;
	width:970px;
	}

#header {
	width: 970px;
	}
	
#footer {
	width: 970px;
	}
	
#content {
	width: 970px;
	padding: 10px 0 0;
	}
	
#content #user {
	width: 628px;
	padding: 0 0 30px 10px;
	float: left;
	}
	
#content #user h1 {
	width: 618px;
	padding: 0 0 20px 0;
	font-size: 24px;
	line-height: 30px;
	}

#content #user img {
	width: 135px;
	float:left;
	}
	
#content #user #info {
	display: block;
	width: 473px;
	padding-left: 10px;
	float: left;
}
	
#content #user h2 {
	font-size: 18px;
	padding-bottom: 5px;
	}
	
#content #user h3 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	}
	
#content #user h3 a:link, #content #user h3 a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	
#content #user h3 a:hover, #content #user h3 a:active {
	text-decoration: underline;
	}
	
#content #user h4 {
	font-size: 12px;
	font-weight: normal;
	}
	
#content #test {
	width: 302px;
	padding: 0 0 30px 20px;
	float: left;
	}
	
#content #test #score {
	width:111px;
	height: 80px;
	padding: 20px 15px 0 15px;
	float: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	background-image: url(../images/score.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#content #test .largescore {
	font-size: 45px;
	font-weight: bold;
	}
	
#content #test #certificate {
	width: 111px;
	height: 96px;
	margin-left: 20px;
	padding: 15px 15px 0 15px;
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	background-image: url(../images/certificate.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#content #test ul {
	clear:both;
	display: block;
	list-style: none;
	}
	
#content #test ul li.highlight {
	display: inline;
	background-color: #FFFF66;
	margin: 0 -5px;
	padding: 1px 5px;
	}
	
#stats {
	clear: both;
	width: 970px;
	border-top: 1px solid #D6D6D6;
	padding: 10px;
	}
	
#stats table {
	display: block;
	float: left;
	width: 303px;
	margin: 0 10px 30px 0;
	border: none;
	border-spacing: 0;
	padding: 0;
}

#stats table.marginextra {
	margin-left: 10px;
}

#stats table tr {
	clear: both;
	width: 303px;
	font-size: 13px;
	}

#stats table tr th {
	clear: both;
	width: 303px;
	font-size: 15px;
	padding: 5px 0;
	text-align: left;
	}
	
#stats table tr th a:link, #stats table tr th a:visited {
	clear: both;
	display: inline;
	text-decoration: none;
	}
	
#stats table tr th a:hover, stats table tr th a:active {
	text-decoration: underline;
	}
	
#stats table tr td {
	clear: both;
	padding: 5px 0;
	border-bottom: 1px dotted #D6D6D6;
}

#stats table tr td.title {
	width: 227px;
	font-weight: bold;
	}
	
#stats table tr td.value {
	width: 76px;
	text-align: right;
	}
	
	
	