body {
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px;
	line-height:px;
	color:blue;
	background:white;
}

p {
    display: block;
    color: white;
    text-align: justify;
    padding:12px;
    text-decoration: none;
    width: 240px;
    background-color: blue;
    position: ;
}
	

 .left { 
 width: 960px;
 color: yellow;
 border: 5px solid yellow;
 background:blue;
 margin:0 auto;
 padding: 10px;
 height: 350px;
 
}
.imgleft{
    float: left;
    border: solid;
    border-color: yellow;
    box-shadow: 5px 10px 18px yellow;
    
}
.textleft{
    float:right;
    position:;
    margin-top: 50px;
    bottom: 10em;
    border: solid;
    
}
.right { 
 width:960px;
 color: yellow;
 border: 1px solid #ccc;
 background: white;
 margin: auto;
 margin-top: 10px;
 padding: 10px;
 height: 350px;
float: lef;


}
.rightimg{
    float: right;
    box-shadow: 8px 10px 18px #888888;
    
}
.textright{
    border: dashed;
    margin: 5px;
    padding: 0px;
    margin-top: 50px;
    bottom: 10em;
    border: solid;
    float: left
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}	
li {
	display: inline;
}

