* {		
	margin: 0px;
	padding: 0px;
}
input name {background:#cccccc;}

img {
	border-width: 2px;
	display:block;
}

#steve a {
border: 1px solid #ff00cc;
}

#steve a:hover {
border: 1px solid #ffffff;
}

h1, h2, h3 {
	color: #fff;
	font-family: Arial, Helvetica;
	font-weight: normal;
	text-align: left;
	
}

a {
color: #ff00cc;
}

p {
	font-family: Arial, Helvetica;
}

td {
	text-align:center;
}

body {
	font-family: Arial, Helvetica;
	text-align: center;
	background: #000000 url("../images/bg.gif"); 
    background-repeat: repeat-x;
    background-position:top;
}

#wrapper {
	display: table;
	width: 800px; 
	margin: 50px auto;
	margin-bottom: 0px; 
	background: #333333 url("../images/wrapper_bg.gif"); 
    background-repeat: no-repeat;
    background-position:top;
	border-bottom: 2px solid #cc0099;
	
}
#title {
    padding: 20px 0px 0px 20px;
	text-align: left;
	font-family: "TW Cen MT", Arial, Helvetica;
	
}
ul {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #ff00cc;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;
	}

#title span {
	color:#ff00cc;
	font-size:150%;
}

/******************************
	NAVIGATION
******************************/
#nav {
	float:left;
	width: 650px;
	margin-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;

	
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #ff00cc;
	letter-spacing: 1px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	
}

#nav ul li a:active {

	color: #ffffff;

	
}
#nav ul li a:hover {

	color:#fff;
}

#content {
	padding-left: 10px;
	float:left;
	width: 600px;
	margin: 30px 0px 30px 10px;

	
}

#content p {
		font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: justify;
	color: #fff;
	margin: 10px;

}

#content p span {
	margin-left: 20px;
}


#copyright {
	width: 800px;
	margin: auto;
	margin-bottom: 20px;
	font-size: 13px;
	color: #fff;
}

#copyright p {
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	margin: 10px;

}

#copyright a, #copyright a:active, #copyright a:visited {
	text-decoration: none;
	color: #ff00cc;
}

#copyright a:hover {
	text-decoration: underline;
}