body {
	min-width: 800px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a { text-decoration: none; color:#999; }
a:link { color: #999; }
a:visited { color: #999; }
a:active { color: #808080; }
a:hover {color:#333333;}

#content {
	background: url('../images/white_bg.gif');
	width: 100%;
	overflow-x: hidden;
}
#topbar {
	height: 50px;
	width: 100%;
	background: #000;
}
#logo {
	background: no-repeat url('../images/logo.gif');
	width: 285px;
	height: 44px;
	float: left;
}
#search {
	float: right;
	width: 280px;
	height: 30px;
	padding-top: 5px;
}
#searchbutton {
	background-image: url('../images/search_btn.gif');
	width: 61px;
	height: 28px;
	margin-top: -20px;
	float: right;
}
#searchbutton:hover {
	background-position: 0 -28px;
}
#navbar {
	height: 60px;
	width: 100%;
	background: url('../images/navbg.gif');
}
#subnav{
	height: 31px;
	width: 100%;
	padding-left: 20px;
	background: url('../images/subnav.gif');
}
#company {
	width: 94px;
	float: left;
}
#services {
	width: 85px;
	float: left;
}
#support {
	width: 77px;
	float: left;
}
#tour {
	width: 85px;
	float: left;
}
#get_started {
	width: 91px;
	float: left;
}
#login {
	width: 79px;
	float: left;
}
#navspacer {
	width: 23px;
	height: 60px;
	background: no-repeat url('../images/navspacer.gif');
	float: left;
}

/******************/
/* sub navigation */
/******************/

#sub_about {
	width: 69px;
	float: left;
}
#sub_people {
	width: 115px;
	float: left;
}
#sub_service {
	width: 135px;
	float: left;
}
#sub_news {
	width: 96px;
	float: left;
}
#sub_careers{
	width: 76px;
	float: left;
}
#sub_contact{
	width: 70px;
	float: left;
}
#subnavspacer {
	width: 20px;
	height: 27px;
	background: no-repeat url('../images/subnavspacer.gif');
	float: left;
}

/*******************/
/****** end sub ****/
/*******************/

#images {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	padding-top: 10px;
}
#slogan {
	margin-left: 25px;
	clear: both;
}
#textcontent {
	margin-left: 125px;
	clear: both;
}
#bottombar {
	height: 50px;
	width: 100%;
	clear: both;
}
#bottomtext {
	float: left;
	height: 30px;
	width: 300px;
	margin-left: 125px;
}
#bottomstarted {
	float: right;
	height: 30px;
	width: 166px;
	background: no-repeat url('../images/get_started.gif');
	margin-right: 125px;
}
#bottomstarted:hover {
	background-position: 0 -30px;
}
#footer {
	background: #000;
	height: 10px;
	width: 100%;
	clear: both;
}

.block {
	height: 100%;
	width: 100;
	display: block;
}
