body {
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
}

a{
	border-width: 0px;
}

img {
	/*display: block;*/
	border-width: 0px;
}
div{
	text-align: left;
}
html {
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	height: 100%;
	overflow: auto;
}

body { 
	background-image: url(/images/gradient-bg.gif);
	background-repeat: repeat-x;
	height: 100%; 
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
}

/* Jethro's customised CSS Starts here */
#speedtest_content{
	/*float: center; */
}


submit{
	font-size: 1.5em;
	font-weight: bold;

}

/*************************
 * HEADER
 *
 *************************/
#header {
	background-image: url(/images/header-bg.gif);
	background-repeat: repeat-x;
	height: 95px;
	min-width: 400px;
	width: 100%;
	
	margin-bottom: 30px; /* NEW to deal with search box  (part 1/2) */
}
	#header #logo {
		float: left;
		display: inline;
		margin-top: 12px;
		margin-left: 15px;
	}
	#header #support {
		float: right;
		display: inline;
		margin-top: 20px;
		margin-right: 15px;
	}
	#header #login-bubble {
		float:right;
		margin-top: 24px;
		margin-right:25px;
		
	}

/*************************
 * MAIN PAGE
 *************************/
#main-hr {
	float: left;
	margin-left: 12px;
	margin-top: 6px;
	height: 10px;
	width: 950px;
}

#main {
	width: 800px;
	background: #FFFFFF;
	margin: 0px auto;
	padding:5px;
	overflow: hidden;
}

	#main h1,h2 {
		font-weight: bold;
		color: #133D65;
		font-size: 2em;
		margin: 1px;
		margin-bottom: 8px;
	}
	#main h2 {
		font-size: 1.3em;
	}

	#main div {
		float: left;
	}

	th, td {
		font-size: 0.7em;
		padding: 4px;
		vertical-align: top;
	}

	.header1 {
		background-color: #294e72;
		color: white;
		font-weight: bold;
		border-bottom: 1px solid #FFFFFF; 
	}
	.header2 {
		background-color: #2a5074;
		color: #d2f2ff;
		font-weight: bold;
	}
	.header3 {
		background-color: #ddeaf1;
		font-weight: bold;
	}
.t_header{
	font-weight: bold;
}
	
#your_results{
	margin-left: 20px;
	padding: 5px;
	width: 200px;
	border-style: dotted;
	border-width: 3px;
	border-color: #DFDFDF;
	background-color: #E9E9E9;
	display: inline;
	float: right;
}

	#your_results p{
		margin: 5px 0px;
	}
	
	#your_results a:visited{
		color: #0000ee;
	}
	
code {
	font-size: 1.3em;
	font-weight: bold;
}

