body {
	text-align: center;
	margin: 20px 0;	
}
	
#container {
	width: 777px;
	margin: 0 auto;	
	text-align: left;
}

#header {
	height: 90px;
	width: 777px;
	text-transform: lowercase;
	margin-bottom: 10px;
	position: relative;
	}
	
#widget {
	width: 771px;
	height: 341px;
	background: transparent url(widgetbg.gif) left top no-repeat;
	padding: 8px;
	margin-bottom: 20px;
	}
		
#main {
	width: 777px;
	position: relative;
	border-top: 20px solid #C5C5C5;
	background-image: url(mainbg.gif);
	background-repeat: repeat-y;
	_height: 450px;
	min-height: 450px;
	background-color: #FFFFFF;
	}
#main.home {
	background-image: url(mainbghome.gif);
	}
	
#footer {
	background-image: url(footerbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#footer.home {
	background-image: none;
	}
	
	
/* Header */

#logo {
	float: left;
	padding-top: 13px;
	}

#menu {	
	width: 542px;
	height: 90px;
	float: right;
	background-color: #E95D0F;
	color: #FFFFFF;
	}

#signupform {
	width: 200px;
	position: absolute;
	right:  -9px;
	bottom: 14px;
	}	
#signupform table { margin:0; padding: 0;}
#email { width: 148px; padding: 1px 2px;	border: 1px solid white; margin: 0;	}
#submit {	padding-left: 2px; margin: 0; }
#explain { color: #F8CFB7; }
	
#thedescription {
	padding: 3px 0 0 23px;
	}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 42px;
	}
	
#menu ul li {
	float: left;
	width: 72px;
	margin: 0;
	padding: 0;
	
}
#menu ul li.lastchild {
	width: 182px;
	}
	
#menu ul li a {
	display: block;
	width: 72px;
	color: #FFFFFF;
	background: #ED7D3F url(menudots.gif) right top no-repeat;
	text-decoration: none;	
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: center;
}
#menu ul li.lastchild a {
	text-align: right;
	padding-right: 8px;
	width: 174px;
	background-image: none;
	}

#menu ul li a:hover, #menu ul li.selected a {
	color: #FFFFFF;
	background-color: #E95D0F;
}

#menu em {
	display: none;
	}
#menu em.show {
	display: block;
	font-style: normal;
	}
	
#description {
	display: block;
	}


/* Main */

#content {
	padding: 0 42px 42px 42px;
	margin-right: 240px;
	margin-top: 20px;
	}
#content img.padtop { padding-top: 4px; }
#content p { margin-right: 0px; }

#pagemenu { margin-bottom: 1em; font-size: 13px; }
#pagemenu a { font-weight: bold; }
#pagemenu a.selected { color: #E95D0F; }


#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	padding: 0 20px 64px 32px;
	text-transform: none;
	color: #666666;
	background-color: transparent;
	margin: 16px 0 0 0;
	}
	

#sidebar p { line-height: 1.2em; }	
#sidebar ul { list-style-type: none; padding-left: 0; margin-left: 0; margin-top: 4px; }
#sidebar ul li { padding-bottom: 7px; }
#sidebar ul li.selected a { font-weight: bold; }

#sidebar ul.submenu li { padding-left: 14px; background: transparent url(arrowgrey.gif) no-repeat left top; }
#sidebar ul.submenu li.selected { font-weight: bold; }
#sidebar ul.submenu li a:link, #sidebar ul.submenu li a:visited { text-decoration: none; }
#sidebar ul.submenu li a:hover, #sidebar ul.submenu li a:active { text-decoration: underline; }


/* Misc */

.hide {	display: none; }
.show {	display: inherit;	}
.restrict { width: 140px; }

.flushtop { margin-top:0; padding-top: 0; }
.moretop { margin-top: 32px; }

.bold { font-weight: bold; }

#footer img {
	vertical-align: top; 		/* To maintain vertical alignment with left hand side */
	position: relative;
	top: -5px;
	}
	
table.nice { margin: 16px 0 16px 0; }
table.nice td { border-bottom: 1px solid #999999; background-color: #F8F8F8; }
table.nice th { font-weight: bold; border-bottom: 1px solid #999999; border-top: 1px solid #999999; background-color: #E3E3E3; }	

div.look {
	margin-left: -16px;
	margin-right: -2px;
	padding: 16px 2px 16px 16px;
	background-image: url(look.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

