body {
	background: url(../images/bg_top.jpg) top left repeat-x;
	background-color: #f4f4f4;
	font-family: Arial;
}

#container {
	width: 685px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 340px;
	height: 124px;
	background: url(../images/logo.jpg);
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	width: 300px;
	height: 60px;
	margin-top: 15px;
	_margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
}

#contentTop {
	width: 685px;
	height: 30px;
	background: url(../images/nav_bg_top.jpg);
	margin-top: 12px;
	_margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

#navKnower {
	width: 300px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

#contentContainer {
	width: 635px;
	height: auto;
	background: url(../images/content_bg.jpg);
	margin-left: auto;
	margin-right: auto;
	padding: 1px 25px 10px 25px;
}

#contentBottom {
	width: 685px;
	height: 25px;
	background: url(../images/content_bg_bottom.jpg);
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 685px;
	height: auto;
	background-color: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
}

/* ------------------------------------------ Navigation -------------------------------------- */

#navList {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 15px;
	display: block;
	float: left;	
}

#nav a.home {
	display: block;
	width: 64px;
	height: 64px;
	background: url(../images/nav/home.png) top left no-repeat;
	text-indent: -9000px;
}

#nav a.services {
	display: block;
	width: 64px;
	height: 64px;
	background: url(../images/nav/services.png) top left no-repeat;
	text-indent: -9000px;
}

#nav a.contact {
	display: block;
	width: 64px;
	height: 64px;
	background: url(../images/nav/contact.png) top left no-repeat;
	text-indent: -9000px;
}

#navList a:hover {
	background-position: 0 -64px;
}


/* ---------------------------------- navKnower -------------------------- */

#navKnowerList {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navKnower ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 9px;
	display: block;
	float: left;	
}

/* ----------------------------- text formatting ----------------------------------- */

h2 {
	font-family: "Trebuchet MS";
	color: #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}

h3 {
	font-family: "Trebuchet MS";
	color: #C6F2FF;
	font-size: 18px;
	text-transform: uppercase;
}

p {
	font-family: Arial;
	font-size: 14px;
	color: #333;
}

li {
	font-family: Arial;
	font-size: 14px;
	color: #333;
}

table {
	font-family: Arial;
	font-size: 14px;
	color: #333;
}

/* -------------------------------- link formatting ---------------------------------- */

a {
	color: #C6F2FF; 
	text-decoration: none;
}

a:hover {
	color: #C6F2FF; 
	text-decoration: underline;
}

a.footer {
	color: #999
}


/* ----------------------------- image formatting ----------------------------------- */

img.content {
	float: right;
	padding-left: 10px;
}
