body {
   padding: 0px;
   color: #0D0F06;
   font-family: Arial, Verdana, Tahoma, Serif;
   font-weight: normal;
   font-size: 11px;
   background-color: #631D12;
   margin-top: 10px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#587054;
    font-weight: bold;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color:#631D12;
    font-weight: bold;
    background-color: transparent;
}

#layout {
     background-color: #0D0F06;
     color: #B1643C;
     width: 430px;
	 margin-right: auto;
     margin-left: auto;
     text-align: center;
	 padding: 0px;
}
#nav {
    background-color: #0D0F06;
	color: #631D12;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
#nav a:link, #nav a:visited, #nav a:active {
    text-decoration: none; 
    color:#631D12;
    font-weight: bold;
    background-color: transparent;
}
#nav a:hover {
    text-decoration: none;
    color:#587054;
    font-weight: bold;
    background-color: transparent;
}
#main {
     background-color: transparent;
     color: #B1643C;
     font-family: Arial, Tahoma, Verdana, Serif;
     font-weight: normal;
     font-size: 12px;
     text-align: justify;
     padding: 0px;
     border: 0px;
	 width: 98%;
	 margin-right: auto;
     margin-left: auto;
}
h1 {
     background-color: transparent;
     font-weight: bold;
	 font-size: 11px;
     color: #587054;
     font-family: Arial, Tahoma, Verdana, Serif;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 padding: 0;
	 margin: 0;
	 border-bottom: 1px solid #631D12;
}
p {
   margin-top: 0;
}
b, strong {
	 color: #631D12;
}
.photo {
   margin-top: 2px;
   margin-right: 4px;
   margin-left: 4px;
   margin-bottom: 0px;
}
.photoright {
   margin-top: 2px;
   margin-right: 0px;
   margin-left: 4px;
   margin-bottom: 0px;
}
.photoleft {
   margin-top: 2px;
   margin-right: 4px;
   margin-left: 0px;
   margin-bottom: 0px;
}
.ccenter {
    text-align: center;
}
.codes {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
	border: 0px;
}
.codeblock {
    background-color: transparent;
    text-align: left;
	padding-top: 2px;
}
.quote {
    background-color: transparent;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
}
ul {
   list-style-type: square;
}
textarea, input, select {
   font-family: Arial, Tahoma, Verdana, Serif;
   font-size: 12px;
   font-weight:normal;
   color:#0D0F06;
   background-color: #B1643C;
   border: 1px solid #631D12;
   padding: 1px;
   margin: 2px;
}

.form {
width: 96%;
}
.thumbnails {
   padding: 1px;
   margin-top: 2px;
   margin-bottom: 2px;
   margin-left: 2px;
   margin-right: 2px;
   background-color: #B1643C;
}

.skin {
    background-color: #B1643C;
    border: 1px solid #631D12;
    padding: 3px;
}

#footer {
    text-align: center;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}
.stuff {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
#bio-ethan {
    background-image: url(images/ethan.gif);
	background-position: center;
	background-repeat: no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
#bio-gwen {
    background-image: url(images/gwen.gif);
	background-position: center;
	background-repeat: no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/* CodeSort */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

h2 {
font-size: 12px;
font-weight: bold;
margin: 0;
}

h3 {
font-size: 12px;
font-weight: bold;
margin: 0;
}

.codesort p {
margin-top: 0;
margin-bottom: 10px;
text-align: justify;
}

.codesort img {
margin: 1px;
border: 0;
}

.credit, .credit p {
text-align: center;
}

/*	FanUpdate 1.6 CSS classes	*/

p.catfile {
margin: 0;
}

div.credit {
clear: both;
text-align: center;
margin: 1em 0 0 0;
}

div.credit p {
margin-top: 0;
margin-bottom: 10px;
}