header, nav, section, footer, aside, figure {
    display: block;
}
* {
    text-align: left;
    font-family: "Times New Roman", Georgia, Serif;
}
nav {
    font-size: 18px;
	text-align: center;
    color: white;
    margin: 10px;
}
footer {
    clear: both;
    text-align: center;
    font-size: 16px;
    margin-top: 100px;
}
figcaption {
    text-align: left;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 16px;
    font-style: italic;
    margin: 0px;
    color: white;
}
.images {
    width: 640px;
    height: auto;
}
.images-small {
    width: 500px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}
.image-side {
    width: 500px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}
h1 {
    font-size: 24px;
    text-align: center;
    margin: 18px;
}
h3 {
    text-align: left;
    margin: 0px;
    font-size: 14px;
}
.body-black {
    background-color: #000000;
}
#body-kabul {
    text-align: center;
    background-image: url("./kabul/images/carpet.jpg");
}
#container {
    color: #BBBBBB;
    text-align: center;
    width: 960px;
    margin: 0 auto;
}
#main-section-narrow {
    float: left;
    width: 300px;
    margin: 10px;
    font-size: 18px;
}
#main-section-wide {
    float: left;
    width: 400px;
    margin: 10px;
    font-size: 18px;
}
#main-aside-narrow {
    float: left;
    width: 500px;
    margin: 0px;
    font-size: 16px;
}
a {
    color: white;
}
