* {
    box-sizing: border-box;
}

body {
	background-color: #000;
	margin: 0;
	color: fff;
	font-family: Century Gothic, sans-serif;
}


.container {
    margin: auto;
	width: 80%;
}

/* Style the header */
.header {
    background-color: #000;
    padding: 5px;
    text-align: center;
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #ff33cc;
    text-align: center;
    padding: 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0px;
	margin: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Style the topnav links */
.topnav a {
    display: inline;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-weight: bold;
    text-shadow: 2px 2px 3px #000;
    border: 2px solid rgba(255,255,255,.0);
	font-size: 2em;
}

/* Change color on hover */
.topnav a:hover {
    /*background-color: #000;*/
    color: #fff;
	border-radius: 10px;
    text-shadow: 4px 4px 10px #000;
    border: 2px solid #000;
}

/* Create three unequal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
}

/* Left and right column */
.column.side {
    width: 35%;
	overflow: auto;
}

/* Middle column */
.column.middle {
    width: 65%;
    color: #fff;
}

/* Style the footer */
.footer {
    background-color: #0066cc;
    padding: 10px;
    text-align: center;
    color: white;
	margin: 20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row {
	margin: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
    .column.side, .column.middle {
        width: 100%;
    }
}

img.sidepictureavatar {
	width: 100%;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.sidepicture {
    max-width: 512px;
	width: 100%;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.sidepicturebottom {
	width: 100%;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	bottom: 0px;
}

img.logotitle {
	width: 100%;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table {
    border-collapse: collapse;
	width: 100%;
}

table, th, td {
    border: 1px solid;
	border-color: 99ddff;
	padding: 3px;
}

td.title {
	text-align: center;
	font-weight: bold;
	padding: 6px;
}

td {
   width:50%;
}

a {
	color: #ffb3e6; 
	outline: none;
	text-align: center;
}

a:hover {
	color: #99ddff; 
	outline: none;
	text-align: center;
    text-decoration: none;
}

h1 a {
	color: #99ddff; 
	outline: none;
	text-align: center;
    text-decoration: none;
	padding: 5px;
    border: 2px solid #ffb3e6;
	border-radius: 10px;
	text-align: center;
}

h1 a:hover {
	color: #ffb3e6; 
	outline: none;
	text-align: center;
	padding: 5px;
    border: 2px solid #99ddff;
}

a.top {
	color: #ffb3e6; 
	outline: none;
	text-align: center;
    text-decoration: none;
}

a.bottom {
	color: #99ddff; 
	outline: none;
	text-align: center;
    text-decoration: none;
}

a.top:hover {
	color: #99ddff; 
	text-shadow: 2px 2px 5px;
    text-decoration: none;
}

a.bottom:hover {
	color: #ffb3e6; 
	text-shadow: 2px 2px 5px;
    text-decoration: none;
}

p.title {
	font-size: 1.75em; 
	padding:0px 0px 0px 5px;
	font-weight:bold;
}