body {
	padding: 0;
	margin: 0;
	background: #FFF url(images/website_background_2.jpg) no-repeat center top;
	width: 100%;
}
a {
	color:#F90;
}
img {
	border:none;
	outline:none;
}
#wrapper {
	width: 960px;
	margin:140px auto 0 auto;
	position:relative;
}
#topCorners {
	background: url(images/top-corners.png) no-repeat center top;
	height:23px;
	width:960px;
}
#bottomCorners {
	background: url(images/bottom-corners.png) no-repeat center top;
	height:23px;
	width:960px;
}
#mainContent {
	background:url(images/main-content-bg.png) repeat-y center top;
	min-height:650px;
	height:auto !important;
	height:720px;
}
.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding-left:30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #666;
	line-height:17px;
}
#logo {
	position:absolute;
	left:75px;
	top:52px;
	width:489px;
	height:59px;
	z-index:1;
}
#navBar {
	position:absolute;
	left:79px;
	top:148px;
	width:116px;
	height:146px;
	z-index:1;
}
#mainCopy {
	position:absolute;
	left:322px;
	top:264px;
	width:486px;
	height:257px;
	z-index:1;
}
.portfolio {
	padding-bottom:30px;
}
#aboutCopy {
	position:absolute;
	left:439px;
	top:224px;
	width:383px;
	height:242px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666;
	z-index:1;
}
#downloadresume {
	position:absolute;
	left:242px;
	top:394px;
	width:136px;
	height:51px;
	z-index:1;
}
#gallery {
	position:absolute;
	left:60px;
	top:246px;
	width:367px;
	height:237px;
	z-index:1;
}
#gallery2 {
	position:absolute;
	left:350px;
	top:246px;
	z-index:1;
}
/* Gallery Specific */

#largeImg {
	border: solid 1px #ccc;
	padding: 5px;
	float:right;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 50px;
	height: 50px;
	padding: 4px;
	margin:0px 4px 4px 0px;
}
.thumbs img:hover {
	border-color: #F02;
}
.thumbNails {
	float:left;
	width:50px;
	padding:0px 0px 0px 10px;
}
.thumbNailsSpacing {
	margin-left:4px;
}
/* change title of picture */
.titleStyle {
	font-size:14px;
	color:#666;
	font-weight:normal;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.largeImgStyle {
	margin:0 0 8px 0;
}
