/*#main {
	background-color: #fff;
}

#sidebar {
	background-color: #900;
	height: 50em;
	/*height: 36.2em; /*543 px
}*/

#main-right .address {
	line-height: 1.2em;
	margin-bottom: 1em;
}

#main-right table {
	float: left;
	clear: both;
	margin-bottom: 1em;
	border: 0;
	width: 100%;
}

#main-right table th {
	text-decoration: underline;
}

#main-right table th, #main-right table td {
	border: 0;
	text-align: left;
}

#main-right table .name {
	width: 50%;
}

#main-right table .email {
	width: 45%;
}	

#main-right table .ext {
	width: 5%;
}


