/* 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
del {text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {font-family:inherit; font-size:inherit;}

/* GRID ----- */
.g1 { width:60px; }
.g2 { width:140px; }
.g3 { width:220px; }
.g4 { width:300px; }
.g5 { width:380px; }
.g6 { width:460px; }
.g7 { width:540px; }
.g8 { width:620px; }
.g9 { width:700px; }
.g10 { width:780px; }
.g11 { width:860px; }
.g12 { width:940px; }
.col {
	margin:0 10px;
	overflow:hidden;
	float:left;
	display:inline;
}
.row {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.row .row {
	margin:0 -10px;
	width:auto;
	display:inline-block;
}
/**/
body {
	background:#fff;
	color:#666;
	font:13px/135% Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#233;
	margin:20px 0 0 0;
	font-weight:normal;

	letter-spacing:-2px;
}
h2 {font-size:24px;}
h3 {font-size:20px; margin:20px 0 10px 0;}
h4 {font-size:18px;}
p {
	line-height:150%;
	margin:.5em 0;
}
a {color:#2ae;}
a:hover {text-decoration:none;}
a:visited {color:#666;}
h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#2ae;
	text-decoration:none;
}
h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration:underline;}
ol, ul {}


/**/
#header,
#banner {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#site-name {
	background:url(/tempimages/l.gif) no-repeat;
	width:225px;
	height:42px;
	margin:20px 0 0 0;
	text-indent:-999em;
}
#site-description {
	float:right;
	display:none;
}
#banner {
	background:url(/tempimages/b.gif) no-repeat;
	height:225px;
	margin:20px auto;
}
#banner p,
#portfolio h2,
#contact h2 {text-indent:-999em;}
#portfolio h2,
#contact h2 {
	height:26px;
	border-bottom:1px solid #ddd;
}
#portfolio h2 {background:url(/tempimages/p.gif) left no-repeat;}
#contact h2 {background:url(/tempimages/c.gif) left no-repeat;}
#portfolio {margin-bottom:10px;}
#portfolio .g8,
#contact .g8 {
	width:630px;
	margin:10px 10px 10px 0;
}
