
			body {
				/* Fix for resizing text, all browser, use em for font size definitions in the rest of the css */
				font-size:100%;
				color:white;
				margin:0;
				padding:0;
			}
			
			#container {
				width:880px;
				height:442px;
				background-image:url(../images_main/background.jpg);
				background-repeat:no-repeat;
				color:black;
				margin:20px auto 50px auto;
				text-align:left;
			}
			
			#headerrightOne {
				float:right;
				width:55%;
				color:#305746;
				font-weight:bold;
				margin-top:.35em;
				font-size:4.8em;
				font-family:Arial, Verdana, sans-serif;
			}
			
			#headerrightTwo {
				float:right;
				width:58.5%;
				color:#305746;
				font-weight:700;
				font-size:5.47em;
				margin-top:-.28em;
				font-family:Arial, Verdana, sans-serif;
			}
			
			#headerrightThree {
				float:right;
				width:58%;
				color:black;
				font-size:1.6em;
				margin-top:-.7em;
				font-family:Arial, Verdana, sans-serif;
			}
			
			#headerrightFour {
				float:right;
				width:46%;
				color:#305746;
				font-weight:bold;
				font-size:1.58em;
				font-family:Arial, Verdana, sans-serif;
				margin-top:.4em;
				margin-left:auto;
				margin-right:auto;
			}
			
			#headerrightFive {
				float:right;
				width:57%;
				color:#305746;
				font-size:1.07em;
				font-family:Arial, Verdana, sans-serif;
				margin-top:-.1em;
				margin-left:auto;
				margin-right:auto;
			}
			
			#leftcolumn {
				float:right;
				line-height:1.5em;
				color:#305746;
				margin-top:-1em;
				font-family:Arial, Verdana, sans-serif;
				font-size:1.07em;
				width:29%;
			}
			
			#rightcolumn {
				float:right;
				line-height:1.5em;
				color:#305746;
				margin-top:-1em;
				font-family:Arial, Verdana, sans-serif;
				font-size:1.07em;
				padding-right:10px;
				width:30%;
			}
			
			.pointxx {
				font-size:62px;
			}
			
			.clearboth{
				clear:both;
			}