/* CSS Document */
/* manjographics / famefabrik / compete court */


::selection {
	background: #404040;
	}
::-moz-selection {
	background: #404040;
	color: #fff;
}





#content {
	width: 660px; height: auto;
	margin: 75px auto;
	}
	

	
.code {
	line-height: 1.3em;
	font-size: 16px;
	margin: 10px 0 0 0;
	color: #999999;
	}
	
.list {
	list-style: disc;
	list-style-position: inside;
	color: #FF99FF;
	}
	
.list li {
	margin: 7px 0;
	width: 330px;
	float: left;
	}
	
.list span {
	color: #404040;
	}
	
.button {
	background-color: #404040;
	color: #fff;
	letter-spacing: 0.03em;
	padding: 0 3px;
	text-decoration: none;
	font-variant: small-caps;
	margin: 0 5px;
	font-weight: bold;
	}
	
.button:hover {
	background-color: #FF99FF;
	color: #fff;
	}
	

#framewrapper {
	padding: 5px 5px 0 15px;
	width: 630px; height: auto;
	background-color: #CCCCCC;
	margin: auto auto;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
	

	
#wrapper {
	width: 660px;
	margin: auto auto;
	}
	
#description {
	background-image: url(http://www.e-horizon.com/img/description.gif);
	background-repeat: no-repeat;
	}