@CHARSET "ISO-8859-1";

	#body div {

	}
	
	div.page {
		width: 800px;
		margin: 0 auto;
	}
	
	#top {
		padding-top: 50px;	
	}
		#top .id {
			float: left;
			width: 244px;
			margin-right: 15px;
		}
		
		#top .message {
			float: left;
			width: 400px;
			margin-top: 50px;
		}
	
	#body #middle {
		margin-top: 20px;	
	}
	#body div.left {
		float: left;
		width: 610px;
		margin-left: 85px;
	}
	
	#body div.right {
		float: right;
		width: 85px;
	}
		
		/* updates */
			.updates {
				padding: 5px 5px 0 5px;
			}
			
			.updates .list .item {
				width: 275px;
				margin-bottom: 5px;
				display: block;
				clear: left;
				float: left;
			}
			
			.updates .list .odd {
				float: right;
				clear: right;
			}
		
	
	#bottom {
		padding: 10px 0 10px 0;
	}
	
		#bottom p {
			margin-left: 10px;	
		}
/* clearfix hack: http://www.webtoolkit.info/css-clearfix.html */

	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}	