

body {
	background-color: #ffffff;
	background-image: url("images/stripes.png");
	font-family: Verdana;
	font-size: 12pt;
	}
	
#page {
	background-color: #ffffff;
	width: 1000px;
	margin: 0px auto 0px auto;
	border: 1px solid #666666;
	font-family: Verdana;
	}

#header {
	background-color: #ffffff;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	width: 1000px;
	height: 125px;
	
	}
	
#navbar {
	background-color: #ffffff;
	background-image: url("images/navbar.png");
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
	margin-top: 0px;
	font-size: 1px; 
	font-family: Georgia;
	}

#main {
	background-color: #ffffff;
	magrin: 10px 0px 20px 0px;
	padding: 10px 0px 20px 0px;
	}

#left {
	width: 160px;
	float: left;
	padding-right: 10px;
	margin: 10px 10px 15px 10px;
	}

#right {
	margin: 10px 10px 15px 180px;
	border-left: 2px dotted #666666;
	}

#footer {
	background-color: #ffffff;
	width: 980px;
	clear: both;
	text-align: center;
	color: #666666;
	font-style: italic;
	margin: 10px auto 0px auto;
	padding: 10px 0px 10px 0px;
	border-top: 2px dotted #666666;
	}

#services
{
	border-width: 3px;
	border-style: ridge;
	border-color: gray;
	width: 800px;
}

#front_table
{
	border-width: 3px;
	border-style: ridge;
	border-color: gray;
	width: 800px;
	padding: 5px;
}

#project_table
{
	width: 600px;
	padding: 10px;
}

#project_table_cell
{
	width: 600px;
	padding: 5px;
        border-width: 3px;
        border-style: ridge;
        border-color: gray;
}

#service_cell
{
	vertical-align: top;
	border-width: 2px;
	border-style: solid;
	border-color: gray;
	padding-left: 110px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 10pt;
	font-family: Tahoma;
}

#techs
{
	border-width: 3px;
	width: 600px;
	border-style: ridge;
	border-color: #0045A6;
}

#tech_h
{
	font-family: Georgia;
	font-size: 10pt;
	background-color: #0045A6;
	color: white; 
	border-width: 2px;
	border-color: #0045A6;
	border-style: solid;
	width: 200px;
	font-weight: bold;
}

#tech_b1
{
	font-family: Tahoma;
	font-size: 8pt;
#	border-width: 2px;
	border-color: #0045A6;
	border-style: solid;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #0045A6;
}

#tech_b2
{
	font-family: Tahoma;
	font-size: 8pt;
#	border-width: 2px;
	border-color: #0045A6;
	border-style: solid;
	background-color: #DBDBDB;
	font-weight: bold;
	color: #0045A6;
}

#front_page
{
	font-family: Verdana;
	font-size: 10pt;
	
}

#address
{
	font-family: Verdana;
	font-size: 14pt;
	margin-left: 40px;
	margin-top: 0px;
	color: #0045A6;
	font-weight: bold;
}

#front_list
{
	font-weight: bold;
	font-size: 10pt;
}

p {
	#font-family: "Helvetica Neue", "Helvetica Narrow", Helvetica, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	font-family: Verdana;
	font-size: 12pt;
#	font-weight: bold;
	}


ul.navigation li {
	display: inline;
	margin-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 36px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	border-right: 2px solid #ffffff;
	}

ul.navigation li a:link, ul.navigation li a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
ul.navigation li a:hover, ul.navigation li a:active {
	color: #ec9f33;
	text-decoration: none;
	}

ol.projectlist li {
	font-weight: bold;
	font-family: "Helvetica Neue", "Helvetica Narrow", Helvetica, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	width: 700px;
	}

ol.projectlist ul li {
	font-weight: normal;
	font-family: "Helvetica Neue", "Helvetica Narrow", Helvetica, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 10pt;
	list-style-position: inside;
	}

