body {
	background-color: #3399cc;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}
#wrapper {
	width:800px;
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
	}
#header {
	height: 170px;
	background-image: url(images/header-home.jpg);
}
#navwrap {
	background-color: #FFFFFF;
	text-align:center;
	background-repeat: repeat-x;
	height: 28px;
	width: 800px;
	margin: 0;
	padding: 0;
	background-image: url(images/nav/background.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#nav {
	margin: 0;
	pdding: 0;
	height: 28px;
	list-style: none;
	display: inline;
	overflow: hidden;
	text-align: center;
	}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
#nav a {
	padding: 28px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:28px;
	float: left;
	}
#nav a:hover {
	background-position: 0 -29px;
	}
#nav a:active, #nav a.selected {
	background-position: 0 -58px;
	background-repeat: no-repeat;
	}
	
#thome a  {
	width: 50px;
	background: url(images/nav/home.gif) top left no-repeat;
	padding-left: 16px;
	
	}
#tservices a  {
	width: 71px;
	background: url(images/nav/services.gif) no-repeat left top;
	padding-left: 16px;
	}
#tprojects a  {
	width: 73px;
	background: url(images/nav/projects.gif) no-repeat left top;
	padding-left: 16px;
	}
#tsystems a  {
	width: 123px;
	background: url(images/nav/systems.gif) top left no-repeat;
	padding-left: 16px;
	}
#tprofile a  {
	width: 146px;
	background: url(images/nav/profile.gif) top left no-repeat;
	padding-left: 16px;

	}
#temployment a  {
	width: 101px;
	background: url(images/nav/employment.gif) top left no-repeat;
	padding-left: 16px;
	}
#tcontact a  {
	width: 72px;
	background: url(images/nav/contact.gif) top left no-repeat;
	}

#content {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 800px;
}
#content a {
	color: #0099FF;
	text-decoration: none;
}
#content a:hover {
	color: #FF9900;
}
#leftcol {
	float: left;
	width: 580px;
	font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
#leftcol ul {
	margin-top: -2px;
}

#rightcol {
	font: 11px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 605px;
	padding: 20px 5px 10px 10px;
	text-align: left;
	width: 180px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #006699;
	vertical-align: top;
}


#rightcol a, #rnav a {
	color: #0099FF;
	text-decoration: none;
}
#rightcol a:hover, #rnav a:hover {
	color: #FF9900;
}
#rightcol ul {
	margin-left: 5px;
	padding-left: 5px;
}
#rightcol li {
	list-style-image: url(images/arrow.gif);
}
#rightcol li.subnav {
	list-style-type: disc;
	list-style-image: none;
}
.sideNews
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.sideNews li
{
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}


#footer {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #336699;
	padding: 10px;
	background-color: #FFFFFF;
}



h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #CC6600;
}
.orangetext {
	color: #CC6600;
}

.quote {
	font-style: oblique;
	color: #005079;
}
.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
