body {
	margin: 0px;
	padding: 0px;
	}
	
#container {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #333;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}
	
#header {
	position: relative;
	}
	
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 800px;
	}
	
#header li {
	float: left;
	}

#header li a:link,#header li a:visited {
	display: block;
	background: #666;
	padding: .5em .8em;
	font: .8em/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	margin-right: 0.7em;
}
#header li a:hover,#header li a:active {
	color: #000;
	background: #CCC;
}

#header li a.current,#header li a.current:hover,#header li a.current:active {
	color: #FFF;
	background: #000;
	cursor: default;
}

#mainContent {
	margin-top: 60px;
	}
#mainContent img {
}
#mainContent img.clear {
	border: none;
	margin: none;
}
#installpics {
	margin-top: 50px;
}
.right25 {
	margin-right: 25px;
}
#colOne {
	float: left;
	width: 380px;
	margin-right: 20px;
}
#colOne a {
	color: #000;
	text-decoration: underline;
}
#colOne a:hover {
	text-decoration: underline;
	color: #F90;
}
#colTwo {
	float: left;
	width: 380px;
	margin-left: 20px;
}
#bottom {
	clear: left;
}
#colTwo a {
	color: #333;
	text-decoration: underline;
}
#colTwo a:hover {
	color: #F90;
	text-decoration: underline;
}
#footer {
	font-size: x-small;
	clear: both;
	border-top: 1px solid #666;
	}
	
#footer a {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
.orange {
	font-weight: normal;
	color: #F90;
}
.largetitle {
	font-size: x-large;
	font-weight: bold;
	color: #000;
}
.italic {
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
#arclink {
	position: absolute;
	top: 85px;
	right: 20px;
}
#buy {
	clear: left;
}

