﻿div#left_content { 

border-bottom:0px;
float:left;
text-align:center;
background: #444;
color:black;
line-height:1.6em;
font-size:1em;
min-height:300px;
box-shadow:0px 0px 15px 5px rgba( 0,0,0,.2);
padding:30px;
width:33%;

 }

div#left_content_2 { 
border:0px solid rgba(200,20,20,.4);
border-bottom:0px;
// border-image: linear-gradient(180deg, rgba(255,187,45,.4), #fff) 1;
width:100%;
float:left;
text-align:center;
background: linear-gradient( 0deg, rgba(255,187,45,.2) 0%, rgba(255,255,255,1) 100%), rgba( 0, 0, 0, 0.8);
box-shadow:0px 0px 15px 5px rgba( 0,0,0,.2);
min-height:300px;
}

div#right_content { 
background: #444;
color:white;
border-bottom:0px;
padding:30px;
padding-left:50px;
width:52%;
margin-left: 37%;
padding-bottom:0px;
box-shadow:0px 0px 15px 5px rgba( 0,0,0,.2);
min-height:160px;
}

div#wide_content { 
// border:1px solid rgba(200,20,20,.4);
border-bottom:0px;
// border-image: linear-gradient(180deg, rgba(255,187,45,.4), #fff) 1;
width:100%;
float:left;
text-align:center;
background: linear-gradient( 0deg, rgba(255,187,45,.2) 0%, rgba(255,255,255,1) 100%), rgba( 0, 0, 0, 0.8);
padding-bottom:100px;
box-shadow:0px 0px 15px 5px rgba( 0,0,0,.2);
height:000px;
}



div#footer {
//	position:fixed; bottom:0px; width:100%; 
}

#footer_table {
	position:fixed; bottom:0px; width:100%; text-align:center; z-index:1000; border-top:0px; border-radius:0px;box-shadow:0px 0px 5px 4px rgba( 0,0,0,0.3);
	padding-bottom:3px;padding-top:3px;
}

#head {
background-color: rgba( 108, 91, 128, .4);
}
