/* © Copyright 2007 by Bram Bogaert - All Rights Reserved */

/* COMMON START */
.mousePointer {
	cursor: pointer;
	cursor: hand;
}

.floatRight,
.floatLeft {
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.floatRight {
	float: right;
	padding-left: 14px;
}
.floatLeft {
	float: left;
	padding-right: 14px;
}
/* COMMON END */

/* PAGE START */
body, div, span, img { margin: 0; padding: 0; border: none; }

body,
table {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

body {
	/* Always show vertical scrollbar in FF */
	overflow: -moz-scrollbars-vertical;
	
	padding-top: 7px;
}

#page {
	width: 800px;
	overflow: auto;
	
	position: absolute;
	left: 50%;
	margin-left: -400px;
}
/* PAGE END */

/* MENU START */
#menu {
	width: 100%;
}

#menu ul,
#menu ul li {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	display: inline;
	cursor: pointer;
	cursor: hand;
}

#menu ul li {
	line-height: 1.9em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 28px;
	padding-right: 28px;
}

#menu a {
	white-space: nowrap;
	text-decoration: none;
}
/* MENU END */

/* CONTENT START */
#content {
	padding-top: 21px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	
	/* Only works in FF,
		makes sure our footer never looks out of place with its
		deep red spacer at the bottom.
		Also visually more appealing for smaller pages. */
	min-height: 250px;
}

#contentFrame,
#contentPage {
	width: 780px;
	overflow: visible;
}
#contentFrame {
	height: 300px;
}
/* CONTENT END */

/* HEADER */
#header {
	width: 800px;
	height: 150px;
}

/* FOOTER */
#footer {
	width: 800px;
	height: 28px;
}

