/*#######################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.01
	Creation Date		: 01/12/2005
	Modification Date	: 16/04/2006
	Modification by		: Jerry van Heerikhuize
	Description			: Master StyleSheet

  ------------------------------------------------------------------------
	
	Comments:
	
	- 2.1    Uses the IE5/Mac Band Pass Filter: http://stopdesign.com/examples/ie5mac-bpf/
	- 2.2    Uses the Mid Pass Filter: http://tantek.com/CSS/Examples/midpass.html
  ------------------------------------------------------------------------

	Section Index:
		1.	Imports
			1.1 Layout
			1.2 Universal Styles
			1.3 Custom styles
		2.	Bug-fixes
			2.1 IE5/Mac Only Styles
			2.2 IE5/Win Only Styles
		
\*#######################################################################*/





* {
	margin:0px;
	padding:0px;
}





body { height: 100% !important; }

body.main
{
	/* Netscape Margin bug fix */
	/*/*/
	margin: 0px 0px 0px 0px;
	/* */
	padding: 0px;
	border: 0px;
	overflow: -moz-scrollbars-vertical;
	background-color: #000000;
/*	margin-left: auto;
	margin-right: auto;
	width: 960px;*/
	/* This is to prevent a MSIE painting bug. It is to make sure background colors are not painted outside of elements. */
	/* This is to prevent issues with MSIE, as well as with modern browsers in case an element in a container is/gets "too large" or that container shrinks too much. With modern browsers, the element would stick outside of the container, with MSIE, it could force a "drop" of the container. */
	/*display: inline-block overflow:hidden;*/
	height: 100% !important;
}

body.main div.head
{
	background-color: #fcff00;
	margin: 0px 0px 0px 9px;
	width: 934px;
	height: 33px;
	padding: 0px 0px 0px 0px;

}

body.main div.main
{
	background-color: #fcff00;
	margin: 0px 0px 0px 9px;
	width: 934px;
	text-align: left;
	padding: 0px;
	min-height:500px;
}

body.main div.footer
{
	background-color: #FFF;
	margin: 6px 0px 20px 9px;
	width: 934px;
	text-align: left;
	padding: 0px;
	height:80px;
}