
/*
 * Reset
 */
 
ul, ol { margin: 0; padding: 0; list-style-type: none; }


body {
	background: #f0f0f0;
	margin: 0;
	padding 0;
	font-family: Helvetica, Arial;
	font-size: .8em;
}


#OuterTop, #OuterMiddle, #OuterBottom {
	width: 100%;
	clear: both;
}

#OuterTop {
	position: absolute;
	top: 0;
}

#OuterMiddle {
	margin-top: 145px;
}

#OuterBottom {
	padding-top: 10px;
}


#OuterTop .wrapper, 
#OuterMiddle .wrapper,
#OuterBottom .wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	position: relative;	
}


#Header, #Middle {
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	width: 100%;
	float: left;
	background: #fff;	
}

#Header {
	border-top: solid 1px #000;
	background-image: url(/html/img/pool/bg_header.jpg);
	height: 144px;
}

#Header img {
	position: relative;
	top: 47px;
	left: 106px;
}



#Middle {
	border-bottom: solid 1px #000;			
}

#Footer {
	font-size: .9em;
	color: #606060;
	text-align: center;
}



#Middle .columm1 {
	float: right;
	width: 560px;
}

#Middle .columm2 {
	width: 190px;
	float: left;	
}


#Middle .content {
	padding: 5px;
	color: #212121;
}



#Shortcuts {
	position: absolute;
	top: 5px;
	right: 8px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#Shortcuts li {
	float: left;
	margin: 0 4px 0 4px;
	font-size: .9em;
}

#Shortcuts a {
	color: #e4e4d0;
	text-decoration: none;
}

#Shortcuts a:hover {
	color: #fff;
	text-decoration: underline;
}



#nav_primary {
	margin: 5px 5px 10px 10px;
}

#nav_primary li {
	border: solid 1px #707070;
	background-color: #e0e0e0;
	margin-bottom: 5px;
	padding: 2px;
}

#nav_primary a {
	display: block;
	padding: 1px 0px 1px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #502010;
}

#nav_primary a:hover {
	background-color: #d0d0d0;
}

.Infobox-grey {
	background-color: #f0f0f0;
	border: solid 1px #707070;
	margin-bottom: 10px;
	padding: 5px;	
}