body {
	margin: 0;
	padding: 0;
	
	background-color: #000;
	color: #ccc;
	
	margin-top: 8px;
	margin-left: 8px;
}

/* anchor colors are so annoying in CSS! */
a, a:link, a:active, a:visited, a:hover {
	color: #fc9;
	text-decoration: underline;
}
a:hover {
	color: #f99;
	text-decoration: none;
}

.header h1 {
	font-size: 200%;
}
.header {
	border: none;
	font-size: 80%;
	margin-bottom: 8px;
}

.fullFridge {
	background: url(../images/fridge_01.gif) #fff;
	color: #000;
}

.fridgeContent {
	padding: 18px;
	padding-top: 0;
}

/* anchor colors are so annoying in CSS! */
.fullFridge a, .fullFridge a:link, .fullFridge a:active, .fullFridge a:visited, .fullFridge a:hover {
	color: #036;
	text-decoration: underline;
}
.fullFridge a:hover {
	color: #066;
	text-decoration: none;
}

.fridgePaper {
	padding: 10px;
	
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
/*	width: 500px; */
	padding: 0px;
}
.innerPaper {
	color: #000;
	background-color: #fff;
	
	position: relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerPaper.magnet {
	background-image: url(../images/magnet.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	padding: 40px;
	padding-top: 4px;
	padding-bottom: 36px;
	text-align: left;
}
/* eww, pixel font sizes :P */
.innerPaper h1 {
	font-size: 32px;
	padding-bottom: 16px;
}
.innerPaper h2 {
	font-size: 24px;
	padding-bottom: 8px;
}
.innerPaper h3 {
	font-size: 16px;
}

#copyrightText {
	font-size: x-small;
}
