/* CSS Document */
body{
		text-align: left;
		font-family: veranda, helvetica, arial, sans-serif;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#main{
		width: 500px;
		margin-left: 0px;
		margin-right: auto;
		text-align: left;
		font-size: 10pt;
		padding: 0px;
		background-color: white;
		height: 100%;
	}
	
	#leftside{
		width: 190px;
		padding: 0px;
		float: left;
	}
	
	#rightside{
		width: 900px;
		border: 1p solid black;
		padding: 0px;
		float: left;
	}
	#footer{
		padding: 0px;
		/*float: left;*/
	}
	#branchPos{
		position: absolute;
		top: 132px;
		left: 191px;
	}
	#branchHeading{
		height: 27px;
		padding: 0px;
		margin: 0px;
		font-family: Times New Roman, Times, serif;
		color: white;
		font-size: 18px;
	}
	#saleslink{
		position: absolute;
		top: 50px;
		left: 695px;
		height: 100px;
		width: 280px;
	}
	#saleslink .content{
		background-color: #ccc;
	}
	#window{
		position: relative;
		margin-bottom: 10px;
		margin-right: 10px;
		padding: 0px;
		width: 95%;
	}
	#window .heading{
		width:100%;
		height: 20px;
		color: white;
		font-size: 12px;
		vertical-align: bottom;
		padding:0px;
		padding-top: 2px;
		margin: 0px;
	}
	#window .content{
		position: relative;
		height: 100%;
		width: 100%;
		font-size: 12px;
		padding: 5px 5px 0px 5px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	.spacer{ height: 20px;}
