/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/*---------------------------------------------------------------------------------------------*/
body { 
	background-color:#000000;
	margin-top:30px;
	padding:0px;
	text-align:center;
	font-family:Arial;
}
#site {
	width:900px;
	margin: auto auto;
	text-align:left;
}
#left{
	width:670px;
	float:left;
}
#top { width:100% }
#main { width:100% }
#right { width:230px; float:right }
#logo { float:left }
#pagetitle { float:right }
#services { float:right }	
#target {
	width:480px;
	height:480px;
	float:left;
	margin-right:10px;
	background-image:url(../images/1.jpg);
	background-repeat:no-repeat;
}
#caption{
	width:480px;
	height:40px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	color:#666666;
	font:futura condensed;
	font-size:12px
}
#nav{ margin-top:570px }
#about{ width: 70px; float:left }
#clients{ width: 80px; float:left; text-align:center }
#contact{ width: 80px; float:right; text-align:right }

#gallery li {  
	float: right; 
	display: block; 
	height: 40px; 
	width: 40px; 
	background-position: 50% 50%; 
	cursor: pointer;  
	margin-right: 10px; 
	margin-bottom: 10px;
}
#gallery li img { 
	border: 1px solid #999999; 
}
