@charset "utf-8";
/* CSS Document */

body {
	background-color:white;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
}

#container {
	width:1000px;
	height:7500px;
	background-image:url(img/background4.jpg);
	background-repeat:no-repeat;
	background-color: white;
	margin:auto;	
}


.panel1{
	width:10%;
	padding: 15px;
	margin-bottom: 15px;
	text-align: left;
		
	}
	

#tabs {
	float:left;
	}


	
	
#rightside {
 	float:right;
	padding:10px;
	}
