@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/bg_image.jpg) no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#430f27;
	font-size:12px;
	margin:0;
	padding:0;
}

img {
	border:0;
}

#contain_all {
	width:980px;
}

#logo {
	margin-bottom:-112px;
}

#main_nav_container {
	margin:20px 0px 70px 350px;
}

.main_nav {
	list-style:none;
	margin-top:-20px;
	text-align:center;
}

.main_nav li {
	display:inline;
}

#type, #lettering, #illustration, #bio {
	position:relative;
}

#bio {
	top:0;
}

#lettering {
	left:100;
}

#type {
	top:20px;
}

#illustration {
	top:90;
}

#container {
	width:800px;
	height:400px;
	margin-bottom:125px;
}

#footer {
	text-align:left;
	margin:-10px 0px 0px 150px;
	color:#000;
}

#prev_image, #next_image {
	margin-top:15px;
}

ul.thumbs {
	margin-left:15px;
}

a, a:visited, a:active, a:hover {
	color:#000;
	text-decoration:none;
}

#text_container {
	margin:60px 0px 100px 60px;
	padding-right:20px;
	width:700px;
	height:375px;
	overflow:auto;
}

#home_container {
	margin:60px 0px 100px 60px;
	padding-right:20px;
	width:700px;
}

#form_text, #form_left, #form_right {
	margin:60px 0px 0px 20px;
}

.headshot {
	margin:15px 20px 10px 0px;
}

#order_nav, #order_sub_nav {
	list-style:none;
}

#order_nav li, #order_sub_nav li {
	display:inline;
	margin:0px 20px 0px 20px;
}

footer a:active, a:hover {
	color:#430f27;
	text-decoration:underline;
}

