
	body{
		margin:0px;
		text-align:center;
		font-family:Arial;		
		
	}
		
	#mainContent{
		width:760px;
		
	}

	#two-column-container{
		height:200px;
		width:760px;
	}

	#two-column-side1 {
		float:left;
		width:30%;		
		border-width:1px;	
		border-color:#9abcec;
		border-style:solid;
	}

	#two-column-side2 {
		float:right;
		width:70%;
	}
	
	#textContent{
		text-align:left;
		color:#333333;
		font-size:0.9em;
		
		overflow:auto;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
	}
	h2.main{
		color:#333333;     
		font-size:0.9em;
		line-height:1.1em;
		padding:2px;
		background-color:#9abcec;
	}
	h2.page{
		color:#333333;  				
	}
	#photo-float-right{
		float:right;
	}
	#photo-float-left{
		float:left;
		padding:5px;
	}
	#menuDiv{
		width:760px;
		overflow:hidden;
	}
	pre{
		color:#F00;
	}
	p,pre{

	}
	.style1 {font-size: large}
    .style2 {font-weight: bold}
    
