/*====================
Global Styles
======================*/
* {
margin: 0;
padding: 0;
}
body, html {
background: #a6cdf8 url(images/bg.gif) repeat-x;
color: #000;
padding: 0;
margin: 0;
}
body {
font: 75%/1.3em Tahoma, Arial, Helvetica, sans-serif;
}
/*====================
Link Styles
======================*/
a:link {
color: #333399;
}
a:visited {
color: #333399;
}
a:focus {
color: #cc0000;
}
a:hover {
color: #cc0000;
}
a:active {
color: #cc0000;
}
/*====================
Heading Styles
======================*/
h1,h2,h3,h4,h5,h6 {
color: #000099;
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
h1 {
font-size: 1.8em;
margin: 0 0 .9em;
display: none;
}
h2 {
font-size: 1.6em;
margin: 0 0 .8em;
}
h3 {
font-size: 1.2em;
margin: 0 0 -.8em;
}
h4 {
font-size: 1.2em;
margin: 0 0 .6em;
}
h5 {
font-size: 1em;
margin: 0 0 .5em;
}
/*====================
Image Styles
======================*/
img {
border: 0;
}
/*====================
List Styles
======================*/
dl, ol, ul {
	margin: 0 0 1em;
	list-style-image: none;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 0 3em;
}
ul {
padding:0 0 0 3em;
}
ol {
padding: 0 0 0 3em;
}
li {
margin: 0 0 0.5em;
list-style-image: none;
}
/*====================
Quote Styles
======================*/
blockquote {
margin: 1em 0;
padding-left: 20px;
}
/*====================
General Styles
======================*/
code, kbd, pre {
font-family: Courier, "Courier New", Tahoma, sans-serif;
}
ins, del {
font-style: italic;
}
p {
margin: 1em 0;
}
abbr, acronym, dfn {
cursor: help;
}
/*====================
Site Styles
======================*/
#wrap {
	background: #a6cdf8 url(images/mid.gif) repeat-y;
	width: 775px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -388px;
}
#banner {
	background: #a6cdf8 url(images/top.gif) no-repeat;
	position: relative;
	width: 775px;
	height: 130px;
}
#info {
	position: relative;
	top: 50px;
	margin-left: 592px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	color: #000000;
}
#nav {
	position: relative;
	padding: 82px 0 0 0;
	margin-left: 242px;
	width: 500px;
}
#nav a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
}
#nav a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
}
#nav a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	letter-spacing: 1px;
	text-decoration: none;
}
#home {
	width: 85px;
	float: left;
	text-align: center;
}
#about {
	width: 85px;
	float: left;
	text-align: center;
}
#services {
	width: 98px;
	float: left;
	text-align: center;
}
#links {
	width: 80px;
	float: left;
	text-align: center;
}
#contact {
	width: 100px;
	float: left;
	text-align: center;
}
#content {
	margin: 1px 45px 0 65px;
	padding-bottom: 10px;
}
#bottom {
	background: #a6cdf8 url(images/bottom.gif) no-repeat;
	height: 20px;
	margin: 0;
}

.bottom {
	clear: both;
}
	
#left {
	width: 33%;
	float: left;
	text-align: center;
}
#mid {
	width: 34%;
  	float: left;
	text-align: center;
}
#right {
	width: 33%;
  	float: left;
	text-align: center;
}