body {
	margin: 0;
	background: #ccf url(images/background.png) repeat-y;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

#header {
	height: 100px;
	background: #330066 url(images/header_background.png) repeat-x;
	border-bottom: 2px solid black;
	white-space: nowrap;
	overflow: hidden;
	min-width: 955px;
	}

#main {
	width: 890px;
	_width: 920px; /* <=IE6 Fix */
	padding: 30px;
	_padding-right: 0px; /* <=IE6 Fix */
	line-height: 1.3em;
	background-color: white;
}

/* @group The Menu */

#menu {
	display: table;
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none;
	white-space: nowrap;
	line-height: 1em;
	}
	
#menu li {
	display: table-cell;
	}
	
* html #menu li {
	float: left;
	}
	
#menu a {
	width: auto;
	display: block;
	padding: 4px 16px;
	color: #fff; 
	background: #96c; 
	border: 1px solid #000; 
	text-decoration: none;
	font-size: .8em;
}
	
* html #menu a {
	float: left;
	}
	
#menu a:hover {
	color: #000; 
	background: #fc3;
	}

.container {
	clear: both;
	text-decoration: none;
	}
	
* html .container {
	display: inline-block;
	}

#mcontainer {
	text-align: center;
}

/* @end */

/* @group Links */

a {
	color: #96c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

.clear {
	clear: both;
}

#crumb {
	color: gray;
	font-size: .8em;
	margin-top: 20px;
}

#main p {
	text-align: justify;
	line-height: 1.3em;
}

img.center {
	display: block;
	margin: 0 auto;
}

img.right {
	float: right;
	margin: 5px 0 5px 15px;
}

blockquote {
	border-left: 1px dotted #fc3;
	padding-left: 10px;
}

li {
	padding: 2px;
}