 body {
 margin: 0px;	
 background: url("/img/header-bg-border.jpg") repeat-x;
 }
body {font-size:62.5%} /* for IE/Win */
html>body {font-size:10px} /* for everything else */  
 
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;

	/* width: 1024px; */
	/* width: 1000px; */
	width: 1000px;
	}
	
#language {
float: right;
margin-top: 45px;
text-align: right;
margin-right: 60px;
padding-top: 2px;
border-top: 4px solid #afc4dc;	

}	
	
#container {

margin-left: 40px;	
}
	
#header {
	width: 820px;
	margin: 0px auto;
	height: 196px;

	margin-bottom: 10px;
	}

#header #left {
	background: white;
	width: 353px;		
	height: 192px;
	float: left;	
	background: url("/img/logo.jpg");
	/* cursor: pointer; */
}

#header #right {
	float: left;	
}

#header img {
	padding-top: 152px;
	border: none;
	border-bottom: 4px solid #4577b2;
	margin-right: 10px;	
	}

#header img:hover {
	border-bottom: 4px solid #294f7b;	
	}



#header a {
	border: none;
	}

#side-a {
	float: left;
	width: 251px; /* 271 */ 
	background: url("/img/wheel-left-100.jpg");
	background-position: top right;
    background-repeat: no-repeat;

	padding-top: 18px;
	padding-right: 15px;

	margin-bottom: 20px;

    /* Min-height hack - http://www.dustindiaz.com/min-height-fast-hack */
    min-height:198px;
    height:auto !important;
    height:198px;
	}

#side-b {
	float: right;
	width: 197px;
	/*  201 */

	/* padding-top: 38px; */
	padding-top: 20px;
	padding-left: 15px;

	margin-bottom: 20px;

   /* Min-height hack - http://www.dustindiaz.com/min-height-fast-hack */
    min-height:198px;
    height:auto !important;
    height:198px;
	}

.no-background-left {
	background: none !important;
	/* background: url("/img/wheel-left-65.jpg") !important; */
	/* background-position: top right !important; */
    /* background-repeat: no-repeat !important;  */
		
}	

.no-background-right {
	background: none !important;
	/* background: url("/img/wheel-left-65.jpg") !important; */
	/*background-position: top right !important; */
    /* background-repeat: no-repeat !important; */
		
}	

#content ul A[rel="external"]
{
	font-weight: normal;
}

#regularcontent {
display: inline;	
}

.margin-20 {
margin: 20px;	
}

div.contact {
margin: 20px;
border: 1px dashed #ff6600;
width: 200px;
padding: 5px;
}

.orange {
color: #ff6600;
}

#content { 
	float: left;
	width: 430px;

 	padding-top: 20px;
 	padding-left: 30px;
	margin-bottom: 100px;
	
	/* Ugly hack to display text anti alising on FF Mac OSX */
	opacity: 0.9999; /* CSS standard */	
	
	}

#footer {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 140px;
	}




h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, San-serif;
	font-size: 1.6em;
	color: #ff6600;	
	font-weight: normal;
	}


h2 {
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, san-serif;
	font-size: 1.4em;
	color: #ff6600;	
	font-weight: normal;
	}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, san-serif;
	font-size: 1.3em;
	color: #ff6600;	
	font-weight: normal;
	}
	
	
#contact {
margin-top: 0px;
padding-top: 0px;	
}


q:before, q:after {
    content: ""; 
    }	

li {
	font-family: arial, verdana, san-serif;
	font-size: 1.2em;
	color: #294986;
	margin: 0px;
	margin-top: 4px;	
	}
		/*
 h1 1em  = 1.6em;
 h2 0.9  = 1.4em;
 h3 0.85 = 1.3em;
 p  0.8  = 1.2em;
*/
 


p {
	font-family: arial, verdana, san-serif;
	
	font-size: 1.2em;
	color: #294986;
	margin: 0px;
	margin-top: 4px;	
	}


	
#content p {

	font-family: arial, verdana, san-serif;
	font-size: 1.3em;
	color: #294986;

	}
	

	
#content .continue	{
	margin-top: 10px;
	}
	
#content #updates {
margin-bottom: 10px;	
}	
	
#gallery {
	margin-left: 10px;
	/* padding-top: 12px; */
	padding-bottom: 10px;	
	width: 180px;
	/* background: #cbddf4; */
	}		

.hypergallery {
	margin-top: 18px;	
	}

.gallery-img {
	border: 5px solid #cbddf4;	
	display:block;

 	filter : alpha(opacity=70); /* IE */
	-moz-opacity: 0.7; /* Mozilla */ 
	opacity: 0.7; /* CSS standard */
	margin: 0 auto;
	margin-bottom: 10px;
	
	}	

.gallery-img-large {
	border: 5px solid #aac9ed;	
	display:block;


	
	}	

.gallery-over {
	border: 5px solid #92b6e0;	
	display:block;
	margin: 0 auto;
	margin-bottom: 10px;
	}

.gallery-out {
	border: 5px solid #cbddf4;	
	display:block;

 	filter : alpha(opacity=70); /* IE */
	-moz-opacity: 0.7; /* Mozilla */ 
	opacity: 0.7; /* CSS standard */
	margin: 0 auto;
	margin-bottom: 10px;
	}
	

.about-opactiy {
	 filter : alpha(opacity=80); /* IE */
	-moz-opacity: 0.8; /* Mozilla */ 
	opacity: 0.8; /* CSS standard */	

	}



.margin-top-40 {
margin-top: 40px;	
}

.delimiter {
margin-top: 5px;
margin-bottom: 10px;	
}

.delimiter-top {
margin-top: 10px;
margin-bottom: 10px;		
}

#content ul.margin-right-20 {
	margin-right: 20px;	
	}	
	
#opacity-70 {
 	filter : alpha(opacity=70); /* IE */
	-moz-opacity: 0.7; /* Mozilla */ 
	opacity: 0.7; /* CSS standard */	
}

	
#container a.read-more {
	text-align: right;
	display: block; 
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	color: #ff6600;	
	text-decoration: none;
	 font-style: italic;
	font-weight: normal;
	}
	
#container a {
	color: #ff6600;	
	text-decoration: none;
	 font-style: none;
	font-weight: normal;
}

#content a {
	color: #ff6600;	
	text-decoration: none;
	 font-style: none;
	font-weight: normal;
	
		font-family:  arial, verdana, san-serif;
	}

#content .quote {
font-style: italic;	
margin-bottom: 10px;
}
#content .quote a {
font-style: italic;	

}

#content #topimage {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
border: none;
}

#footer p {
	font-size: 1.15em;
}

#footer img {
vertical-align: bottom;	
}

#footer a {
color: 	#ff6600;
text-decoration: none;

}

.italic {
font-style: italic;	
}

.centered {
text-align: center;	
}
