			* {
				/*font-family:Georgia, "Times New Roman", Times, serif;*/
				font-family:Verdana,Arial,Helvetica,sans-serif;
				color:#000000;
				font-size:11px; 
				font-weight:normal;
				line-height:1.2;
			}

			body {
				background-color:#f9f9f9;
				background-image:url(../pics/bg.jpg);	
				background-repeat:repeat;
				background-position:top center;					
				
				z-index:-20;
				padding:0;
				margin:0;
				line-height:1.5;
				
				height:475px;
			}

			#bgImage {
				background-image:url(../pics/bg_index.jpg);				
				background-repeat:no-repeat;
				background-position:top center;				
				border:1px solid #f9f9f9;
			}
			
			#containerAligning {
		    margin-top:75px;
		    text-align:center;
				background-image:url(../pics/line.jpg);	
				background-repeat:repeat-x;
				background-position:left center;
			}
			
			#containerContent {
		    margin-left:auto;
		    margin-right:auto;
		    width:100%;
		    height:475px;
		    text-align:center;

		    background-image:url(../pics/timeline.jpg);
				background-repeat:no-repeat;
				background-position:center center;
			}
			
			#containerContentAligning {
		    text-align:center;
			}
			
			#divMessage {
		    position:absolute;
		    left:50px;
				top:75px;
				width:350px;
				height:215px;			
		    text-align:left;
		    text-align:justify;
			}
			
			#containerSites {
		    margin-left:auto;
		    margin-right:auto;
				width:650px;
				height:450px;
		    text-align:left;
			}

			#containerSiteRudy {
		    position:relative;
		    float:left;
		    left:0px;
		    top:275px;
				width:90px;
				height:120px;
		    text-align:center;
		    cursor:pointer;
			}

			#containerSiteAustralia {
		    position:relative;
		    float:left;
		    left:315px;
		    top:330px;
				width:90px;
				height:120px;
		    text-align:center;
		    cursor:pointer;
			}
			
			#containerSiteSouthamerica {
		    position:relative;
		    float:left;
		    left:315px;
		    top:290px;
				width:90px;
				height:120px;
		    text-align:center;
		    cursor:pointer;
			}

			.bottomAligner {
				vertical-align:bottom;
			}
			
			blockquote.withquote {
				background:url(../pics/quote.gif);
				background-repeat:no-repeat;
				background-position:top left;
				padding-left:20px;
				text-align:justify;
			} 

			p.withunquote {
				background:url(../pics/unquote.gif); 
				background-repeat:no-repeat;
				background-position:bottom right;
				padding-right:5px;
			}			
			
			.header {  
				font-size:14px; 
				font-weight:bolder; 
				color:#FF6666;
				font-variant:small-caps;
				text-align:justify;
			}
			
			.text {
				color:#000000;
				font-size:11px; 
				font-weight:normal;
				line-height:1.2;
				text-align:justify;
			}