body {
text-align: left;
}
#main {
	padding: 16px;
	clear: both;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	/* width: 50em;  optional width to set a size to main body text area */
}
#main:hover{
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 20px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 20px rgba(0,0,0,0.1) inset;
	/* width: 50em;  optional width to set a size to main body text area */
}

#main_no_top{
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;

	-moz-border-radius-bottomright: 7px;
	padding-bottom: 10px; 

}

#main2 {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #AAA;	
	clear: both;

	
	/* width: 50em;  optional width to set a size to main body text area */
}
