/* START MAIN PAGE CSS */

	body {
        margin: 0px;
        padding: 0px;
        background-color: #151515;
        font-family: Verdana, Trebuchet MS, Tahoma, Arial, Serif;
        color: white;
        font-size: 16px;
    }
	
	@font-face {
	font-family: 'Lobster1.1Regular';
	src: url('Lobster_1.1_-webfont.eot');
	src: local('?'), url('Lobster_1.1_-webfont.woff') format('woff'), url('Lobster_1.1_-webfont.ttf') format('truetype'), url('Lobster_1.1_-webfont.svg#webfont30G9S4nm') format('svg');
	font-weight: normal;
	font-style: normal;
}
    
    a:link {
	    color: #0099FF;
	    text-decoration: none;
    }
    a:visited {
	    color: #0099FF;
	    text-decoration: none;
    }
    a:hover {
	    color: #FF0000;
	    text-decoration: none;
    }
    a:active {
	    color: #0099FF;
	    text-decoration: none;
    }
    
    #mainBox {
        margin: 0px auto;
        width: 700px;
    }
	
	#header {
	width: 600px;
        font-size: 0.9em;
        margin: 0px auto 50px auto;
	}
	
	h1 {	
        margin: 100px auto 30px auto;
		padding: 0;
		font: 60px/68px 'Lobster1.1Regular', Arial, sans-serif;letter-spacing: 0;
	}
    
    h1 .OHcolor {
        color: #3baeff;
    }
    
    h1 .grey {
        color: #5c5c5c;
    }
    
    dt {
        font-size: 1em;
        font-family: Tahoma, Trebuchet MS, Verdana, Arial, Serif;
    }
    
    dd {
        font-size: 0.9em;
		margin-bottom: 15px;
    }

/* END MAIN PAGE CSS */