@charset "utf-8";
/* CSS for about/contact page */
a {
    outline: none;
}
body {
	background-color:#33302e;
	margin:0;
	padding:0;
	overflow:auto;
}
#wrapper {
width:100%;
min-width:400px;
}
#content {
text-align:left;
width:90%;
min-width:800px;
height:600px;
}
#nav_contact a {
	background-position: 0 -10px; /* we are in the About/Contact section, so keep 'over' version showing */
}

#main {
/* fix IE error where image jumps to next like when window resized. */
position:absolute; /* forces IE to not jump */
left:300px; /* nullifies effect of line above for Firefox */
}
#left-column {
	position:relative;
	top:40px;
	left:75px;
	float:left;
}
#main {
	position:relative;
	left:125px;
	float:left;
}

/* larger images that pop up when mouseover thumbnails */
#image1 {
	position:absolute;
	top:150px;
	left:30px;
	opacity:0;
display:none;
}
#image2 {
	position:absolute;
	top:50px;
	left:80px;
	opacity:0;
display:none;
}
#image3 {
	position:absolute;
	top:10px;
	left:350px;
	opacity:0;
display:none;
}
#image4 {
	position:absolute;
	top:200px;
	left:100px;
	opacity:0;
display:none;
}
#image5 {
	position:absolute;
	top:90px;
	left:450px;
	opacity:0;
display:none;
}#div-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b9b6b6b;
}

#content p {
	font-size: 9px;
	line-height: 150%;
	font-weight: normal;
	color: #888;
	margin-top: 20px;
	margin-left: 130px;
	padding-top: 0px;
	padding-left: 150px;
	letter-spacing: 0.13em;
	font-family: Arial, Helvetica, sans-serif;
	width: 570px;
	top: 100px;
}
.copyrightline {
	font-size: 8px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .1em;
	margin-left: 130px;
	width: 570px;
	padding-left: 150px;
	color: #AAA;
	padding-top: 5px;
	margin-top: 3px;
}
