﻿@font-face 
{
  font-family: "Delicious";
  src: url(http://www.jandavison.com/fonts/Delicious.ttf);
}

body 
{
    background-color: #414136;
    color: #CCCCCC;
    margin: 0;
    padding: 0;
    font-family: "Delicious" , Tahoma, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
}

h1
{
    padding: 0;
	margin: 0;
	height: 110px;
	width: 790px;
	background: transparent url(/Graphics/Header.jpg) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	position: relative;
}

img
{
    border: none;
    padding: 0;
    margin: 0;
    float: left;
}

#outer
{
    width: 790px;
    margin: 50px auto 0 auto;
    background-color: #545447;
}

#contentInner
{
    width: 590px;
    margin: 0 auto 60px auto;
}

button
{
    background-color: White;
}
