body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #d9d9d9;
	background-image:url(images/bg.png);
	background-attachment:scroll;
	background-repeat:repeat;
  margin-left: 0px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-right: 0px;
	color:#000;
}

p, td {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
}

a:link { color: #000; text-decoration:none; }
a:visited { color: #000; text-decoration:none; }
a:active { color: #000; text-decoration:none; }
a:hover { color: #000; text-decoration:underline; }

#nav a:link { color: #fff; text-decoration:none; }
#nav a:visited { color: #fff; text-decoration:none; }
#nav a:active { color: #fff; text-decoration:none; }
#nav a:hover { color: #fff; text-decoration:none; }

#nav_container {
	width:940px;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	margin-left:auto;
	margin-right:auto;
}

		#nav_select {
			height:30px;
			padding-left:16px;
			padding-right:16px;
			color:#cc9966;
			font-size:11px;
			line-height:32px;
			letter-spacing:1px;
			margin-right:17px;
			background-color:#fff;
			-moz-border-radius-topleft:7px;
			-moz-border-radius-topright:7px;
			border-top-left-radius:7px;
			border-top-right-radius:7px;
			float:left;
		}
		
		#nav {
			height:30px;
			padding-left:16px;
			padding-right:16px;
			color:#fff;
			font-size:11px;
			line-height:32px;
			letter-spacing:1px;
			margin-right:17px;
			float:left;
			cursor:pointer;
			background-color:#666;
			background-image:url(images/bg3.png);
			background-repeat:repeat;
			-moz-border-radius-topleft:7px;
			-moz-border-radius-topright:7px;
			border-top-left-radius:7px;
			border-top-right-radius:7px;
			-moz-box-shadow: inset 0px -1px 5px #606060;
			-webkit-box-shadow: inset 0px -1px 5px #606060;
			box-shadow: inset 0px -1px 5px #606060;
		}
		
		#nav:hover { color:#fff; background-color:#333; background-image:url(images/bg4.png); background-repeat:repeat; }

#container {
	width:940px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	box-shadow: 0 0 10px #888;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px#888;
}

		#column_left {
			width:395px;
			padding-right:5px;
			float:left;
		}
		
				#left_blackbox {
					width:345px;
					height:175px;
					padding-top:20px;
					padding-left:27px;
					padding-right:23px;
					background-color:#000;
					color:#fff;
					font-size:19px;
					line-height:30px;
				}
				
				#left_bluebox {
					width:345px;
					height:85px;
					padding-top:20px;
					padding-left:27px;
					padding-right:23px;
					background-color:#00a3c2;
					color:#000;
					font-size:18px;
					line-height:30px;
				}
				
				#left_graybox {
					width:345px;
					height:255px;
					padding-top:20px;
					padding-left:27px;
					padding-right:23px;
					margin-top:5px;
					margin-bottom:5px;
					background-color:#ebebeb;
					background-image:url(images/bg2.png);
					background-repeat:repeat;
					color:#000;
					font-size:15px;
					line-height:22px;
				}
				
				
		#column_right {
			width:540px;
			height:585px;
			float:left;
		}
		
				.body {
					padding:20px;
					height:235px;
					font-size:15px;
					line-height:26px;
					color:#333;
				}
		
		#bottom_services {
			width:940px;
			height:42px;
			padding-top:15px;
			padding-bottom:18px;
			background-color: #d9d9d9;
			background-image:url(images/bg.png);
			background-repeat:repeat;
			color:#666;
			font-size:12px;
			font-weight:bold;
			line-height:21px;
			text-align:center;
			clear:both;
		}

#footer {
	width:950px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.blue { color:#00a3c2; }
.brown { color:#cc9966; }
.black { color:#000; }
.white { color:#fff; }
.big { font-size:19px; line-height:30px; }

#van { width:545px; height:275px; margin-top:5px; margin-left:-5px; }
#van img { padding:0px; border:0px; }

#slideshow { width:220px; height:275px; float:right; }
#slideshow img { padding-left:20px; padding-top:5px; border:0px; }