@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
}
#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
#header {
	width: 760px;
	padding-bottom: 5px;
}
#content {
	width: 750px;
	margin: 0 5px;
}
#footer {
	margin-top: 30px;
	clear: left;
	width: 760px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_line {
	width: 750px;
	background: url(../images/footer_line.gif) repeat-x;
	height: 3px;
}
a, a img {
	border-style: none;
	outline: none;
}
a.mailto {
	text-decoration: none;
}
#FlashID {
	padding-bottom: 5px;
}
#home_picnav img {
	margin: 8px 10px 0;
}

.hidden {
	display: none;
}

.about_pic {
	margin: 0 3px;
}
#about_text {
	width: 650px;
	margin: 0 auto;
	margin-top: 3px;
}
#about_text p {
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	
	color: #666;
	margin: 5px 0 5px;
}

#contact_text {
	padding-top: 30px;
}
#contact_text h3 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 20px 0 7px;
}
#contact_text p {
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding-bottom: 20px;
	line-height: 1.3em;
}
#presets {
	width: 450px; 
	text-align: left; 
	padding: 50px 0 0 150px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
}
#presets h3 {
	color: #ff9933;
}
#presets ul {
	margin: 0;
	padding: 0;
}
#presets li {
	margin-bottom: 10px;
	line-height: 1.3em;
}
#designers_text {
	width: 680px;
	margin: 0 auto;
	padding-top: 20px;
	clear: left;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#designers_text h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
}
#designers_text p {
	margin-top: 5px;
	font-size: 11px;
	text-align: left;
}
.designers_column {
	width: 148px;
	float: left;
}
#designers_note {
	clear: left;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#designers_note p {
	padding-top: 30px;
}
.break {
	margin: 2px 100px 0;
}
div#back_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	clear: left;
	margin-top: 50px;
}
#back_button a,
a.mailto {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #ff9933;
	background: none;
	padding: 2px 2px 0;
}
#back_button a:hover {
	color: #FFF;
	border: none;
	background-color: #ff9933;	
	padding: 2px;
}
a.mailto:hover {
	color: #333;
	border-bottom: 1px solid #ff9933;
}