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

#container {
	background-image: url(../images/stock-203.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#menu {
	position: absolute;
	top: 20%;
	left: 10%;
	width: 80%;
	background-color: #cccccc;
	height: 4%;
	/* border: 1px solid #000000;  */
}
	
#logo {
	position: absolute;
	top: 3%;
	left: 10%;
	height: 12%;
	width: 80%; 
	/* border:1px solid red; */
}

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

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

#side1 {
	position: absolute;
	width: 20%;
	height: 60%;
	top: 25%;
	left: 10%;
	padding: 1%;
	padding-left: 2%;
	color: #000000;
	text-align: left;
	overflow: auto;
	/* border: 2px dotted yellow;  */
}

#side2 {
	position: absolute;
	width: 12%;
	height: 60%;
	top: 25%;
	right: 6%;
	left: 71%;
	padding: 1%;
	/* border: 2px dotted red; */    
	color: #000000;
	text-align: left;
	border-left: 1px solid #000000;
}

#centre {
	position: absolute;	
	top: 25%; 
	left: 10%;
	width: 57%;
	height: 60%;
	padding: 2%;
	overflow: auto;
	/* border: 1px red solid;  */
}

#footer {
	position: absolute;
	bottom: 2%;
	left: 10%;
	margin-top: 5%;
	width: 80%;
	height: 4%;
	border-top: 10px solid #cccccc;  
}

#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;
	font: bold 11px verdana, arial, sans-serif;
}

ul#tabnav li {
	float: left;
	height: 4%;
	background-color: #cccccc; 
	color: #ffffff;
	/* margin: 2px 2px 0px 2px; */
	 /* border: 1px solid #711515; */
}

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

ul#tabnav a:hover {
	background-color: #0099FF;
	color: #000000;
}

body#home li.home, body#contact li.contact, body#about li.about,
body#gallery li.gallery, body#feedback li.feedback, body#faq li.faq {
	border-bottom: 1px solid #fff;
	color: #000000;
	background-color: #0099FF;
}
body#home li.home a:link, body#home li.home a:visited,
body#about li.about a:link, body#about li.about a:visited,
body#gallery li.gallery a:link, body#gallery li.gallery a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited, 
body#feedback li.feedback a:link, body#feedback li.feedback a:visited 
body#faq li.faq a:link, body#faq li.faq a:visited {
	color: #000000;
	background-color: #0099FF;
	border-bottom: 0;
}