@charset "utf-8";
/* CSS Document */
body {
	margin:0px;	
	height:1200px;
}
@font-face {
	font-family:quicksand;
	src: local("quicksand"), url(../scripts/Quicksand_Book.otf);
}
h1 { 
	font-family: 'quicksand';
	font-size:16px;
	color:#333;
	margin:0px;
}
h2 { 
	font-family: 'VegurL';
	font-size:12px;
	color:#333;
	margin:0px;
}
h3 { 
	font-family: 'quicksand';
	font-size:92px;
	color:#333;
	margin:0px;
}

h4 { 
	font-family: 'quicksand';
	font-size:16px;
	color:#fff;
	margin:0px;
	padding:5px;
}
h5 { 
	font-family: 'quicksand';
	font-size:12px;
	color:#F0F0F0;
	margin:0px;
	padding:1px;
}
h6 { 
	font-family: 'quicksand';
	font-size:30px;
	color:#fff;
	margin:0px;
	padding:16px;
}
a {
	color:#666;
	text-decoration:none;
}
.qvc {
	color:#CCC;
	text-decoration:none;
}
.qvc:hover {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#953030;
	text-decoration:underline;
}
#header {
	width:100%;
	min-width:100%;
	height:339px;
	background:url(../img/victorianBackground.gif) repeat-x;
	margin:0 auto;
	text-align:center;
}
#header img {
	margin:0 auto;
}
#main {
	width:918px;
	height:365px;
	background-image:url(../img/mainBackground.png);
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	top:-161px;
}
#mainWrapper {
	width:875px;
	height:326px;
	position:relative;
	top:18px;
	margin:auto;
}
#left {
	width:400px;
	margin:10px;
	float:left;
	height:295px;
}
#right {
	width:385px;
	margin:-4px 10px;
	float:left;
}
#mainWrapper2 {
	width:875px;
	height:326px;
	position:relative;
	top:18px;
	margin:auto;
}
.resume {
	cursor:pointer;	
}
#resumeHolder {
	margin-left:2px;
	width:140px;
	padding-left:5px;
	border:1px solid #953030;
	background-color:#F8F8F8;
}
.contact-label{
	cursor:pointer!important;
	position:absolute;
	top:240px;
	width:425px;
}
#contact-form {
		border:1px solid #953030;
		background-color:#F8F8F8;
		padding:3px 0 3px 15px;
}
#folioWrapper {
	width:899px;
	height:600px;
	background-color:#953030;
	margin:0 auto;
	position:relative;
	top:-168px;
	border:1px solid black;
	
}
#folioLeft {
	width:400px;
	height:600px;
	float:left;
	padding-left:5px;
}
#folioRight {
	width:400px;
	height:600px;
	float:left;
	padding-left:5px;
}
#seam {
	width:917px;
	margin:0 auto;
	position:relative;
	top:18px
}

.webFolio{
	width:400px;
	padding-left:12px;
}
.webThumb {
	float:left;
	display:inline;
	padding-right:5px;
}	
.webDesc {
}	
.holder {
	width:368px;
	height:88px;
	background-color:#7F0F0F;
	padding:2px;
}
#workTab {
	margin:0 auto;
	width:369px;
	height:49px;
	position:relative;
	top:-172px;
	cursor:pointer;
}
.design {
	list-style-type:none; 
}
.design img {
	list-style-type:none;
	float:left;
	border:none;
	padding:3px;
}
#gallery {
	padding-top:129px;	
}

	

