/* 
Toronto Pinball and Gameroom Show
Author: dave@websherpa.ca 
Editor: wayne@websherpa.ca
Copyright 2009 webSherpa.ca(tm)
www.websherpa.ca

Colours
---------------
Yellow/green: #cccc66
Red: #cccc33
Light blue: #4c81a0

Default Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #fff;
	background-image: url();
	background-repeat: repeat-y;
	background-position: center;
}

.clearfix {
	margin: 0px;
	height: 0px;
	clear: both;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #c33;
}

img {
	border: none;
}

a {
	color: #330099;
}

a:hover {
	color: #66c;
}

.zero {
	padding: 0px;
	margin: 0px;
}

/*																														Core Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */



/*																														Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#home #top_title h1 {
visibility:hidden;
}


/*																														Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */




/*																														Sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */




/*																														Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */