body {
	background: url() #fff9ef;
	font: 12px georgia;
	color: #5d5d5d;
	text-align: justify;
	margin: 0px; 
	padding: 0px;
	letter-spacing: 1px;
	line-height: 22px;
	}

#image {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: url(http://pride.destiny-calls.org/skins/rustic/pp.jpg) center #fff6e8;
        background-repeat: no-repeat;
        background-align: center;
        height: 473px;
        border-bottom: 5px solid #f8de9f;
	}
	
#layout {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	}

#nav {
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
        margin-bottom: 15px;
	width: 100%;
        background: transparent;
	padding-top: 1px;
        padding-bottom: 1px;
	}

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


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

.foot {
	font: 11px arial;
	padding-bottom: 8px;
	width: 650px;
	}


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

a:hover {
	color: #fe8900;
	border-bottom: 1px dotted;
	border-color: #ffba47;
	}

input, textarea{
	background-color: #fdf4e3;
	font: 12px georgia;
	color: #5da254;
	letter-spacing: 1px;
	border: 1px solid #f8d19f;
	padding: 3px;
	}

option, select {
	background-color: #fdf4e3;
	font: 12px georgia;
	color: #5da254;
	letter-spacing: 1px;
	border: 1px solid #f8d19f;
	padding:2px;
	}

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

div.header, h2{ 
	font: 22px garamond;
	color: #ffba47;
	border-bottom: 1px dashed #76c3b0;
	background: transparent;
	text-align: left;
	letter-spacing: 6px;
	text-transform: lowercase;
	padding-bottom: 3px;
	padding-left: 34px;
	padding-top: 1px;
	margin-bottom: 4px;
	margin-top: 2px;
	}

b{
	color: #4bc2a8;
	}

i{
	color: #2d6393;
	}


.stats {
	background: #fdf4e3;
	width: 400px;
	margin-left: 85px;
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #fbdbb1;
	color: #6cb163;
        font: 11px trebuchet ms;
	}
	
.stats b {
	color: #e0698b;
	}

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

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

#nav ul li a {
	color: #2d6393;
	border-bottom: 5px solid #f8de9f;
	padding: 5px 10px 5px 10px;
	background: #f7e3be;
	}

#nav ul li a:hover {
        color: #4bc2a8;
        border-bottom: 5px solid #f8de9f;
        background: #faeed8;
        }