@charset "UTF-8";

body {
	height: 100%;
	background: #B28C5B url(images/tile.jpg);
	margin: 0;
	padding: 0;

	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em; /* 16px */
	color: #000000;
	font-weight: bold;
	}
h1, h2{
	font-weight: bold;
	text-transform: capitalize;
	}
h1{
	margin-bottom: 12px;
	font-size: 2.2em; /* 16x2.1875 = 35 */
	color: #FFFFFF;
	}
h2{
	margin-top: 6px;
	font-size: 1.25em; /* 20 */
	color: #642A1D;
	}
h3{
	display: block;
	width: auto;
	margin-top: 20px;
	padding: 6px;
	background: url(images/tile.jpg);
	border: #642A1D solid 1px;
	
	font-size: 0.75em; /* 12 */
	color: #FFFFFF;
	}
p, li, th, td{
	font-size: 0.7em; /* 16x0.6875 = 11 */
	}
table{
	width: 100%;
	border-collapse: collapse;
	}
caption{
	display: none;
	}
th{
	text-align: left;
	color: #642A1D;
	}
	
#content{
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 780px; /* 820 */
	background: url(images/tile_light.jpg);
	}
#player{
	float: right;
	width: 400px;
	height: 300px;
	}
#leftcol, #rightcol{
	margin-bottom: 20px;
	}
#leftcol{
	float: left;
	margin-right: 5px;
	width: 49%;
	}
#rightcol{
	float: right;
	margin-left: 5px;
	width: 48.5%;
	}
#presented{
	color: #FFFFFF;
	font-weight: bold;
	}
#polariod{
	padding: 20px 0 45px 0;
	width: 220px;
	background: url(images/polariod_bg.jpg);
	text-align: center;
	}
#polariod img{
	padding: 3px;
	background: url(images/polariod_img_bg.jpg);
	}
.clearfloats{
	clear: both;
	}
	
	
/* Links */

a:link{
	color:#642A1D;
	text-decoration:underline;
}
a:visited{
	color:#642A1D;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
a:active{
	color:#000000;
	text-decoration:none;
}

