* {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
}
body {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 13px;
 background: #333364;
}
a {
 color: gray;
 text-decoration: none;
}
a:hover {
 color: #fff;
 border-bottom: 1px #D0EB6A dashed;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	height: auto;
}
#header {
 color: #fff;
 background-image:url(images/tntlogo.png);
 width: 900px;
 float: left;
 padding: 10px;
 height: 55px;
 margin: 10px 0px 5px 0px;
}
#strap {
 float: left;
 border:1px #000000 solid; 
 background-image:url(images/TnT_Background.png);
 width: 922px;
 height: 206px;
 text-align: center;
}
#strapabout {
 float: left;
 border:1px #000000 solid; 
 background-image:url(images/about.png);
 width: 922px;
 height: 206px;
 color: #FFFFFF;
 text-align: center;
}
#strapcontact {
 float: left;
 border:1px #000000 solid; 
 background-image:url(images/contact.png);
 width: 922px;
 height: 206px;
 color: #FFFFFF;
 text-align: center;
}
#straplinks {
 float: left;
 border:1px #000000 solid; 
 background-image:url(images/links.png);
 width: 922px;
 height: 206px;
 color: #FFFFFF;
 text-align: center;
}
#strapportfolio {
 float: left;
 border:1px #000000 solid; 
 background-image:url(images/portfolio.png);
 width: 922px;
 height: 206px;
 color: #FFFFFF;
 text-align: center;
}
#strapservices {
 float: left;
 border:1px #000000 solid; 
 background-image:url(images/services.png);
 width: 922px;
 height: 206px;
 color: #FFFFFF;
 text-align: center;
}
#navigation { 
 color: #fff;
 background: #333364;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 195px;
 float: left;
}
#navigationport { 
 color: #fff;
 background: #333364;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 1250px;
 width: 195px;
 float: left;
}
#navigationser { 
 color: #fff;
 background: #333364;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 600px;
 width: 195px;
 float: left;
}
#content {
	float: left;
	color: #ccc;
	background: #333364;
	margin: 0px 0px 5px 0px;
	height: 350px;
	width: 678px;
	display: inline;
	position: relative;
	padding-top: 10px;
}
#footer {
 float: left;
 width: 900px;
 color: gray;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #333364;
 text-align: center;
}
#menu {
 background: #333364;
 float: left;
 list-style: none;
 margin: 0;
 padding: 0;
 width: 15em;
}
#menu li {
 font: 13px Georgia, "Times New Roman", Times, serif;
 margin: 0;
 padding: 0;
}
#menu a {
 background: #333364;
 border-bottom: 1px solid #393939;
 color: #ccc;
 display: block;
 margin: 0;
 padding: 8px 12px;
 text-decoration: none;
}
#menu a:hover {
 background: #FFFFFF;
 color: #000000;
 padding-bottom: 8px;
}
h1 { 
 font: bold 1.9em Georgia, "Times New Roman", Times, serif;
 color: #D0EB6A; 
 padding: 0; 
 margin: 0;
}
h2 { 
 font: 1.2em Georgia, "Times New Roman", Times, serif;
 padding: 0; 
 margin: 0; 
 color: #FFFFFF; 
}	
body#home a#homenav,
body#about a#aboutnav,
body#portfolio a#portnav,
body#links a#linksnav,
body#contact a#connav,
body#services a#sernav{
color: #0099FF;
}

