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;
}


body { 		
	margin-top: 0;
	margin-left: 36;
	background-color: #FFFFFF;
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

		
		a { text-decoration: underline; color: #000000; }
		a:visited { text-decoration: underline; color: #000000; }
		a:hover { text-decoration: none; color: #FFFFFF; background-color: #da3827; }
		a:active { text-decoration: none; color: #da3827; background-color: #FFFFFF; }
	
		#wrapper {
			width: 856px;
		}

		#content {
			width: 856px;
			float: left;
		}

		h2,h1 {
			font-family: arial, verdana, geneva, sans-serif;
			font-size: 13px;
			font-weight: bold;
//			font-style: italic;
			color: #000000;
			padding-bottom: 20px;
		}

		.head {
//			border-top: 10px solid #000000;
			width: 820px;
			float: left;
			padding-top: 50px;
			padding-bottom: 50px;
		}


		.title {
			font-family: georgia, times new roman, serif;
			font-size:18px;
			color: #000000;
		}

/*
		p {
			margin-bottom: 13px;
		}
*/

		.images {
			border-top: 1px solid #000000;
			padding-top: 10px;
			width: 540px;
			float: left;
			overflow: hidden;
		}
		
		.images img {
			margin-bottom: 40px;
		}

		.thumb {
			margin-right: 5px;
			padding-bottom: 20px;
		}

		.projectInfo {
			border-top: 1px solid #000000;
			padding-top: 10px;
			width: 260px;
			margin-left: 20px;
			float: left;
			overflow: hidden;
		}
		
		.thumb { cursor:pointer; }