/* layout styles */

div.page div.header{
	width:900px;
	margin:auto;
	height:100%;
	background-image: url(../images/shared/bg_menu.gif);
	background-repeat : repeat-y;
	background-position : center;
}

div.page div.menu{
	background-image: url(../images/shared/bg_menu.gif);
	background-repeat : repeat-y;
	background-position : center;
	height:100%;
	margin:auto;
	width:880px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

div.page div.columns{
	background-image: url(../images/shared/bg_columns.gif);
	background-repeat : repeat-y;
	background-position : center;
	width:900px;
	margin:auto;
	height:100%;
}

div.page div.columns div.a, div.page div.columns div.c{
	width:200px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	overflow:hidden;
	display:inline;
}

div.page div.columns div.b{
	width:420px;
	margin:20px;
	float:left;
	overflow:hidden;
	display:inline;
}

div.page div.footer{
	background-image:  url(../images/shared/bg_footer.gif);
	background-repeat : repeat-y;
	background-position : center;
	height:100%;
	width:880px;
	margin:auto;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
}


