body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 22px;
	color: #2d3031;
	background: #1f2122 url(../images/bg.jpg);
	padding:40px 0 0 0;
	margin:0;
	text-align: center;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}
img {
	border:0;
}
a {
	text-decoration: underline; 
	color: #123a4c;
}
a:hover { 
	text-decoration: none; 
	color: #2d3031;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	z-index:2;
}
#corner_bg {
	position: absolute;
	width: 500px;
	height:337px;
	background: url(../images/bg.png) no-repeat;
	bottom:0;
	left:0;
	z-index:1;
}
#top {
	height: 228px;
	background: url(../images/top.jpg) no-repeat;
	margin-bottom: 8px;
}
#menu {
	height: 44px;
	text-align: right;
}
#menu ul {
	margin:0 0 10px 0;
	top:15px;
	position:relative;
	padding:0;
}
#menu ul li {
	list-style: none;
	display: inline;
	padding: 10px 0;
	margin:0;
	background: url(../images/arrow.gif) no-repeat bottom center;
}
#menu ul li a {
	display: inline-block;
	padding: 0 14px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#menu ul li a:hover,#menu ul li a.hover {
	color: #3bb0e6;
}
#content {
	background: #bababa url(../images/wireframe.jpg) no-repeat bottom left;
	padding: 0px;
	border: 8px solid #a4a4a4;
	
}
#content h1 {
	font-family: "Trebuchet MS";
	color:#212324;
	font-size: 17px;
	font-weight:normal;
	padding:2px 5px;
	margin:0;
}
#content p {
	padding:5px;
	margin:0;
}
#content ul, #content ul li {
	line-height: 25px;
	margin: 0 10px;;
	padding: 0 5px;
}
#left {
	width: 290px;
	float:left;
}
#center {
	width: 290px;
	float:left;
}
#right {
	width: 585px; /*288 old*/
	float: right;
}
.border {
	height: 8px;
	background: #c9c9c9;
	padding:0;
	margin:0;
	display:block;
}
.header {
	background: #f1f1f1 url(../images/window.gif) right no-repeat;
	border-left: 8px solid #c9c9c9;
	border-right: 8px solid #c9c9c9;
	border-bottom: 2px solid #d0d0d0;
	cursor:pointer;
}
.xheader {
	border-left: 8px solid #c9c9c9;
	border-right: 8px solid #c9c9c9;
	border-bottom: 2px solid #d0d0d0;
	background-color:#f1f1f1;
}
.window {
	border-left: 8px solid #c9c9c9;
	border-right: 8px solid #c9c9c9;
	background: #e0e0e0;
}
.center {
	text-align:center;
	margin:0px;
	padding:0px;
}
.justify {
	text-align:justify;
}
#footer {
	padding: 2px 15px;
	color: #fff;
}
.testimonials {
	border-bottom: 8px solid #c9c9c9;	
	padding: 5px;
}
.testimonials:hover {
	background: #f1f1f1;
}
img.gallery {
	border: 4px solid #d0d0d0; 
	margin: 1px; 
	cursor: pointer;
}
