	body {
		background-color: #fff;
		background-repeat: repeat;
		color: #4c4c4c;
		font-family: Verdana;
		font-size: 9pt;
	}
	h1, h3, h2 {
		color: #336633;
	}
	p {
		color: #4c4c4c;
	}
	img{
		border: 0;
	}
	a:link{
		border: 0px;
		font-weight: bold;
		color: #FF6600;
		text-decoration: none ;
	}
	a:visited{
		border: 0px;
		font-weight: bold;
		color: #FF6600;
		text-decoration: none ;
	}
	a:hover{
		border: 0px;
		font-weight: bold;
		color: #FF6600;
		text-decoration: none ;
	}
	#wrapper {
		display:block;
		position:relative;
	}
	#content {
		width: 90%;
		position: relative;
		margin:  0px auto;
		height: auto;
		min-height: 350px;
		padding: 5px;		
	}	
	#content2 {
		width: 90%;
		position: relative;
		margin:  10px auto;
		height: auto;
		min-height: 200px;
		padding: 5px;		
	}	
	#center {
		text-align: center;
		align: center;
	}
	#about {
		padding-left: 20px;
		padding-right: 20px;
		margin: auto;
		min-height: 300px;
		width: auto;
	}
	.image {
		float: right;
	}
	.texts {
		/*float: right;*/
	}
	p#emphasis {
		color: #2796a3;
		font-weight: bold;
	}
	table#center{
		width: 1001px;
		height: 1036px; 
		border: 0px;
		padding: 0px;
		border-spacing: 0px;
		margin: 0px;
	}
