body {
	font-family: Verdana;
}

img {
	border: none;
}

ul {
	list-style: none;
}

td {
	vertical-align: top;
}

ul#navbar {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

ul#navbar li {
	float: left;
	width: 85px;
	text-align: center;
	font-size: 9pt;
	background: #781D5D;
	color: white;
	padding: 5px;
	border-right: 2px solid white;
}

ul#navbar li.current {
	background: #768087;
}

ul#navbar li a {
	display: block;
	color: white;
	text-decoration: none;
}

a#hover {
	text-decoration: underline;
}

div#main_container {
	width: 776px;
	text-align: left;
}

div#main_body {
	clear: both;
	height: 400px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#body_image {
	height: 400px;
	width: 400px;
}

div#content {
	position: absolute;
	width: 324px;
	height: 390px;
	top: 10px;
	left: 410px;
	background: #CFD0D2;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10pt;
}

div#footer {
	background: #781D5D;
	text-align: right;
	color: white;
	padding: 15px;
	border-right: 2px solid white;
	font-weight: bold;
	font-size: 10pt;
}

/* page specific images */
body#tech_home div#body_image {
	background: url(tech_home.jpg);
}

body#tech_mission div#body_image {
	background: url(tech_mission.jpg);
}

body#tech_education div#body_image {
	background: url(tech_education.jpg);
}

body#tech_services div#body_image {
	background: url(tech_services.jpg);
}

body#tech_benefits div#body_image {
	background: url(tech_benefits.jpg);
}

body#tech_projects div#body_image {
	background: url(tech_projects.jpg);
}

body#tech_contact div#body_image {
	background: url(tech_contact.jpg);
}

body#tech_offer div#body_image {
	background: url(tech_offer.jpg);
}
