<style type="text/css">


/* nav */

#navh ul {
	width: 100%;
	background-color: #835899;	
	list-style-type: none;
	overflow:hidden;
	float: left;
	
}



#navh li {
	display: inline;
	margin: 0;
	list-style-type: none;
	font:14px Verdana;
	background-color: #835899;
	float: left;
	}


#navh li a{
padding: 5px 8px; /* space between menu items */
float: left; /* moves menu items close together */
display:block;
border-right: 2px solid #fff;
background-color: #835899; /* background colour of menu */
text-decoration: none; /* removes the underline */
color: #fff; /* font color */
}


#navh li a:visited {
color: #fff;
background-color: #036;
text-decoration: none;
}

#navh li a:hover {
	background-color: #B697CE;
	color: #fff;
	text-decoration: none;
}


/* head divs */

#incenter {
	position: relative;
	margin-left: auto ;
	  margin-right: auto ;
}


#logo {
	position: relative;
	top: 13px;
	left: 50px;
	
}

.num {
	position: relative;
	top: -29px;
	left: 520px;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 24px;
	z-index: 200;
}


#navcontainer {
	position: relative;
	top: -14px;
	width: 740px;
	height: 27px;
	background-color: #835899;	
	
}

#topbox {
	
	width: 740px;
	height: 90px;
	background-color: #FF7621;
}

/* body divs */

#body {
	  text-align: center;
	  margin-left: auto ;
	  margin-right: auto ;
	  width: 740px;
}

#parabox {
	width: 713px;
	height: 560px;
	padding: 12px;
	padding-top: 16px;
	border: 2px solid #FF7621;
	position: relative;
	top: -12px;
	font-family: aria, sans-serif;
	font-size: 16px;
}

#footer {
	position: relative;
	top: -10px;
	width: 732px;
	height: 20px;
	padding: 5px;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #835899;
}

#testc {
	width: 40px;
	height: 30px;
	background-color: black;
	margin-left: auto ;
	  margin-right: auto ;
}

#hardware {
	position: relative;
	top: 25px;
	float: right;
	padding-left: 13px;
}

#home {
	position: relative;
	float: right;
	padding: 20px;
	
}

#empty {
	float: left;
}

#home-text {
	width: 90%;
	clear: both;
}
