#main {
        float:center;		
    	list-style:none;
	width:940px;
	margin:40px auto 50px auto;
	/* height:453px;  */
	padding:0px 20px 0px 20px;

	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
	
	/* Borders */
	border: 1px solid #002232;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
#column {
 float:left;
 width:430px;
margin: 20px;
 }
#column h2 {
	text-shadow: grey 0.5em 0.1em 0.2em;
 }
#sidebar {
   float:right;
   width:430px;
   margin: 20px 20px 20px 20px; 
}
#sidebar a {
    color:black;
    text-decoration:none;
}
#sidebar a:hover  {
    color:red;
    text-decoration:none;
    text-shadow: 1px 1px 1px pink;
}
#sidebar h2 {
	text-shadow: grey 0.1em 0.1em 0.2em;
 }
#footer {
    clear:both;
       background: #EAF7FB;
       box-shadow: 3px 3px 3px #888;    
       border-style: solid;
       border-width: 2px;
       width: 870px; 
       height: auto;
       margin: 1px 15px 25px 15px; 
	padding:10px 10px 10px 20px;      
    }
#footer h2{
    text-align: center;
    text-shadow: grey 0.1em 0.1em 0.2em;
}
#footer a {
    color:black;
    text-decoration:none;
}
#footer a:hover  {
    color:red;
    text-decoration:none;
    text-shadow: 1px 1px 1px pink;
}
