@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------global settings---------------------------------------------------------- */



/*BODY*/

#content{
	margin-top:15px;
}

#mainContent{
	width:700px;
	float:left;
}



#facebook{
	position:absolute;
	left:28px;
	top:520px;
	z-index:1;
}

#facebook a{
	font-size:11px;
	color:#999999;
	font-style:normal;
	text-decoration:none;
}

#facebook li{
	list-style:none;
}

#facebook a:hover{
	color:#333333;
}

/* Slideshow */

#slideshow {
    position:relative;
    height:350px;
	height: 380px;
	width: 680px;
	float:left;
	margin-bottom:30px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

	/*sidebar */

	
	
#sidebar{
		float:right;
	}
	
#social ul{
	padding-left:0px;
}
	
	/*new additions */
	



#greencircle{
	
	margin-top:40px;
}

#greencircle img {
	float:right;
	width:290px;
}

