/* Layout Stylesheet */ 

body {
	border:0;
	padding-left: 10%;
	padding-right: 10%;
	height: 600px;
 }
  
#main {
	border: 2px solid #10147e;
	background: #ffffff;
	color: #000000;
	background-color: #D6cfe5;
	height: 570px;
	
	
 }

#mainlong {
	border: 2px solid #10147e;
	background: #ffffff;
	color: #000000;
	background-color: #D6cfe5;
	height: 2296px;
	
	
 }

#border {
	border: 4px solid #10147e;
	background: #ffffff;
	color: #000000;
	background-color: #D6cfe5;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 920px;
	position: absolute;
	z-index: 1;
	margin-top: 20px;
	left: 10px;
	margin-bottom: 10px;
	height: 574px;
	visibility: hidden;
	
		}
		
#borderlong {
	border: 4px solid #10147e;
	background: #ffffff;
	color: #000000;
	background-color: #D6cfe5;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 920px;
	position: absolute;
	z-index: 1;
	margin-top: 20px;
	left: 10px;
	margin-bottom: 10px;
	height: 2300px;
	visibility: hidden;
	
		}		
		

		
#menu {
	position: absolute;
	left: 4px;
	top: 170px;
	width: 238px;
	z-index: 8;
	height: 23px;
}		

