@charset "UTF-8";
@import url("index.css");
/* CSS Document */


	
	
h1{
	font-size:32px;
	padding-top:10px;
	}
	
	
	
#content{
width:900px;

}


#sideBarRight{
	width:300px;
	margin-right:25px;

	}


#sideBarRight img{
	float:right;
	padding: 10px;
	background-color:#dadada;
	width:300px;
	}
	
#sideBarLeft{
		width:500px;
		padding:20px;
		}
		
#swf{
	float:right;
	padding:2%;
	margin-bottom:3%;
	margin-left:3%;
	background:url(../img/scrollable/h150.png) black repeat-x;
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	
	border-radius: 18px;
	
	-moz-box-shadow: rgba(200,200,200,1) 8px 8px 15px;
	-webkit-box-shadow: rgba(200,200,200,1) 8px 8px 15px;
	-khtml-box-shadow: rgba(200,200,200,1) 8px 8px 15px;
	box-shadow: rgba(200,200,200,1) 8px 8px 15px;
	}
	
#info{
	text-align:justify;
	}

