html {
	background-position: center center;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg1.jpg);
	background-attachment: fixed;
}

body {
	padding-left: 0px;
	padding-bottom: 100px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 50px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(images/body_bg.jpg);
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 960px;
}

#header {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-image: url(images/header_bg.jpg);
	height: 34px;
	width: 940px;
}

#content {
	padding-top: 10px;
	background-repeat: repeat-x;
	width: 960px;
	background-image: url(images/content_head_bg.jpg);
}

.separator-thin {
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 5px;
	background-color: #e6e6e6;
	height: 1px;
	width: 100%;
}

.content-11 {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
	width: 940px;
}

.content-13 {
	margin-right: 10px;
	margin-left: 10px;
	width: 300px;
}

.content-23 {
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
	width: 600px;
}

p {
	line-height: 20px;
	font-size: 16px;
	color: #666666;
	font-family: Helvetica;
}

.project-thumbnail {
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 8px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 8px;
	padding-top: 6px;
	float: left;
	height: 290px;
	width: 290px;
	background-image: url(images/thumbnail_bg.png);
}

.content-anchor {
	clear: both;
	height: 1px;
	width: 100%;
}

.project-overlay {
	margin-top: 260px;
	position: absolute;
	height: 30px;
	width: 290px;
	background-color: black;
	opacity: 0.75;
}

.project-overlay p {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
}

.project-overlay:hover, .project-overlay p:hover {
	color: white;
	background-color: #c167ff;
}

#projects-back {
	margin-right: 10px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/buttons_header.png);
	height: 23px;
	width: 128px;
}

#projects-back:hover {
	background-position: 0px -24px;
	background-repeat: no-repeat;
	background-image: url(images/buttons_header.png);
}

#projects-back:active {
	background-position: 0px -48px;
	background-repeat: no-repeat;
	background-image: url(images/buttons_header.png);
}

#contact-head {
	float: left;
	height: 23px;
	width: 120px;
	background-position: -129px 0px;
	background-repeat: no-repeat;
	background-image: url(images/buttons_header.png);
}

#contact-head:hover {
	float: left;
	background-position: -129px -24px;
	background-repeat: no-repeat;
	background-image: url(images/buttons_header.png);
}

#contact-head:active {
	background-position: -129px -48px;
	background-repeat: no-repeat;
	background-image: url(images/buttons_header.png);
}

.project-header {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 435px;
	background-repeat: no-repeat;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

.project-header p {
	font-size: 13px;
}

a {
	font-weight: bold;
	color: #439ded;
	text-decoration: none;
}

img {
	border-style: none;
}

.contact textarea {
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	text-shadow: 1px 1px 10px white;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	height: 140px;
	width: 350px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(images/contact_bg.jpg);
}

