body {
background-color:#666;
padding:0px;
margin:0;
}

#main_section {
width:1100px;
height:950px;
background-color:#FFFFFF;
margin:0px auto 0px auto;
padding:0px;
 box-shadow: 10px 10px 5px #555555;
}
#logo img {
height:150px;
margin:20px 0px 5px 30px;
float:left;
}
#nav_wrapper {
height:50px;
width:800px;
float:left;
margin:120px 0px 0px 0px;
}
#nav_bar {
margin-left:50px;
margin-top:20px;
height:23px;
width:700px;
padding:0px 0px 10px 0px;
float:left;
}
#nav_bar ul {
list-style-type: none;
margin:0;
padding:0;
float:left;
}
#nav_bar ul li{
/*Temp*/
width:900px;
/*end temp*/
display:inline;
padding:0px 30px 0px 30px;
font-size:26px;
margin-left:5px;
float:left;
border-left:2px solid #BCED29;
color:#000000;
}
#nav_bar ul li:hover {
color:#BCED29;
display:inline;
transition: .59s;
}
#nav_bar ul li a {
text-decoration:none;
color:
}
#bottom_header img{
border-bottom:2px solid #c4c602;
height:350px;
width:100%;
}
#top_context {

}
#top_left h1 {
color:#c4c602;
margin:20px 0px 5px 30px;
}
#top_context p {
margin:20px 0px 5px 30px;
}
#top_left {
height:400px;
width:650px;
float:left;
color:#666666;
}
#top_right {
height:400px;
width:450px;
float:left;
color:#666666;
}
#top_right h1 {
color:#c4c602;
font-size:25px;
margin:30px 0px 5px 80px;
}
#top_right p {
margin:20px 0px 5px 80px;
}
#top_right img {
vertical-align:bottom;
height:35px;
}
.green {
color:#BCED29;
}