@charset "utf-8";
body {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: left;
	color: #807f7f;
	background: url(../images/bg.png);
}

a {
	text-decoration: none;
	color: #ffffff;
}

img {
	border: none;
}

#container {
	width: 1035px;
	margin: 0 auto 0px auto;
	text-align: left;
}

#main {
	position: relative;
	float: left;
	width: 1035px;
	margin-top: 0px;
}

#artwork {
	position: relative;
	float: left;
	padding: 15px;
	border: 3px dashed #221f1f;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 685px;
	height: 485px;
        text-align: center;
}

#artwork img{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	vertical-align: middle;
	border: 5px solid #333333;
}

#projects {
	position: relative;
	float: left;
	width: 825px;
	height: 465px;
	margin: 0px;
}

#projects img {
	border: 3px solid #333333;
	margin: 2px;
}

#projects img:hover {
	border: 3px solid #999999;
	cursor: pointer;
}

#outline {
	position: relative;
	float: left;
	width: 870px;
	height: 485px;
	border: 3px  dashed #221f1f;
	padding: 15px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.scroll-pane {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: auto;
}

#content {
	position: relative;
	float: left;
	width: 150px;
	height: 485px;
	padding: 15px;
	border-top: 3px dashed #221f1f;
	border-right: 3px dashed #221f1f;
	border-bottom: 3px dashed #221f1f;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.title {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#nav {
	position: relative;
	float: left;
	margin-top: 20px;
}
	
#thumbnails {
	position: relative;
	float: left;
	width: 870px;
	height: 100px;
	border: 3px dashed #221f1f;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.jFlowControl {
	display: block;
	float: left;
}

#contact {
	position: relative;
	float: left;
	width: 1035px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #807f7f;
	padding: 2px;
	text-align: center;
}

#footer {
	position: relative;
	float: left;
	width: 1035px;
	font: 11px Arial, Helvetica, sans-serif;
	border-top: 1px dotted #221f1f;
	color: #807f7f;
	line-height: 5px;
}

#footer_left {
	position: relative;
	float: left;
	width: 625px;
}

#footer_right {
	position: relative;
	float: right;
	width: 400px;
	text-align: right;
}