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

body {
	margin:0;
	background-color:#fff;
	color:#0c0c0c;
	font-family:Helvetica, Arial, sans-serif;
}
#wrap {
	width:960px;
	margin:0 auto;
	float:none;
}
#header {
	margin-top:300px;
	width:340px;
	padding:0;
	float:left;
}
#menu {
	width:140px;
	margin:320px 0 0 2px;
	float:left;
}
#content {
	width:476px;
	margin-top:20px;
	float:left;
}
h1 {
	font-size:2.8em;
	font-weight:normal;
	letter-spacing:-5px;
	position:relative;
}
h1 a img {
	width:0;
	height:0;
	border:none;
	margin:0;
	z-index:50;
}
h1 a:link, h1 a:visited {
	color:#0c0c0c;
	text-decoration:none;
}
h1 a:hover {
	color:#E9C535;
}
/* testing
h1 a:hover img {
	position:absolute;
	top:-260px;
	left:0px;
	width:240px;
	height:240px;
}
*/
h2 {
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:1.0em;
}
ul {
	list-style-type:none;
}
li a:link, li a:visited {
	color:#0c0c0c;
	text-decoration:none;
}
li a:hover {
	color:#E9C535;
}
p {
	font-size:0.9em;
	margin:0 0 8px 0;
}
.email {
	color:#5c5c5c;
}
img {
	margin-top:20px;
	padding:5px;
	border:1px solid #ccc;
}
.description {
	margin-top:10px;
	padding:5px;
	background-color:#999;
	color:#fff;
	font-size:0.7em;
}
.spacer {
	height:35px;
}