/* Defaults */

body, div, p, table, tr, td
{
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
	color: #f39;
}

a:hover
{
	text-decoration: underline;
}

em
{
	font-style: normal;
	color: #f39;
}


/* Tables */

table, tr, td
{
	vertical-align: top;
}

/* Site Background */

body
{
	background-repeat: repeat;
}


div#content-wrap
{
	width: 840px;
	padding-left: 27px;
	padding-right: 110px;
	padding-bottom: 265px;
	
	/* Bubbles at the bottom */
	background-position: bottom left;
	background-repeat: no-repeat;
}


/* Content elements */

div.content-box
{
	margin-top: 8px;
    background-color: #fff;
}

div.content-box h3
{
	padding-top: 8px;
	margin-bottom: 5px;
	
	font-family:  "arial", serif;
	text-transform: uppercase;
	font-size: 16px;
}

div.content-box p
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 15px;
    
   	font-family: arial, "sans serif";
	font-size: 12px;
}

div.content-box li
{
	font-family: arial, "sans serif";
	font-size: 12px;
}

div.content-box img.title
{
	float: none;
	margin: 2px 0px 4px 0px;
}

div.left-image img
{
	float: left;
	margin: 0px 5px -6px 3px;
}


/* Top part of the site: banner and the menu */

div#header
{
	display: block;
}

div.menu div.centre-content
{
	height: 18px;
}


/* Right column */

div#ad-column
{
	float: right;
	width: 164px;
}

div#ad-column div.content-box img
{
	float: none;
	display: block;
	margin: 0px 0px 0px 3px;
}


/* Bottom part of the site: bubbles and links */

div#footer
{
	clear: both;
}

div#footer div#links
{
	position: absolute;
	margin-top: 96px;
	left: 0px;
}

div#footer div#links img
{
	vertical-align: top;
	margin-left: 33px;
}

div#links a:hover
{
	text-decoration: none;
}

p#production-credits
{
	position: relative;
	left: 14px;
	top: -7px;
	
	font-family:  "arial", serif;
	font-size: 11px;
}

p#production-credits a
{
	color: #000;
}

p#production-credits a:hover
{
	color: #f39;
	text-decoration: none;
}