#wrapper {
	width: 820px;	
	}

#container {
	width: 820px;	
}

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

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

	margin-bottom: 20px;
	}
	

#language {
float: right;
margin: 0px;
margin-top: 25px;
text-align: right;
padding-top: 2px;
border-top: 4px solid #afc4dc;	

}

#side-b {
	float: right;
	width: 150px;

	/* padding-top: 38px; */
	padding-top: 0px;
	padding-left: 0px;

	margin-bottom: 20px;

   /* Min-height hack - http://www.dustindiaz.com/min-height-fast-hack */
    min-height:198px;
    height:auto !important;
    height:198px;
	}
#content { 
	float: left;
	width: 530px;

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

#footer {
	clear: both;
	text-align: center;
	width: 600px;
	margin-bottom: 10px;
	margin-left: 110px;
	}
	
p {
	margin-bottom: 10px;	
	}	
	
/* Image */

 /* Mainc container */
.project_image {
	width:  494px;
	height: 240px;
	border: 5px solid #afc4dc;	
	background: white;
	visibility: visible;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hover_ {
 	filter : alpha(opacity=00); /* IE */
	-moz-opacity: 0.0; /* Mozilla */ 
	opacity: 0.0; /* CSS standard */	
	background: #22528a;
	width: 492px;
	height: 238px;
	margin-left: 2px;
	margin-top: -2px;
	color: white;
}

.hover_hover {
 	filter : alpha(opacity=90); /* IE */
	-moz-opacity: 0.9; /* Mozilla */ 
	opacity: 0.9; /* CSS standard */	
	background: #22528a;
	width: 492px;
	height: 238px;
	margin-left: 1px;
	margin-top: -3px;
}
		
		
		/* 
		   div:project_image 
			div:hover
				p:name_
				p:url_
			/div
		   /div 
		   
		   */


.hover_description {
	text-align: center!important;
	margin-top: 4px !important;	
 	filter : alpha(opacity=100); /* IE */
	-moz-opacity: 1.0; /* Mozilla */ 
	opacity: 1.0; /* CSS standard */	
	color: white !important;
	font-family: arial, verdana, san-serif !important;
	font-size: 1.4em !important;
	font-weight: normal !important;
	font-style: italic !important;
	padding-top: 110px !important;
	margin-bottom: 0px !important;
} 

.hover_url {
text-align: center; 
}

.hover_url a {
text-align: center; 
color: white!important;	
}

.updates {
font-size: 1.1em !important; 
padding: 5px; border: 1px solid #e3ebf1;	
}

.updates p {
font-size: 1.1em !important;
}

.updates h2 {
font-size: 1.1em !important;	
}

.imagefloat {
	float: right;
	border: 1px dotted #afc4dc;
	padding: 5px;	
	}
	
#motion {
	background: white;
	height: 300px;
	width: 400px;
	margin: 0px auto;	
}

#smaller h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 4px;
}

#smaller p {
	margin-bottom: 5px;	
	margin-top: 0px;	
	padding-top: 0px;
}
	
.float_left {

float: left;
padding: 2px;
padding-top: 2px;
padding-left: 5px;
}

.float_left_img {
float: left;
padding: 2px;
border: 1px solid #afc4dc;
margin-right: 5px;

}


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