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: 18px;
	padding: 0px;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #72716a;
	background: #131e24 url(../images/backgrounds/back.png) repeat;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Headings */

h1 {
	padding-bottom: 15px;
	color: #131e24;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c3c3c3;
	padding-right: 80px;
}
h2/* Headings */

 {
	padding-bottom: 15px;
	color: #131e24;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c3c3c3;
	padding-right: 80px;
	margin-top: 100px;
}
#container {
	background-color: #FFFFFF;
	margin-top: 40px;
	padding-left: 80px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 80px;
}
#container p {
	margin-bottom: 15px;
}
.projects   {
	border: 4px solid #E2DDCE;
	float: left;
	margin-right: 20px;
}
#topper {
	border: 2px solid #CCCCCC;
	position: fixed;
	z-index: 10;
	height: 40px;
	width: 30px;
	top: 50%;
	left: 30px;
}
#topper a {
	background-image: url(../images/topSprite.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 30px;
	background-position: 0px 0;
}
#topper  a:hover {
	background-image: url(../images/topSprite.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 30px;
	background-position:  -30px 0;
}
.clear {
	font-size: 9px;
	clear: both;
}
.client {
	font-size: 1.35em;
	color: #131E24;
	margin-bottom: 25px;
}
.project {
	height: 214px;
	width: 860px;
	margin-bottom: 60px;
}
.launch {
	height: 24px;
}
.noborder  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.info {
	height: 190px;
	width: 235px;
}
.right {
	float: right;
}
