html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	background-color: #EFF3FE;
	font-size: 80%;
	font-family: Tahoma;
	color: #666666;
}

#wrapper {
	position: relative;
	min-height: 100%;
	width:950px;
	margin-left: auto;
	margin-right: auto;
}

* html #wrapper {
	height: 100%;  
}

#header {
	background: url('/images/header.jpg') no-repeat;
	height: 120px;
}

#logo {
	display: block;
	width: 131px;
	height: 80px;
	position: relative;
	top: 20px;
	left: 269px;
}

#logo img {
	border: 0px;
}

#menu {
	width:500px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	top: 0px;
	left: 300px;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	height: 20px;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	margin-right: 3px;
	font-weight: bold;
}

#menu li a:hover {
	color: #CC6600;
}

#menu li a.active {
	color: #CC6600;
	text-decoration: none;
}


#content {
	background: url('/images/content-bg.jpg') repeat-y;
	overflow: hidden;
	border: 0px solid #000;
	padding-left: 99px;
}

a {
	color: #0066FF;
}

a:hover {
	text-decoration: none;
}


#content_image {
	background: url('/images/content-image.gif') no-repeat;
	height: 190px;
	width: 200px;
	float: left;
	border: 0px solid #000;
}

#content_text {
	width: 450px;
	margin-left: 220px;
	padding-bottom: 10px;
	padding-top:20px;
}

#content_text h2{
	font-size: 110%;
	margin-top: 20px;
}

#content_text p {
	margin: 20px 0px 0px 0px;
}

#content_text p.min-margin {
	margin: 10px 0px 0px 0px;
}

#content_text table {
	border-collapse: collapse;
	border: 1px solid #666666;
	margin: 10px 0px 0px 0px;
}

#content_text table td{
	padding: 5px;
}

#content_text table p{
	margin: 0px;
}

#service_block {
	background: #EFF3FE url('/images/service-block-bg.jpg') no-repeat;
	height: 265px;
	padding-top: 70px;
}

#service_block table {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

#service_block table tr td {
	padding-left: 5px;
}

#service_block img {
	border: 0px;
}

#footer {
	position: relative;
	margin-top: -80px;
	height: 59px;
	width:385px;
	margin-left: auto;
	margin-right: auto;
	background: url('/images/footer-bg.jpg') no-repeat;
	padding-left: 565px;
	padding-top: 21px;
}

#footer span {
	font-size: 85%;
	position: relative;
	top: -5px;
}

#footer a img {
	border: 0px;
}


.clear {
	clear: both;
}

.hidden {
	display: none;
}
