* {
	margin: 0px;
	padding: 0px;
	}

body {
	background-color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #6B6854;
	text-align: center;
	}
	
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}
	
#wrap {
	margin: 0px auto;/* used to centre the design in non IE browsers*/
	text-align: left;
	width: 750px;
	}

/* header styles */
	
#header h1 {
	float: left;
	text-indent: -4000px;
	height:0px;
	}
	
/* menu styles*/

#menu {
	position: absolute;
	top: 10px;
	margin-left: 335px;
	}
	
.hidden{
	visibility: hidden;
	}
	
#menu ul {
	list-style: none;
	}
	
#menu li {
	float: left;
	}
	
#menu a {
	height: 72px;
	display: block;
	text-decoration: none;
	}
	
#menu #home a {
	width: 63px;	
	background: url(../images/but-home-off.gif) no-repeat left top;		
	}
	
#menu #home a:hover {
	background: url(../images/but-home-on.gif) no-repeat left top;		
	}
	
#menu #about a {
	width: 88px;	
	background: url(../images/but-about-off.gif) no-repeat left top;		
	}
	
#menu #about a:hover {
	background: url(../images/but-about-on.gif) no-repeat left top;		
	}
	
#menu #services a {
	width: 88px;	
	background: url(../images/but-services-off.gif) no-repeat left top;		
	}
	
#menu #services a:hover {
	background: url(../images/but-services-on.gif) no-repeat left top;		
	}
	
#menu #links a {
	width: 63px;	
	background: url(../images/but-links-off.gif) no-repeat left top;		
	}
	
#menu #links a:hover {
	background: url(../images/but-links-on.gif) no-repeat left top;		
	}
	
#menu #contact a {
	width: 88px;	
	background: url(../images/but-contact-off.gif) no-repeat left top;		
	}
	
#menu #contact a:hover {
	background: url(../images/but-contact-on.gif) no-repeat left top;		
	}	
	
/* content styles */

#content p {
	margin-left: 100px;
	color: #2E2E26;
	width: 550px;
	}
	
.pane {
	clear: both;
	width: 750px;
	background: #000000 url(../images/content-bg.gif) repeat left top; 
	padding-top:10px;
	}

/* footer styles */

#footer {
	clear: both;
	width: 750px;
	height: 80px;
	background: url(../images/footer-bg.gif) no-repeat left top;
	color: #757575;
	padding-top: 40px;
	}

#footer p {
	font-size: 70%;
	}
	
#footer #rdslink a {
	color: #757575;
	}
	
#footer #rdslink {
	float: left;
	text-indent: 180px;
	}
	
#footer #copyright {
	float: right;
	text-indent: -320px;
	}