body { 
	color: #87423D; 
	font-size: 11px; 
	font-family: trebuchet ms, arial, sans-serif;
	background:url('images/bg.jpg') repeat-x right top #3a111f;
	cursor: default; 
}

table {
	font-size: 10px; 
	font-family: trebuchet ms, arial, sans-serif;
}

#layout {
	position: absolute;
	right: 0px;
	top: 0px;
}

#nav {
	position: absolute;
	right: 30px;
	top: 470px; 
	width: 130px; 
	z-index: 1;
	text-align: center;
	font-size: 10px;
	font-family: georgia, trebuchet ms, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content {
	position: absolute;
	right: 275px;
	padding-top: 5px;
	top: 416px; 
	width: 295px; 
	z-index: 1;
	text-align: justify;
}

.header:first-letter {
	font-size: 15px;
	text-transform: uppercase;
	font-style: italic;
	margin-right: -1px;
	color: #5F292D;
}

.header {
	color: #e3cfac;
	font-size: 10px;
	font-family: georgia, trebuchet ms, arial, sans-serif;
	font-weight: bold;
	border-right: #6B3035 2px solid;
	border-left: #5F292D 5px solid;
	line-height: 5px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: left;
	background:url('images/head.jpg') right #350F1B;
	padding: 0px 0px 0px 10px;
	margin-bottom: 8px;
}

.name {
	background-color: #5F292D;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}

.thumb {
	background-color: #5F292D;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.cap {
	padding-bottom: 10px;
	text-align: center;
	font-size: 9px;
}

.info {
	background-color: #461525;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}

b {
	color: #e3cfac;
}

.nail {
	margin-right: 3px;
	border: 3px solid #350F1B; 
}

h1:first-letter {
	font-size: 19px;
}

h1 {
	font-family: times new roman;
	font-size: 15px;
	margin-bottom: 4px;
	margin-top: 2px;
	text-transforum: uppercase;
	text-align: center;
}

.credit { 
	font-size: 9px;
	text-transform: uppercase;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background: #58252c;
	border: 3px solid #58252c;
}
.code {
	background: #58252c;
	border: 3px solid #58252c;
}

img { 
	border: 0px;
}

a:link { 
	color:#913B4F;
	text-decoration: none; 
	font-weight:bold;
} 

a:visited {
	color: #7C766B; 
	text-decoration: none;
	font-weight: bold;
} 

a:active {
	color: #b0a38b; 
	text-decoration: underline; 
} 

a:hover {
	color: #5f292d; 
	cursor: help;
	text-decoration: underline;
}

#nav a:link { 
	color:#350f1c;
	display: block;
	text-decoration: none; 
	font-weight:bold;
	background-color: #693237;
	margin-bottom: 2px;
	margin-left: 18px;
	margin-right: 18px;
} 

#nav a:visited {
	color:#350f1c;
	display: block;
	text-decoration: none; 
	font-weight:bold;
	background-color: #693237;
	margin-bottom: 2px;
	margin-left: 18px;
	margin-right: 18px;
} 

#nav a:active {
	color: #3a111f;
	display: block;
	text-decoration: none; 
	font-weight:bold;
	background-color: #693237;
	margin-bottom: 2px;
	margin-left: 18px;
	margin-right: 18px;
} 

#nav a:hover {
	color: #3a111f;
	display: block;
	text-decoration: none; 
	font-weight:bold;
	background-color: #58252c;
	margin-bottom: 2px;
	margin-left: 18px;
	margin-right: 18px;
}

input, textarea {
	font-family: trebuchet ms, arial, sans-serif; 
	font-size: 10px;
	background-color: #350F1B;
	border-left: 3px solid #87423D;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 2px;
	color: #87423D; 
}
