/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* for all templates and grids */

/* 950 centered */ 

#wrapper {
	margin:auto;
	width:1000px;
}

#menupanel	{
		width:176px;
		text-align:left;
		float:left;
		margin:0px;
		background-color: #ccc;
	}
#mainpanel	{
			width:815px;
			float:right;
			margin:0px;
			padding:1px;
			background: url("../images/corner.gif") no-repeat top left;
		}
		
#ft	{
		clear:both;
		text-align:center;
	}

#body:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

