@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999999;
	background-image: url(images/anarctica_web.jpg);
}


#container {
	width: 40em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	padding: 1px;
	position: relative;
}


#header {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
}

#header img {
	float: right;
	border: none;
}


#mainContentspecific {
	position: relative;
	padding: 1px;
	background: white;
	margin: 0 auto;
	clear: both;
	font-size: small;
}


#businessnotes {
	clear: both;
	width: 60em;
	position: relative;
	margin: 0 auto;
	top: 300em;
	padding: 5px;
	text-align: left;
}

a:link, a:visited  a: hover {
	text-decoration: none;
}

#reachslideshow {
	background: transparent;
	text-align: center;
	top: 0;
	width: 50em;
}

#navlinks li {
	display: inline;
	list-style: none;
	padding: 1em;
}

#navigation {
	position: relative;
	float: left;
	top: 0;
	width: 100%;
	margin: 0 auto;
	height: 35px;
	text-align: center;
	clear: both;
	background-color: #1B2126;
}

#sprybar_reach {

	text-align: center;
	margin-left: 3em;
}

#navigation a:link, a:visited, a:hover {
	color: #F0EAB7;
}

#navigationlist li {
	display: inline;
	list-style-type: none;
	border-right: white 2px solid;
 	padding: 0 1em 0 1em;
	color: #F0EAB7;
	font-weight: bolder;
	font-size: smaller;
}

ul.navigationlist li {
	display: inline;
}

#navlast {
	border-right: none;
	font-size: large;
}

li.navlast {
	border-right: none;
}

#navnote {
	width: 10em;
	border: #000099;
	background-color: #666666;
	text-align: center;
}

#footer {
	position: relative;
	padding: 1px;
	background:#DDDDDD;
	font-size: x-small;
	clear: left;
	text-align: center;
	color: #663333;
}


<!-- Miscellaneous declarations -->

#sitesearch {
	position: relative;
	top: 300px;
	font-size: x-small;
	font-weight: bold;
}




#computerbackupvail {
	position: relative;
	top: 0px;
	margin: 0px .5em 0px .5em;
	border: #F0EAB7 solid 1px;
	width: 125px;
	height: 250px;
	font-size: small;
	overflow: hidden;
	padding: 1px;
	float: left;
	text-align: center;

}

#dellcomputervail {
	position: relative;
	top: 0px;
	margin: 0px .5em 0px .5em;
	border: blue solid 1px;
	width: 125px;
	height: 250px;
	overflow: hidden;
	padding: 1px;
	float: left;
	font-size: small;
	text-align:center;

}

#dell_business_computer_vail {
	position: relative;
	top: 0px;
	margin: 0px .5em 0px .5em;
	border: blue solid 1px;
	width: 125px;
	height: 250px;
	overflow: hidden;
	padding: 1px;
	float: left;
	font-size: small;
	text-align:center;

}


#computer_memory_vail {
	position: relative;
	top: 0px;
	margin: 0px .5em 0px .5em;
	border: #F0EAB7 solid 1px;
	width: 125px;
	height: 250px;
	overflow: hidden;
	padding: 1px;
	font-size: small;
	float: left;
	text-align: center;

}

#computer_parts_vail {
	position: relative;
	top: 0px;
	margin: 0px .5em 0px .5em;
	border: blue solid 1px;
	width: 125px;
	height: 250px;
	overflow: hidden;
	padding: 1px;
	float: left;
	font-size: small;
	text-align: center;

}

#virusprotectionvail {
	position: relative;
	top: 0px;
	margin: 0px .5em 0px .5em;
	border: #F0EAB7 solid 1px;
	width: 125px;
	height: 250px;
	overflow: hidden;
	padding: 1px;
	font-size: small;
	float: left;
	text-align: center;

}

#web_site_vail_colorado {
	position: relative;
	top: 0px;
	margin: 0px .5em 0px .5em;
	border: blue solid 1px;
	width: 125px;
	height: 250px;
	overflow: hidden;
	padding: 1px;
	font-size: small;
	float: left;
	text-align: center;

}

#quickboooks_pro_vail_colorado {
	position: relative;
	top: 0px;
	margin: 0px .5em 0px .5em;
	border: #F0EAB7 solid 1px;
	width: 125px;
	height: 250px;
	overflow: hidden;
	padding: 1px;
	font-size: small;
	float: left;
	text-align: center;

}

#laptop_battery_vail_colorado {
	position: relative;
	top: 0px;
	margin: 0px .5em 0px .5em;
	border: #F0EAB7 solid 1px;
	width: 125px;
	height: 250px;
	overflow: hidden;
	padding: 1px;
	font-size: small;
	float: left;
	text-align: center;

}



.clearfloat {
	clear: both;
}
