/*---------------------------
Body 
-----------------------------*/
* { behavior: url(../components/iepngfix.htc); }
html
	{
	height:100%;
	}
body
	{
	background:#ffffff url(../images/bg.gif) repeat-x top; 
	margin:0;
	text-align:center;
	color:#827f86;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	min-height:100%;
	overflow:auto;
	}
#maincontainer 
	{
	text-align:left;
	width:900px;
	background-color:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-left:auto;
	margin-right:auto;
	}
#topbuttonholder
	{
	width:900px;
	border-bottom:1px solid #000;
	}
#topbuttonholder a
	{
	color:#827f86;
	text-decoration:none;
	}
#topbuttonholder a:hover
	{
	color:#6ebcff;
	text-decoration:none;
	}
#headerholder
	{
	width:900px;
	height:262px;
	background:#ffffff url(../images/header.jpg) no-repeat top; 
	}
#navholder
	{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	width:900px;
	text-align:center;
	}
.navbutton
	{
	display:inline;
	}
.navbutton a
	{
	margin:15px;
	text-decoration:none;
	color:#827f86;
	line-height:35px;
	}
.navbutton a:hover
	{
	margin:15px;
	text-decoration:none;
	color:#6ebcff;
	line-height:35px;
	}
.navdivider
	{
	display:inline;
	}
.navdividerinside
	{
	height:35px;
	width:1px;
	background-color:#000;
	}
#main
	{
	background:#ffffff url(../images/mainbg.gif) repeat-x top; 
	}
#googleholder
	{
	width:900px;
	height:150px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	text-align:center;
	padding-top:60px;
	}
/*---------------------------
Main
-----------------------------*/
p
	{
	margin:10px;
	}
h1
	{
	font-size:30px;
	font-weight:lighter;
	color:#6ebcff;
	}
a
	{
	text-decoration:none;
	color:#827f86;
	}
a:hover
	{
	text-decoration:none;
	color:#6ebcff;
	}	
a.hardwarelink
	{
	text-decoration:none;
	color:#007aff;
	}
a.hardwarelink:hover
	{
	text-decoration:none;
	color:#6bbbff;
	}