html, body, dl {
	padding:0;
	margin:0;
	border:0;
}
h1 {
	font-family:Trebuchet MS;
	font-size:20pt;
	font-weight:lighter;
	color:#6E0000;
	padding:0px 20px 0px 230px;
}
h2 {
	font-family:Arial;
	font-size:11pt;
	color:#6E0000;
	padding:0px 20px 0px 230px;
}
p, tr {
	font-family:Arial;
	font-size:11pt;
	color:#666666;
	line-height:2;
	padding:0px 20px 0px 230px;
}
hr {
	margin-left:35px;
	padding:0;
	border:1px solid #EEEEEE;
}
table {
	padding:0px 20px 0px 40px;
}
a {
	outline:none;
}
#background {	
	background-image:url(images/top_bg.jpg);
	background-repeat:repeat-x;
	height:180px;
}
#contain {
	width:1024px;
	margin:0 auto;
}
#top {
	height:162px;
}
#navcont {
}
#nav {
	float:left;
}
#nav a {
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	width:192px;
	position:relative;
	display:block;
}
#nav a {
	height:67px;
}
a.home {
	background-position:0 0;
}
a.home:hover {
	background-position:-192px 0;
}
a.home:active, a.home focus {
	background-position:-192px 0;
}
a.about {
	background-position:0 -67px;
}
a.about:hover {
	background-position:-192px -67px;
}
a.about:active, a.about focus {
	background-position:-192px -67px;
}
a.services {
	background-position:0 -134px;
}
a.services:hover {
	background-position:-192px -134px;
}
a.services:active, a.services focus {
	background-position:-192px -134px;
}
a.contact {
	background-position:0 -200px;
}
a.contact:hover {
	background-position:-192px -200px;
}
a.contact:active, a.contact focus {
	background-position:-192px -200px;
}
#footer {
	background-image:url(images/bottom_bg.jpg);
	background-repeat:repeat-x;
	height:40px;
	text-align:center;
}
#footer span, #footer a {
	font-family:Trebuchet MS;
	font-size:11px;
	color:#666666;
	padding:0px 10px;
}
#text {
}
.service {
	padding:20px;
}
.service img, .service2 img {
	float:left;
	margin:0px 20px 5px 35px;
	border:1px solid #CCCCCC;
}
.service h2, .service2 h2 {
	margin-top:0;
}
.service2 {
	padding:20px 20px 20px 208px;
}

/*Recent Project*/
.recent-project {
	background:url(/images/paper.jpg) no-repeat;
	display:block;
	margin:0px 0px 0px 212px;
	width:835px;
	height:466px;
}
.recent-project h2 {
	padding:50px 0px 0px 40px;
}
.right {
	font-style:italic;
	float:right;
	padding:28px 38px 0px 0px;
}
.images {
	clear:right;
}
.buffer {
	margin-right:20px;
}
.rightimg {
	float:right;
	margin:0px 20px 7px 0px;
}
.leftimg {
	float:left;
	margin-left:40px;
}
