html{
	height:100%;
}
body{
  	margin:0;
  	font-family:"Comic Sans MS", arial, sans-serif;
	font-weight:bold;
	height:100%;
}
#heading{
	background-image:url(../images/heading_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:110px;
	background-color:#000;
}
#logo{
	padding-left:25px;
	padding-top:25px;
}
table#main {
	width:100%;
	height:85%;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat;
}
td#center{	
	width:720px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	color:#333;
	height:100%;
}
#bar{
	height:50px;
	background-image:url(../images/bar_top.jpg);
	background-repeat:repeat-x;
}
#bar-left{
	width:16px;
	background-image:url(../images/bar_left.gif);
	background-repeat:repeat-y;
	height:100%;
}
#bar-right{
	width:16px;
	background-image:url(../images/bar_right.gif);
	background-repeat:repeat-y;
	height:100%;
}
a img{
	border:none;
}
#menu{
	width:720px;
	margin-right:auto;
	margin-left:auto;
}
html>body #menu{
	padding-left:1px;
}
#menu div{display:inline;}
#menu a{
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
}
a#about {
	background-image:url(../images/about_btn.jpg);	
}
a#about:hover, a#about:active, a#about:focus {
	background-image:url(../images/about_btn-r.jpg);
}
a#services{
	background-image:url(../images/services_btn.jpg);
	margin-left:243px;
}
a#services:hover, a#services:active, a#services:focus {
	background-image:url(../images/services_btn-r.jpg);
}
a#contact{
	background-image:url(../images/contact_btn.jpg);
	margin-left:477px;	
}
a#contact:hover, a#contact:active, a#contact:focus {
	background-image:url(../images/contact_btn-r.jpg);
}
.content{
	padding:20px 50px 0 50px;
}
.bg{
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
}
h1{
	font-family:"Comic Sans MS", Haettenschweiler, "Agency FB", sans-serif;
	font-weight:bold;
	font-size:18px;
}
ul#services-list{
	margin-left:0;
	padding-left:0;
	list-style-image:url(../images/cog.gif);
}
ul#services-list li{
	margin-left:20px;
}
table#contact-details td{
	padding-right:10px;
	padding-bottom:10px;
}
#contact-details div{
	padding-bottom:5px;
}
