/* CSS Document */

body {
	background-color:#000;
	background-image:url(images/back.gif);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	font-size:90%;
	font-family: arial, sans-serif;
	}
	
img {
	margin:0;
	padding:0;
	}

table {
	margin:0 0 20px 0;
	}
div {
	margin:0;
	padding:0;
	}
td {
	padding:0;
	}
	
h1 {
	margin:10px 0 0 60px;
	color:#903269;
	font-size:160%;
	
	}
h3 {
	margin:0 0 0 60px;
	color:#431731;
	font-size:90%;
	}
a, a:active, a:visited {
	color:#903269;
	text-decoration:none;
	}
a:hover {
	color:#903269;
	text-decoration:underline;
	}
div#floater {
	text-align:left;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	}
div#header {
	width:870px;
	height:114px;
	background-image:url(images/back_header_dark.gif);
	background-position:top left;
	background-repeat:repeat-x;
	}
div#header_lite {
	width:870px;
	height:114px;
	background-image:url(images/back_header_lite.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#AEAEAE;
	}
div#content {
	width:870px;
	padding-bottom:20px;
	}
div#footerbar {
	width:870px;
	height:10px;
	background-color:#903269;
	border-top:1px solid #D17AAC;
	clear:both;
	}
div#footer {
	width:870px;
	padding-bottom:20px;
	}
div#footer p {
	margin:3px 0 0 0;
	color:#333;
	}
div#menuRight {
	width:200px;
	border-left:1px solid #BEBEBE;
	padding-left:5px;
	}
div#menuRight p {
	margin:0 0 5px 0;
	}
div.dark {
	background-color:#353535;
	background-image:url(images/back_content_dark.gif);
	background-position:top left;
	background-repeat:repeat-x;
	}
div.lite {
	background-color:#AEAEAE;
	background-image:url(images/back_content_lite.gif);
	background-position:top left;
	background-repeat:repeat-x;
	}
div.pic1 {
	background-color:#AEAEAE;
	background-image:url(images/back_pic_1.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
div#tag {
	position:absolute;
	margin-top:5px;
	}
div#title {
	margin:0 10px -15px 50px;
	padding-top:20px;
	}
p {
	margin:0 10px 1em 60px;
	line-height:1.3em;
	}
div.dark p {
	color:#B5B5B5;
	}

div#content .floatLeft {
	float:left;
	margin:0 10px 5px 0;
	}
div#content .floatRight {
	float:right;
	margin:30px 10px 5px 10px;
	}
	
div#content p .floatLeft {
	float:left;
	margin:5px 10px 5px 0;
	}
div#content p .floatRight {
	float:right;
	margin:5px 0 5px 5px;
	}
img.popPic {
	margin-top:1em;
	position:absolute;
	z-index:101;
	visibility:hidden;
	border:1px dotted #B5B5B5;
	}

div.serendipity {
	}
div.serendipity_adam {
	margin-left:60px;
	margin-right:10px;
	}
div.serendipity_adam p {
	margin-left:0;
	}
div.serendipity_adam h3.serendipity_title {
	margin-top:1em;
	margin-left:0;
	font-size: 150%;
	}

div.stats {
	width:218px;
	float:left;
	margin:5px 10px 5px 55px;
	background-color:#D076AA;
	}
div.stats p {
	margin:5px 10px;
	color:#431731;
	}
div#stats_comp {
	display:none;
	}
td {
	padding:0;
	vertical-align:top;
	}
table {
	margin:0;
	border:0;
	}
table.galleries {
	margin-left:60px;
	}
table.galleries td {
	padding-right:40px;
	}
table.galleries td h3 {
	margin:5px 0;
	}
.serendipitySideBarTitle {
	display:none;
	}