/* CSS BY MAX TEMKIN and BEN HANTOOT, HTTP://WWW.MAXISTENTIALISM.COM and HTTP://WWW.SLICKMILL.COM */

/* GENERAL FORMATTING */

*{
margin: 0;
padding: 0;
}

body {
background-color: #000;
}

a{
color: black;
background: none;
}

h1{
font-family: helvetica,sans-serif;
font-size: 40pt;
background: none;
color: black;
padding-bottom: 15px;
}

p{
background: none;
font-family: helvetica,sans-serif;
font-size: 10pt;
padding-bottom: 10px;
}

b{
background: none;
}

p.bold{
font-weight: bold;
}

div#housing{
width: 960px;
position: absolute;
right: 0;
}

div#left{
width: 365px;
position: fixed;
right: 595;
background: url('images/BKGRND.gif') top center no-repeat;
height: 450px;
}

div#right{
width: 580px;
float: right;
}

div#intro{
background: white;
height: 172px;
margin: 50px 30px 0px 0px;
padding: 15px 15px 30px 15px;
}

	div#intro div#s1{
	background: none;
	}

	div#intro p.question{
	width: 159px;
	height: 169px;
	color: white;
	border: white solid 1px;
	background: url('images/BlackCard.png') top left no-repeat;
	padding: 25px 15px 0px 15px;
	font-family: helvetica,sans-serif;
	font-weight: bold;
	font-size: 13.5pt;
	}
	
	div#intro p.answer{
	width: 159px;
	height: 169px;
	color: black;
	background: url('images/WhiteCard.png') top left no-repeat;
	padding: 25px 15px 0px 15px;
	font-family: helvetica,sans-serif;
	font-weight: bold;
	font-size: 13.5pt;
	margin-left: 200px;
	margin-top: 1px;
	}

div#Navigation{
background: white;
margin: 15px 30px 0px 0px;
padding: 15px 15px 4px 15px;
text-align: center;
}
	
div#rules{
background: white;
margin: 15px 30px 0px 0px;
padding: 15px 15px 20px 15px;
}

	div#rules div#pick2{
	background: url('images/pick2.gif') no-repeat;
	float: left;
	height: 36px;
	width: 83px;
	padding: 0px 15px 0px 0px;
	}

div#downloads{
background: white;
margin: 15px 30px 0px 0px;
padding: 15px 15px 20px 15px;
}

	div#downloads div#dls{
	float: right;
	background: none;
	padding-left: 30px;
	padding-top: 5px;
	}
	
	div#downloads img{
	margin-bottom: 5px;
	}
	
	div#downloads a img{
	border: none;
	}

div#SuggestACard{
background: white;
margin: 15px 30px 0px 0px;
padding: 15px 15px 20px 15px;
}

	.Button{
	border: 1px solid black;
	background: none;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background: white;
	font-size: 11pt;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	}
	
	.TextBox{
	border: 1px solid black;
	background: none;
	padding: 7px 5px 3px 5px;
	background: white;
	font-size: 9pt;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	color: black;
	}
	
div#News{
background: white;
margin: 15px 30px 0px 0px;
padding: 15px 15px 20px 15px;
}

div#Footer{
background: white;
margin: 15px 30px 15px 0px;
padding: 15px 15px 20px 15px;
}

	div#CC{
	float: left;
	padding-right: 15px;
	}