body {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 14px;
}

#menu {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	background-color: #0099FF;
	height: 4%;
	border: 1px solid #000000;
	padding-left: 5%;
}
	
#logo {
	position: absolute;
	top: 3%;
	left: 5%;
	height: 10%;
	width: 100%;
	/*border-bottom:5px solid #CCCCCC; */
	padding-left: 5%;
}

#borderLeft {
	position: absolute;
	top: 0;
	left:0;
	width:5%;
	height: 100%;
	background-color:#CCCCCC;
	border-right: 1px solid #000000;
}

#borderRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 5%;
	height: 100%;
	background-color: #cccccc;
	border-left: 1px solid #000000;
	/* border: 1px dotted yellow; */
}

#side1 {
	position: absolute;
	width: 24%;
	height: 70%;
	top: 20%;
	left: 5%;
	padding: 1%;
	color: #000000;
	border-right: 1px solid #000000;
	width: 24%;
	text-align: left;
	overflow: auto;
	/* border: 2px dotted yellow; */ 
}

#side2 {
	position: absolute;
	width: 28.5%;
	height: 73.5%;
	top: 20%;
	left: 64%;
	padding-left: 1%;
	padding-right: 1%;
	border-left: 1px solid #000000;
	padding-left: 1%;
	color: #000000;
	text-align: left;
	overflow: auto;
}

#centre {
	position: absolute;	
	top: 18%; 
	left: 29%;
	width: 31%;
	height: 73.5%;
	margin-top: 1%; 
	margin-left: 1%;
	color: #000000;
	text-align: left;
	overflow: auto;
	padding-left: 2%;
	padding-right: 1%;
	/* border: 2px dashed red; */
}

#footer {
	position: absolute;
	bottom: 1%;
	left: 0;
	margin-top: 5%;
	width: 100%;
	height: 4%;
	border-top: 10px solid #0099FF;
}

#break {
	position: absolute;
	top: 26%;
	left: 0;
	width: 100%;
	background-color: #CC0000;
	height: 20px;
	border: 1px solid #000000;
}

h1#seoClients {
	font-size:16px;
	font-weight: bold;
}
.dropcap {
	color: #000000;
	font-size: 2.5em;
	float: left;
	padding-right: 2px;
}

.emphasis {
	font-style:italic;
	font-weight:bold;
}

.commentsLeft {
	position: absolute;
	margin-left: 0;
	margin-top: 100px;
	width: 230px;
}

.commentsRight {
	position: absolute;
	margin-left: 360px;
	margin-top: 100px;
	width: 230px;
}

#clear {
	clear: both;
}


#w3c {
	margin-bottom: 10px;
	padding-top: 10px;
}

#content h1 {
	font-size:1.2em;
	color: #711515;
	background-color: transparent;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 24px;
	border-bottom: 1px;
	font: bold 11px verdana, arial, sans-serif;
}

ul#tabnav li {
	float: left;
	height: 5%;
	background-color: #0099FF; /* #00FFFF; */
	color: #ffffff;
	margin: 2px 2px 0px 2px; 
	border-right: 1px solid #711515; 
}

ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}

ul#tabnav a:hover {
	background-color: #00FFFF;
	color: #000000;
}

body#home li.home, body#contact li.contact, body#about li.about
body#services li.services, body#portfolio li.portfolio, body#seo li.seo,
body#links li.links {
	border-bottom: 1px solid #fff;
	color: #000000;
	background-color: #00FFFF;
}
body#home li.home a:link, body#home li.home a:visited,
body#seo li.seo a:link, body#seo li.seo a:visited,
body#about li.about a:link, body#about li.about a:visited,
body#services li.services a:link, body#services li.services a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited, 
body#portfolio li.portfolio a:link, body#portfolio li.portfolio a:visited,
body#links li.links a:link body#links li.links a:visited {
	color: #000000;
	background-color: #00FFFF;
	border-bottom: 0;
}