body{
	background-color: white;
	font-family: Tangerine, sans-serif; 
	font-size: 13px;
}

#banner{
	background-color: #35352b;
	height: 76px;
}

#main_ul{
	
	font-size: 13px;
	}
	
#backing{

  background: -webkit-linear-gradient(left top, red , blue); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, red, blue); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, red, blue); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, red , blue); /* Standard syntax */	

	width: 100%;
}

	
#header {
    background-color: white;
    color:black;
    height: 180px;
    text-align:center;
    padding: 10px;
    margin-top: 10px;
    width: 1000px;
    border: 4px solid black;
    box-shadow: 3px 3px 7px rgba(1,0,1,0.4);
}

#line{
	background-color: black;
	width: 100%;
	height: 6px;	
	margin-top: 10px;
	
}

#section-main{
	background: white;
	color: black;
	margin: 10px;
	margin-left: 40px;
	padding: 20px;
	text-align: left;
	width: 850px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;

	
}


#footer {
    background-color:white;
    color:black;
    clear: both;
    position: relative;
    margin-top: 100px;
    font-size: 12px;
    
}




a.upper:link, a.upper:visited {
    display: block;
    font-size: 15px;
    color: white;
    background-color: #35352b;
    width: 100px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    font-family: "Verdana";
    position: relative;
    border-left: 2px solid white;
}

a.upper:hover, a.upper:active {
    font-weight: bold;
}

h3{
	 text-shadow: 1px 1px 3px rgba(0,0,0,0.3);  
}

h4{
	 text-shadow: 1px 1px 3px rgba(0,0,0,0.3);  
}
