* { 
	padding: 0px; 
	margin: 0px;
}

img {
	border: 0px;
}

body {
	background-color: #FFF;
	text-align: center;
}

#wrapper {
	width: 962px;
	margin: 0px auto;
	text-align: left;
}

#top {
	width: 962px;
	height: 210px;
	position: relative;
	background-image: url(media/topBgr.gif);
	background-repeat: no-repeat;
}

#contents {
	width: 962px;
}

/* Projects */

.projects #contents {
	width: 967px;
	margin-right: -5px;
}

.projects #footer {
	background-position: 0px 5px;
}

.project {
	width: 190px;
	height: 168px;
	margin-bottom: 7px;
	margin-right: 3px;
	position: relative;
	float: left;
	display: inline;
	background-color: #F1F1F1;
}

.project h2 {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
	padding-top: 6px;
	padding-left: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ABAFB1;
}

.project p {
	padding-left: 7px;
	padding-right: 7px;
}

.project img {
	position: absolute;
	left: 6px;
	bottom: 6px;
}

/* Contact */

#col1 {
	width: 332px;
	padding-top: 2px;
	padding-left: 3px;
	float: left;
}

#col2 {
	width: 600px;
	padding-top: 2px;
	float: left;
}

/* Footer */

#footer {
	width: 962px;
	height: 30px;
	clear: both;
	background-image: url(media/footerBgr.gif);
	background-repeat: repeat-x;
}

/* Cleaner */

.cleaner {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	border: 0px none;
	margin: 0px; 
	padding: 0px;
	margin-bottom: -1px;
	background: transparent;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* font settings */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F6569;
	line-height: 16px;
}

p {
	padding-bottom: 16px;
}

h1 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #5F6569;
}

h2 {
	font-size: 12px;
	color: #AEA71A;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}

a {
	color: #AEA71A;
	text-decoration: none;
}

a:hover {
	color: #AEA71A;
	text-decoration: underline;
}

.project a {
	color: #5F6569;
}

.project a:hover {
	color: #AEA71A;
	text-decoration: none;
}