/* Metaclassofnil.com CSS by Peter Thoman*/

/* ------------- General body, link, image stuff */

body { 
	margin: 0pt;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	background-color: rgb(255, 255, 255);
}

img {
	border-style: none;
	border-width: 0px;
}

a {
	text-decoration: none;
	color: rgb(18, 120, 18);
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: rgb(26, 180, 26);
}

/* ------------- List stuff */

li {
	list-style-type: disc;
	padding-bottom: 0.4em;
}

.listart {
	font-size: large;
}

/* ------------- The header image */

.headimg {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	padding-right: 26px;

	width: 580px;
}

/* ------------- *yoda* Autoboxing leads to NullPointerException */

.box {
	background-image: url(img/t_bg.png);
	background-repeat: repeat-y;
	
	font-size: medium;
	text-align: left;
	color: rgb(38, 38, 38);
	
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	/* A bit ugly, but works around the Windows FF bug */
	border-top: 4px solid rgb(255, 255, 255);
	border-bottom: 4px solid rgb(255, 255, 255);

	width: 528px; /* W3C = teh suxxor */
}

.header {
	background-image: url(img/t_head.png);
	background-repeat: no-repeat;
	
	font-size: xx-large;
	font-weight: normal;
	text-align: left;
	
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: -26px; 
	margin-right: -26px;
	padding-left: 80px;
	padding-top: 22px;
	
	width: 498px; /* W3C = teh suxxor */
	height: 43px; /* W3C = teh suxxor */
}

.header_s {
	background-image: url(img/t_head_small.png);
	background-repeat: no-repeat;
	
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: -26px; 
	margin-right: -26px;
	
	width: 580px;
	height: 36px;
}

.footer {
	background-image: url(img/t_foot.png);
	background-repeat: no-repeat;
	
	font-size: small;
	font-weight: normal;
	text-align: right;
	
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: -26px; 
	margin-right: -26px;
	padding-left: 26px;
	padding-right: 60px;
	padding-top: 4px;
	padding-bottom: 0px;
	
	width: 514px; /* W3C = teh suxxor */
	height: 34px; /* W3C = teh suxxor */
}

