﻿body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0px 0px 0px 0px;
	}
	
table, td, tr, p, div {
	font-family: Arial;
	font-size:12px;
	color: #c73888;
	text-align: justify;
	}

textarea,input,select {
	background-color:#fff;
	border: 1px solid #c73888;
	color: #ffb3c9;
	font-family: Arial;
	font-size:12px;
	}
	
h1 {
	text-align: left;
	text-transform: uppercase;
	font-family: Arial;
	font-size:20px;
	color: #cc3399;
	margin: 0px 0px 1px 0px;
	}
	
A:link, A:visited, A:active, A:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ff6699;
	cursor: crosshair;
	}
	
.content {
	position: absolute;
	left: 10px;
	top: 115px;
	width: 395px;
	}
	
.navi {
	position: absolute;
	left: 435px;
	top: 430px;
	width: 150px;
	}
	
blockquote {
	padding-left: 2em;
	border-left: 5px solid #ff6699;
}
	
#navlist {
	padding-left: 0;
	margin-left: 0;
	width: 150px;
	}

#navlist li {
	list-style-image: url(c1.jpg);
	background: #fff;
	text-align: left;
	letter-spacing: 1px;
	text-transform: lowercase;
	}

#navlist li a {
	text-decoration: none;
	color: #ff6699;
	}

#navlist li a:hover {
	color: #ccc;
	}
	
.show_owned_credits, .show_joined_credits, .copy {
	font-size: 9px;
	font-family: verdana;
	font-style: italic;
	}