@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
    height: 100%;
	text-align: center;
	color: #7e8281;
}
#mainContent {
    position: absolute;
    width: 900px;
    height: 400px;
    font-size: 10px;
    top: 50%;
	left: 50%;
	margin-top: -200px; /*set to a negative number 1/2 of your height*/
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
    text-align: center;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
a:visited {
    color: #7e8281;
}
a:link {
    color: #7e8281;
}
a:hover {
    color: black;
}
#sideMenu {
    position: relative;
    width: 200px;
    height: 400px;
    margin: 0 20px;
    float: left;
    text-transform: uppercase;
    text-align: right;
}
#sideMenu ul {
    margin-top: 100px;
    margin-bottom: auto;
}
#sideMenu p {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 0;
}
#sideMenu p > a:first-child {
    color: black;
}
.side-menu-header {
    color: black;
}
#sideMenu strong a {
    font-weight: bolder;
}
#gallery {
    width: 600px;
    float: left;
}
#nav {
    position: relative;
    height: 16px;
    text-align: right;
    padding: 0 6px;
}
#nav ul {
    position: absolute;
    display: inline;
    font-size: 1.3em;
    left: 6px;
}
#nav li {
    display: inline;
    padding: 0 1px;
}
.underline {
    text-decoration: underline;
}
