 /* GLOBAL STYLES */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

img {
	display: block;
}

p, td, ul, li, h1, h2, h3, div {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #272727;
}

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #6f0707;
	background: transparent;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #6f0707;
	background: transparent;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #6f0707;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #6f0707;
	background: transparent;
}


/* HEADER */

#header {
	background-color: #fff;
	width: 100%;
}

#header img {
	margin: 20px auto;
}


/* CONTENT AREA */

#content {
	text-align: center;
	width: 100%;
}

#wrapper {
	margin: 35px auto;
	text-align: left;
	width: 600px;
}

#wrapper h1 {
	margin-bottom: 66px;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #6f0707;
}

h2 {
	margin: 10px 0 15px 0;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #939393;
}

#contact img, #equipment img, #projects img {
	margin: 0 auto;
}

#contact, #equipment, #backLink {
	width: 200px;
	margin: 50px 0;
	text-align: center;
	line-height: 15px;
}

#equipment ul {
	list-style-type: none;
}

#equipment ul li {
	line-height: 12px;
	margin: 0 10px 10px 10px;
}

#projects {
	width: 320px;
	float: right;
	margin-top: -12px;
}

div.proj {
	margin-bottom: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e1e1;
}

div.proj strong {
	display: block;
	font-size: 12px;
	color: #272727;
	margin-bottom: 2px;
}

div.proj em {
	display: block;
	font-size: 11px;
	margin-bottom: 6px;
}

/* DETAIL PAGE */


#projectDetail {
	width: 350px;
	float: right;
}

#projectDetail h1{
	font-size: 18px;
	text-align: left;
	margin: 20px 0 6px 0;
}

#projectDetail h1 span{
	color: #272727;
}

#projectDetail h2 {
	font-size: 12px;
	text-align: left;
	margin: 4px 0 15px 0;
}

#projectDetail p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 22px;
}
