


body{
	background-color:#EAE7DC;
	border: 0px;
	margin: 0px;
}
{
	background-color:#EAE7DC;
}
.header {
	height: 150px;
    padding: 20px;
	text-align:center;
	display:block;
	color: black;
    background-color:#EAE7DC;
	margin-bottom: 0px;
    
}

.left {
    float:left;
    width:20%;
    height:500px;
    padding:5px;
    background-color:#EAE7DC;
	border-width: 2px;
    border-style: solid; 
    border-color: #11bcf3;

    border-top-width: 10px;
    border-top-style: double;
    border-bottom-width:10px;
    border-bottom-style: double;
    border-radius: 10px;
}

.right {
    float:right;
    width:20%;
    height:500px;
    padding:5px;
	padding:4px;
    background-color:#EAE7DC;
	border-width: 2px;
    border-style: solid; 
    border-color: #11bcf3;

    border-top-width: 10px;
    border-top-style: double;
    border-bottom-width:10px;
    border-bottom-style: double;
    border-radius: 10px;
}

.content {
 
    top:10px;
	right:5px;
    left:5px;
	text-align:center;
    height:500px;
	background-color:#129bd3;
	border:10px;
	margin:10px;

}

.footer {
   float: left;
    width:100%;
    height:150px;
    padding:5px;
    background-color:#EAE7DC;
}
.logo{
	height: 150px;
	width: auto;
}
div.myImg {
    border:solid black 4px;
    border-radius:10px;

    display:inline-block;
    padding:10px;
    margin: 3px 5px;
}
img.thumbnail {
    height:120px;
    width:auto;
    margin:0px auto;
    border-radius: 10px;
}
img.thumbnail:hover {
    height:130px;
}
img.hires{
    height:200px;
    width:auto;
	margin: 20px;

}
div.myImg p.desc {
    text-align:center;
    height:50px;

}
.clear{
    clear:both;
}
.main{
	height: 300px;
	width: auto;
}
.items {
 
    top:10px;
	right:5px;
    left:5px;
	text-align:center;
    height:500px;
	background-color:#129bd3;
	border:10px;
	margin-left:300px;
	margin-right:300px;

}