/* MZXCon 2009 Website CSS
 * by Anthony Turner (MZXGiant/Em`Zee/imoutomoe)
 * Started 12/14/2008
*/

body {
    background-color: #433c51;
    font-family: Georgia,serif;
    font-size: 12px;
    color: #000000;
    height: 100%;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
    color: #000000;
    font-family: Helvetica;
    font-size: 18px;
    color: #000000;
}
div.centeredContainer {
    min-height: 100%;
    width: 1024px;
    border: 1px solid #000000;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #404040; 
}
div.topImage {
    background-image: url('images/bgsm.jpg');
    width: 1024px;
    height: 303px;
    border-bottom: 2px solid #000000;
    position: relative;
}
div.topImage img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
div.scroller {
    background-color: #204020;
    color: #fff;
    height: 22px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #000000;
    font-family: Helvetica;
    font-size: 18px;
}
div.navBar {
    width: 150px;
    height: 100px;
    background-color: #404020;
    color: #f0f0f0;
    border: 2px solid #000000;
    font-size: 20px;
    padding: 5px;
    position: relative;
    top: 10px;
    left: 10px;
}
div.contentBox {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    bottom: auto;
    background-color: #606040;
    border: 2px solid #000;
    padding: 5px;
}
.lowerHalf {
	border: 0px;
	width: 100%;
}
.nav {
	width: 180px;
	vertical-align: top;
}
