/* CSS Document */

body {
	background: url(../grfx/bg.jpg) top left repeat-x;
	padding: 0;
	margin: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* html #wrapper {
	width: 740px;
}

#wrapper {
	width: 750px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #aaa7a5;
	background: url(../grfx/content_bg.jpg) top left repeat-x #fff;
}

#header {
	width: 748px;
	height: 84px;
	margin: 1px 1px 0 1px;
	background: url(../grfx/header_bg.jpg) top left repeat-x;
}

#image {
	width: 748px;
	height: 183px;
	margin: 3px 1px 0 1px;
	background: url(../grfx/header.jpg) top left no-repeat;
}

#navigation {
	width: 748px;
	height: 30px;
	margin: 1px 1px 0 1px;
	background: #c42d3e;
}

#content {
	margin: 13px 1px 2px 1px;
	padding: 0;
	width: 748px;
	background: url(../grfx/content_right_bg.jpg) top right repeat-y;
}

#content_left {
	float: left;
	width: 437px;
	padding: 43px 50px 115px 55px;
}

#content_right {
	float: right;
	width: 138px;
	padding: 43px 30px 115px 38px;
}

#footer_holder {
	width: 750px;
	height: 63px;
	margin: 0 0 1px 0;
	padding: 0;
	background: url(../grfx/footer_bg.jpg) bottom left repeat-x;
}

#footer {
	width: 748px;
	text-align: center;
	height: 51px;
	margin: 0 1px 1px 1px;
	padding: 12px 0 0 0;
	background: url(../grfx/footer_bg1.jpg) bottom left repeat-x;
}

p.footer_links {
	color: #646464;
	font-size: 0.65em;
}

p.footer_links a {
	color: #646464;
	text-decoration: none;
}

p.footer_links a:hover {
	color: #646464;
	text-decoration: underline;
}

p.footer_extra {
	color: #8c8c8c;
	margin-top: -16px;
	font-size: 0.65em;
}

p.footer_extra a {
	color: #8c8c8c;
	text-decoration: none;
}

p.footer_extra a:hover {
	color: #8c8c8c;
	text-decoration: underline;
}

.noborder {
	border: 0px;
}

ul.internal li {
	padding: 2px 0 2px 0;
	margin: 0;
	color: #6e6e6e;
	font-size: 0.7em;
}

.images {
	width: 130px;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.images h3 {
	padding: 10px 0 0 0;
}

.image1 {
	border: solid 1px #d4d4d4;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}

.image2 {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}

.image3 {
	border: solid 1px #d4d4d4;
	float: left;
	padding: 2px;
	margin: 5px;
}

#tech, tr, td {
	border: solid 1px #a2a2a2;
}

td p {
	padding: 2px 0 2px 2px;
}