html {
	margin: 0;
	padding: 0;
}
	
body {
	background: #5fabce url(../images/body_bgNoLine.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;	
	line-height:14px;
	font-size:12px;
	color: #43433d; 
	margin: 0; 
	padding: 0;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#4ab125;
}

body a:hover{
	text-decoration:underline;
}

p {
	padding-left:10px;
	padding-right:10px;
}

.projectTitle{
	text-decoration: none;
	background: url(../images/title-bg.png) center no-repeat;
	padding: 27px 0;
	color: #6a6a67;
	font-family:"Times New Roman", Times, serif;
}

ul {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 5;
}

li {
	background: url(../images/bullet.png) no-repeat left center;
	padding-left: 7px;
	margin-bottom: 5px;
	margin-left: 25px;
}

div.hr {
  height: 15px;
  background: #fff url(images/hr.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

hr {
	color:#CCCCCC;
}

/* content divs*/

#header {
	height: 175px;
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

/*nav*/

#nav {
	position: absolute;
	left: 229px;
	top:136px;
	margin:0px;
	padding:0px;
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	width: 561px;
}

#nav a, #nav a:visited {
	text-decoration: none;
	color: #6a6a67;
}
#nav a:hover {
	text-decoration: underline;
}

#homelink {
	position: absolute;
	left: 564px;
	top:58px;
	margin:0px;
	padding:0px;
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	width: 325px;
}

/*main*/

#main-wrap {
	width: 640px;
	margin: 0 auto;
	background-color:#fdfcf8;
	/*background: url(images/wrap-bg.jpg) repeat-y right top;*/
	position: relative;
}

#main{
	background-color:#fdfcf8;
	width: 640px;
	float: left;
	position: relative;
	padding: 5px 0px 0px 0px;
	z-index: 5;
}

/* img gallery wraps */

img, div { behavior: url(../iepngfix.htc) } /*ie png fix*/

.photo {
	behavior: url(iepngfix.htc);
	position: relative;
	width: 227px;
	height: 212px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.photo a {
	text-decoration: none;
}

.flourish span {
	width: 227px;
	height: 212px;
	display: block;
	position: absolute;
	top: -38px;
	left: 11px;
	background: url(../images/portfolio/wraps/flourish.png) no-repeat;
}
