body {
	background: #cccccc;
	text-align: left;
	margin-top: 35px;

}
.wrap {
    min-width: 600px;
    width: 90%;
    margin: auto;
    background:  #cccccc;
    overflow: hidden;
    border-color: #cccccc;
    color: #14393d;
    padding-left: 1%;


}


.content, aside {
	height: 400px;
	border-bottom: solid;
	border-color: #cccccc;
	color: #14393d;


}

.content {
	background: #f4f4f4;
	float: left;
	width: 38%;
	padding-left: 2%;
	font-size: 17px;
    line-height: 21px;

}


.youtube {
	height: 100%;
	width: 100%;
    margin-left: auto;
    margin-right: auto;

}

aside {
    float: left;
    width: 60%;



aside ul {
	list-style: none;
	padding-left: 0;
}




img {
	width: 94%;
	margin-left: 35px;
}

.area {
	width: 300px;
	height: 100px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid;
    border-color: grey;

}

.bigpic {
	width: 300px;
	height: 540px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid;
    border-color: grey;

}




.content, h1, h2, h3, h4, p {
	color: #14393d;

}

 p {
	font-size: 17px;
    line-height: 21px;

}

li {
	display: inline;
	padding-right: 30px;
}

ul a {
	color: #276056;
	text-decoration: none;
}

ul a:hover {
	text-decoration: underline;
	color: black;
}

ul {
	text-align: center;
}
