/* YourGMap style sheet for column-style maps. */
/* (C) 2005 Gabor Cselle. All rights reserved. */

html {
    height:99%;
}

body {
    height:99%;
}



#menu {
	top: 0;
	height:500px;
	width:200px;
	overflow: auto;
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
}



#main {
	position: relative;
	height:500px;
	width:505px;
	top:0;
	background: #ffffff;
	color: #000000;
	border-style:solid;
	border-color: #cccccc;
	border-width:1px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
}
