	body {
		background: #000;
		margin: 10px 0 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
	img {
		border: 0;
		}
	a {
		color: #900;
		text-decoration: underline;
		}
	a:hover {
		text-decoration: none;
		}
	#logo {
		position: absolute;
		}
	#logo dd, #logo p {
		margin: 0;
		}
	#mainNav {
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
		top: 176px;
		left: 10px;
		z-index: 50;
		}
	#mainNav li {
		display: block;
		width: 73px;
		height: 18px;
		float: left;
		text-align: center;
		line-height: 16px;
		background: #999;
		border-top: 1px solid #900;
		border-bottom: 1px solid #900;
		}
	#mainNav a {
		color: #000;
		text-decoration: none;
		}
	#mainNav a:hover {
		color: #900;
		text-decoration: underline;
		}
	#mainNav li.active {
		font-weight: bold;
		}

	#container {
		width: 922px;
		background: url(../_img/box_bg.gif) repeat-y;
		height: auto;
		margin: 0;
		padding: 0;
		}
	#header {
		width: 922px;
		height: 111px;
		background: url(../_img/box_top.gif) no-repeat bottom;
		position: relative;
		}
	#pictureRow {
		width: 66px;
		height: 100%;
		background: url(../_img/picture_row.jpg) repeat-y; 
/* background: #00f; */
		float: left;
		margin: -13px 0 0 0;
		padding-bottom: 13px;
		overflow: hidden;
		position: relative;
		}
	#footer {
		clear: both;
		width: 922px;
		height: 39px;
		background: url(../_img/box_bottom.gif) no-repeat;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		}

	.hidden {
		display: none;
		}
		
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
