body {
	background: url(http://hugh.destiny-calls.org/skins/blue/hughbg.jpg) #e8eef1;
	background-repeat: repeat-x;
	font: 11px arial;
	color: #626262;
	text-align: justify;
	margin: 0px; 
	padding: 0px;
	letter-spacing: 1px;
	line-height: 16px;
	}

#image {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	}
	
#layout {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	}

#nav {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
        margin-bottom: 15px;
	width: 100%;
        background: transparent;
	padding-top: 1px;
        padding-bottom: 1px;
        font: 11px arial;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
	}

#content{
	background: transparent;
	width: 600px;
	padding-bottom: 20px;
	margin-top: 0px;
	}


#footer {
	background: transparent;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	clear: both;
	}

.foot {
	font: 7pt tahoma;
	color: #ae9ed8;
	padding-bottom: 8px;
	width: 450px;
	}

.foot a {
        color: #5fc4ae;
        }

a { 
	text-decoration: none; 
	color: #2d6393;
	letter-spacing: 1px;
	border-bottom: 0px dotted;
	}

a:hover {
	color: #608bcc;
	border-bottom: 1px dotted;
	border-color: #3e4bc5;
	}

input, textarea{
	background-color: #e8f4f4;
	font: 11px arial;
	color: #004d9f;
	letter-spacing: 1px;
	border: 1px solid #5fc4ae;
	padding: 3px;
	}

option, select {
	background-color: #e8f4f4;
	font: 11px arial;
	color: #100763;
	letter-spacing: 1px;
	border: 1px solid #5fc4ae;
	padding:2px;
	}

div.body {
	background: transparent;
	width: 600px;
	margin-bottom: 30px;
	}

div.header, h2{ 
	font: 16px trebuchet ms;
	color: #5fc4ae;
	border-bottom: 1px dashed #76c3b0;
	background: transparent;
	text-align: left;
	letter-spacing: 6px;
	text-transform: uppercase;
	padding-bottom: 3px;
	padding-left: 34px;
	padding-top: 1px;
	margin-bottom: 4px;
	margin-top: 2px;
	}

b{
	color: #6bb5bb;
	}

i{
	color: #5fc4ae;
	}


.stats {
	background: #e8f4f4;
        background-repeat: none;
	width: 400px;
	margin-left: 85px;
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #c1d7e1;
	color: #2d6393;
        font: 11px arial;
	}
	
.stats b {
	color: #e0698b;
	}

#nav ul {
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	color: #2d6393;
	width: 100%;
	font: 12px arial;
	text-transform: uppercase;
        font-weight: bold;
	text-align: center;
	}

#nav ul li { 
	display: inline; 
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	}

#nav ul li a {
	color: #2d6393;
	border-bottom: 3px solid #76c3b0;
	padding: 5px 10px 5px 10px;
	background: #d5e7ec;
	}

#nav ul li a:hover {
        color: #76c3b0;
        border-bottom: 3px solid #2d6393;
        background: #d5e7ec;
        }