body {
	background-color: #3E3E3E;
	background-image: url("https://kelly.codes/andblogs/wp-content/themes/elegant-box/styles/black/background.jpg");
    background-repeat: repeat;
	color: #BABABA;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

p {
	text-align: left;
	font-size: 0.875em;
}

a {
	color: #BABABA;
}

#container {
	background-color: #3E3E3E;
	border-style: dotted;
    border-width: 5px;
	margin: 20px auto;
	padding: 8px;
	width: 750px;
}

header {
	background: #4F4F4F;
	clear: both;
	font-size: 140%;
	height: auto;
	padding: 8px;
	text-align: left;
}

nav {
	background: #4F4F4F;
	border: 1px dashed;
	clear: both;
	font-size: 80%;
	height: auto;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 5px;
	text-align: right;
}

main {
	background: #606060;
	border-color: #BABABA;
	border-style: dotted;
    border-width: 5px;
	color: #E5E5E5;
	float: left;
	height: auto;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 1px;
	min-height: 500px;
    padding-top: 0px;
	padding-right: 15px;
    padding-bottom: 17px;
	padding-left: 15px;
	text-align: left;
	width: 514px;
}

aside {
	background: #4F4F4F;
	border: 1px dashed;
	float: right;
	font-size: 80%;
	height: auto;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
    padding-top: 12px;
	padding-right: 10px;
    padding-bottom: 12px;
	padding-left: 10px;
	text-align: left;
	width: 168px;
}

footer {
	background: #4F4F4F;
	border-style: dashed;
    border-width: 1px;
	clear: both;
	font-size: 80%;
	height: auto;
	margin-right: 1px;
	margin-left: 1px;
	padding: 5px;
	text-align: right;
}