



div#myElement {

	width: 450px;

	height: 520px;

	border: none;

	background-color: #f9f9f9;

	float: right;
	-moz-border-radius: 6px;

    -webkit-border-radius: 6px;

}



div#myOtherElement {

	width: 200px;

	height: 20px;
	
	
	float: left;

	overflow: hidden;

	border:none;

	background-color: #f9f9f9;
	-moz-border-radius: 6px;

    -webkit-border-radius: 6px;

}

div#myOtherElement span, div#myOtherElement a {

	

	padding: 0;

}



div#myOtherElement a:hover {

	background: #f5f5f5;

}



/***********************************************************************/


	div#wrapper {

		background-color: none;
		border:none;		

	}
	div#wrapper h20 {
		font-size: 25px;
		color:#000000;
	}
	div#wrapper img { 

		border: none;

	}
	table#project_table {
		border:none;
		text-align:center;
		table-layout:auto;
	
	}