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: 20px;
	position: relative; /* jumping logo fix for IE */
}

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

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

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

#main .figure img {
	display: block;
}

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

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

#main {
	margin-left: 170px;
	margin-right: 10px;
	padding: 15px 15px 15px 20px;
	border: none;
	border-top: none;
	border-bottom: none;
}

#news1 {
	float: left;
	margin-left: 10px;
	margin right:10px;
	border: 1px;
	width: 30%;
}

#news2 {
	float: right;
	margin-left: 10px;
	margin right:10px;
	border: 1px;
	width: 30%;
}
