html {
		scrollbar-face-color: #000000; 
		scrollbar-highlight-color: #000000; 
		scrollbar-shadow-color: #666666;
		scrollbar-3dlight-color: #666666;
		scrollbar-darkshadow-color: #000000;
		scrollbar-arrow-color: #FFFFFF;
}

body {
	background-color: black;
	background-image: url(/_images/content_background.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	border: 0;
	width: 690px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	color: #e5e5e5;
	font-family: Arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}
	
h1 {
	font-size: 24px;
	font-weight: bold;
	
}

h5 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 4px;
	margin-bottom: 0;
	padding-bottom: 20px;
	
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding-top: 0;
	margin-top: 0;
}

a {
	color: #EEA420;
	outline: none;
}

#servicestable td {
	vertical-align: top;
	padding-bottom: 24px;
	border-bottom: 1px solid #8f8da8;
	padding-top: 20px;
	line-height: 15px;
}



.servicescontent {
	padding-left: 12px;
}

#projecttable td {
	padding-right: 5px;
	line-height: 15px;
	vertical-align: top;
}

#hometable td {
	padding-right: 8px;
	padding-bottom: 16px;
	padding-top: 10px;
	border-bottom: 1px solid #8f8da8;
	vertical-align: top;
	font-size: 12px;
}

#hometable td img {
	border: 2px solid white;
}

#listoprojects {
	margin-top: 15px;
}

#listoprojects td {
	border: none;
	padding: 0;
	margin: 0
}
	

.thumb {
	margin-right: 1px;
	border: 1px solid white;
}

.clientlogo {
	border: 2px solid white;
}

.bigger {
	font-size: 12px;
}