body {
	margin:0;
	padding:0;
	background-image:url('/images/bgg.jpg');
	background-repeat:repeat-x;
	background-color:#1f1f1f;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
}
#constrainall {
	background-image:url('/images/shadow.png');
	background-position:center;
	background-repeat:repeat-y;	
	max-width:900px;
	min-width:790px;
	margin:0 auto;
}
#footer {
	height:42px;
	margin:0 auto;
	background-image:url('/images/bot-shadow.png');
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:8pt;
	color:#ffffff;
	max-width:900px;
	min-width:790px;	
}

#constrain {
	width:790px;
	padding:0;
	margin:0 auto;
	background-color:#ffffff;
	padding-top:15px;
	border-left:2px solid #3a3a3a;
	border-right:2px solid #3a3a3a;
	border-bottom:2px solid #3a3a3a;
}
#top {
	background-image:url('/images/nav-bar.png');
	height:26px;
	width:756px;
	margin:0 auto;
}
#mainnav {
	width:614px;
	height:26px;
	margin:0 auto;
}
#content {
	background-color:#ffffff;
	text-align:left;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}

#home {
	display: block;
	width: 62px;
	height: 26px;
	background: url("/images/nav-home.png") no-repeat 0 0;
	float:left;
}
#profile {
	display: block;
	width: 68px;
	height: 26px;
	background: url("/images/nav-profile.png") no-repeat 0 0;
	float:left;
}
#media {
	display: block;
	width: 64px;
	height: 26px;
	background: url("/images/nav-media.png") no-repeat 0 0;
	float:left;
}
#services {
	display: block;
	width: 81px;
	height: 26px;
	background: url("/images/nav-services.png") no-repeat 0 0;
	float:left;
}
#partners {
	display: block;
	width: 82px;
	height: 26px;
	background: url("/images/nav-partners.png") no-repeat 0 0;
	float:left;
}
#training {
	display: block;
	width: 82px;
	height: 26px;
	background: url("/images/nav-training.png") no-repeat 0 0;
	float:left;
}
#resources {
	display: block;
	width: 99px;
	height: 26px;
	background: url("/images/nav-resources.png") no-repeat 0 0;
	float:left;
}
#contact {
	display: block;
	width: 76px;
	height: 26px;
	background: url("/images/nav-contact.png") no-repeat 0 0;
	float:left;
}

#home:hover, #profile:hover, #media:hover, #services:hover, #partners:hover, #training:hover, #resources:hover, #contact:hover { 
	background-position: 0 -26px;
}

#home span, #profile span, #media span, #services span, #partners span, #training span, #resources span, #contact span {
	display: none;
}

h1 {
	color:#111111;
	margin-top:10px;
	margin-bottom:5px;
	font-size:24px;
	letter-spacing:-1px;
	font-weight:normal;
	border-bottom:1px solid #777777;
}
h2 {
	color:#333333;
	margin:0;
	margin-bottom:2px;
	font-size:18px;
	font-weight:normal;	
	border-bottom:1px dotted #aaaaaa;
}
p {
	margin:0;
	padding-bottom:15px;
}
img {
	display:block;
}

#tops {
	clear:both;
}

#topleft {
	width:50%;
	float:left;
}
#topright {
	width:50%;
	float:left;
}
.topinsidea {
	background-image:url('/images/topblockbg.png');
	background-repeat:repeat-x;
	background-color:#fbfada;
	margin-right:3px;
	border:1px solid #e2b573;	
}
.topinsideb {
	background-image:url('/images/topblockbg.png');
	background-repeat:repeat-x;
	background-color:#fbfada;
	margin-left:3px;
	border:1px solid #e2b573;	
}
.topinsidetwo {
	background-image:url('/images/wirelesswm.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:15px;
	min-height:60px;	
}

.certas { 
	font-weight:bold;
	color:#333333;
	font-size:11px;
	padding-bottom:3px;
}
a {
	color:#003399;
}
a:hover {
	color:#993300;
}
a img {
	border:0;
}
ul {
	padding-left:25px;
	margin-left:0;
}