body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}
body {
	margin: 0;
	padding: 0;
}
a img {
	border: 1px solid blue;
}
a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #6699FF;
	text-decoration: underline;
}
a:hover img {
	border: 1px solid #6699FF;
}
a:active {
	color: #3366FF;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}


/* Top bg images & Logo box */

#faces {
	background-image: url(cd_media/lunar-faces-sprd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#alex {
	background-image: url(cd_media/lunar-faces-alex.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#luna {
	background-image: url(cd_media/lunar-faces-luna.gif);
	background-repeat: no-repeat;
	background-position: top 0;
}
#container {
	padding-top: 30px;
}
div.boxl {
	background-image: url(cd_media/lunar-boxl-mid.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 60px;
}
div.boxl-t {
	background-image: url(cd_media/lunar-boxl-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.boxl-b {
	background-image: url(cd_media/lunar-boxl-bot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* Boxes */

div.box {
	background-image: url(cd_media/lunar-box-mid.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 10px;
}
div.box-t {
	background-image: url(cd_media/lunar-box-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.box-b {
	background-image: url(cd_media/lunar-box-bot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.bodycopy p {
	text-align: left;
	font-size: 80%;
}
div.bodycopy, div.shots, div.navi {
	padding: 10px 0;
	width: 560px;
}
div.shots p.t, div.bodycopy p.t {
	text-align: center;
	font-size: 14pt;
	border-bottom: 1px solid #555534;
	padding-bottom: 2px;
	margin-bottom: 5px;
	color: #E8E8A4;
	letter-spacing: 0.1em;
}


/* Screen Shots */
/* Er, plus two up there also belong here */

div.bodycopy img#floater {
	float: left;
	margin-right: 7px;
}
div.bodycopy .bi {
	font-weight: bold;
	color: #E8E8A4;
}
div.bodycopy p#l {
	padding-bottom: 10px;
}
div.shots img {
	border: 1px solid #444444;
	margin: 7px 10px;
}
div.shots .pg {
	font-size: 60%;
	letter-spacing: normal;
}


/* Movies */

table#vids img {
	margin-right: 7px;
}
table#vids td {
	vertical-align: top;
	border-top: 1px solid #555534;
	padding: 10px 0;
}
table#vids img.flash {
	position: relative;
	bottom: -1px;
	margin: 0;
}
table#vids img.tube {
	position: relative;
	bottom: -5px;
	left: -2px;
	margin: 0;
}
table#vids img.wmv {
	position: relative;
	bottom: -3px;
	margin: 0;
}


/* Shots Navigation */

div.navi a {
	padding: 0 5px;
}
div.navi a.next {
	background-image: url(cd_media/lunar-nall-r.gif);
	background-repeat: no-repeat;
	background-position: 100px 0;
	margin-right: 15px;
}
div.navi a.next:hover {
	background-image: url(cd_media/lunar-nall-r-ani.gif);
	background-repeat: no-repeat;
	background-position: 100px 0;
}
div.navi a.prev {
	background-image: url(cd_media/lunar-nall-l.gif);
	background-repeat: no-repeat;
	background-position: 15px 0;
	font-size: 80%;
}
div.navi a.prev:hover {
	background-image: url(cd_media/lunar-nall-l-ani.gif);
	background-repeat: no-repeat;
	background-position: 15px 0;
}
div.navi .current {
	color: #555555;
}
div.navi p#nexter {
}
div.navi p#pages {
	border-top: 1px solid #555534;
	font-size: 80%;
	padding: 5px 0;
	margin-top: 7px;
}
div.navi p#back {
	font-size: 80%;
	padding-top: 5px;
}