body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	}

#main {
	margin: 0 0 0 75px;
	}
	
/* General Styles */

a {
	color: #333333;
	text-decoration: none;
	border-bottom: #CCC 1px dotted;
	padding-bottom: 2px;
	}

a:hover {
	text-decoration: none;
	color: #db802d;
	border-bottom: #db802d 1px solid;
	}

#pageid_AffluenzeTrailer #nav_affluenze,
#pageid_ChessBoxing #nav_chess,
#pageid_EcoDiscountHookers #nav_eco,
#pageid_HamsterHotel #nav_hamster,
#pageid_Party-Crasher #nav_party,
#pageid_The43000Suit #nav_suit {
	text-decoration: none;
	color: #db802d;
	border-bottom: none;
	cursor: pointer;
	}


h1 {
	font-size: 28px;
	font-weight: normal;
	}
	
h2 {
	font-size: 14px;
	font-weight: normal;
	}

.divider {
	font-size: 14px;
	color: #CCC;
	}

/* Nav */

#nav {
	width: 500px;
	margin: 0 0 0 45px;
	padding: 0;
}

#nav ul {
	list-style: none;
	width: 500px;
	}

#nav ul li {
	float: left;
	padding: 5px;
	margin: 5px;
	}

#nav ul li br {
	
}


/* Form */

input {
	border: none;
	border-bottom: 1px #333 solid;
	margin-bottom: 10px;
	color:#333;
	font-size: 14px;
	padding: 3px;
	width: 120px;
	}
	
input:focus {
	border-bottom: 1px #db802d solid;
	}

input.submit {
	border: none;
	background: #333;
	color:#FFF;
	font-weight: bold;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 80px;
	}
	
input.submit:hover {
	background: #db802d;
	}
	