/* The Penthouse Group Style Sheet */
/* v.1 */
/* Last revision: 06.06 */
/*------------------------------------------*/


/* Commons */
/* -------------------------------------- */


body {
	margin:0px auto;
	padding:0px;
	text-align:center;
	text-align:left;
	font:16px Helvetica,Arial,sans-serif;
	background-image: url("../images/common/bkg.gif");
	background-repeat:repeat-x;
	color:#333;
	}

html,body {
	height: 100%;
}

/* Superstructure */
/* -------------------------------------- */



#wrap {
	width:685px;
	height:100%;
	margin:0 auto;
	padding:0px;
	text-align:left;
	}
	
#innerwrap {
	width:685px;
	height:100%;
	background-image: url("../images/common/bkg_rules.gif");
	background-repeat:repeat-y;
	
	}
	
#masthead {
	margin-left:475px;

	}	
	
#nav {
	width:210px;
	float:left;
	text-align:right;
	padding-top:10px;
	}
		
#content {
	float:right;
	}
	
#candy {
	width:444px;
	height:255px;
	border-bottom:35px solid #c00;
	margin-bottom:0;
	
	}	
	
/* Content */
/* -------------------------------------- */	

h1 {
	color: #fff;
	margin:40px 0 0 20px;
	font:130% Helvetica,Arial,sans-serif;
	}
	
.meat {
	background-color:#999;
	padding:1px 0 30px ;
	clear:both;
	width:443px;
	color: #fff;
	font:90% Helvetica,Arial,sans-serif;
	line-height:120%;
	}

.meat p {
	margin:10px 20px 10px ;
	padding:0 10px 1px 0;
	
	}
	
.meat li {
	padding:0 10px 1px 0;
	
	}

#form p {
	color: #999;
	font-size:75%;
	padding:0px;
	}
	
form {
	margin-top:70px;
	}

.upped {
	margin-top:20px;
	}

.upped table{
margin-left:20px;
	}
	


.country {
	color: #c00;
	font-size:75%;
	margin-left:30px;
	}
.countrydiv {
	width:443px;
	background-color: #fff;
	padding-bottom:30px;
	margin-top:15px;
	}

	
/* Nav Styles */
/* --------------------------------------*/	 

#nav li {
	color: #c00;
	}

#nav ul {
	list-style:none;
	line-height:170%;
	color: #999;
	}
	
#nav ul ul {
	margin-bottom:10px;
	list-style:none;
	line-height:140%;
	color: #999;
	font-size:65%;
	}
	
	
/* Links */
/* -------------------------------------- */
	
#nav a, #nav a:visited {
	color: #999;
	text-decoration:none;
	border-bottom:1px dashed #fff;
	}	
	
#nav a:hover {
	border-bottom:1px dashed #c00;
	}
	
#nav a:active {
	color: #c00;
	border-bottom:1px dashed #999;
	}		
