@charset "utf-8";
/* CSS Document */


body {
	margin: 20px;
}

/* uncomment this style to set a fixed width
#wrapper {
	width: 760px;
}
*/

#banner {
	position: relative;
}

/* fix IE 6: improperly positioning 
'subscribe' and 'about us' links in banner */
* html #banner {
	height: 1px;
}

#banner #badge {
	position: absolute;
	left: -18px;
	top: -18px;
}

#banner #logo {
	margin-left: 65px;
	position: relative; /* jumping logo fix for IE */
}

#banner ul {
	position: absolute;
	right: 130px;
	bottom: 5px;
}

#main .figure {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
}

#main .figure p {
	position: absolute;
	left: 11px;
	bottom: 140px;
	width: 168px;
	background-color: #FFF;
	border: 1px dashed #666666;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0;
}

#main .figure img {
	display: block;
}

#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
}

#sidebar {
	position: absolute;
	top: 15px;
	left: 0;
	width: 170px;
}

#adverts {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 125px;
}


#main {
	margin-left: 170px;
	margin-right: 135px;
	padding: 0 15px 15px 20px;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;
}

body#home a#homelink,
body#itin a#itinlink,
body#book a#booklink,
body@aboutmongo a#aboutmongolink {
	text-decoration: underline;
	color: #fff;

