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

body {
	background: #fff;
	margin: 10px;
	color: 333;
	font-family: Arial, Helvetica, sans-serif;
}
#logo {
	padding: 0 0 10px 0;
}
#close, .more {
	padding: 10px 0;
	float: right;
}
.closeBtn, .moreBtn {
	background: url(../images/btn-x.gif) no-repeat right;
	height: 15px;
	font-size: 75%;
	border: 0;
	margin: 0;
	padding: 1px 18px 1px 3px;
}
.moreBtn {
	background: url(../images/btn-chevron.gif) no-repeat right;
}
#content {
	clear: both;
}
.pic-row {
	padding: 0 0 5px 0;
}
h1 {
	color: #666;
	font-size: 150%;
	font-weight: normal;
}
a {color: #333; text-decoration: none;}
a:hover {color: #3399FF;}

