body {
	margin: 0;
	padding: 0;
	background: #a9a9a9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1{
	font-size: 22px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 15px;
	margin-bottom: 3px;
}


#main{
	width: 100%;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	margin: 0 0 0 0;
}

#body{
	background: #f0f0f0;
	padding: 5px 30px 20px 30px;
	text-align: justify;
	width:710px;
}

#menu{
	padding: 0 0 0 30px;
	font-weight: bold;
	font-size: 15px;
	color: #D2D2D3;
}

#menu a,a:visited,a:active,a:link{
	color: #D2D2D3;
	text-decoration: none;
}

#menu a:hover{
	color: #1F2B44;
	text-decoration: underline;
}

#menuitem{
	padding: 0 10px 0 10px;
}

a,a:visited,a:active,a:link{
	color: #504848;
	text-decoration: underline;
}
a:hover{
	color: #202020;
	text-decoration: none;
}

#upper-left{
	background: url('images/upper_left_corner.gif') no-repeat right;
}

#upper-center{
	background: url('images/upper_center.gif') no-repeat;
	width: 770px;
	height: 5px;
}

#upper-right{
	background: url('images/upper_right_corner.gif') no-repeat left;
}

#banner-left{
	background: url('images/shadow_left.gif') repeat-y right;
	height: 90px;
}

#banner-center{
	background: url('images/spectrotel_banner.gif') no-repeat;
	width: 770px;
	height: 130px;
}

#banner-right{
	background: url('images/shadow_right.gif') repeat-y left;
}

#banner-left2{
	background: #2b53a0 url('images/blue_shadow_left.gif') repeat-y right;
}

#banner-right2{
	background: #2b53a0 url('images/blue_shadow_right.gif') repeat-y left;
}

#red-bar{
	background: url('images/red_bar.gif') no-repeat;
	width: 770px;
	height: 31px;
}

#lower-left{
	background: url('images/lower_left_corner.gif') no-repeat right;
}

#lower-center{
	background: url('images/lower_center.gif') no-repeat;
	width: 770px;
	height: 9px;
}

#lower-right{
	background: url('images/lower_right_corner.gif') no-repeat left;
}

#footer{
	text-align: center;
}
