body, table, td { 
	color:#D4A38E; 
	font-size:11px; 
	font-family:georgia, serif;
	background-image:url('images/bg.jpg'); 
	background-repeat: repeat-x;
	background-color:#f8ceb9;
	cursor: nw-resize; 
}

.header {
	font-size:15px; 
	font-family:monotype corsiva, georgia, times new roman, serif;  
	color:#dca285;
	background: #fff;
	padding: 2px;
	font-style: italic;
	border-bottom: 1px solid #e2d7d3;
	border-right: 1px solid #e2d7d3;
	text-align: right;
	margin-bottom:3px;
}
.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background: #FCDECE;
	border: 5px solid #FCDECE;
}
.code {
	background: #FCDECE;
	border: 5px solid #FCDECE;
}

#layout {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
	z-index: 1;
}

#content {
	position:absolute;
	left:88px;
	top:412px;
	height:100%; 
	width:346px; 
	overflow:none; 
	border:0px;
	z-index: 2;
	text-align: justify;
}

#nav {
	position:absolute;
	left:453px;
	font-size:12px;
	top:408px;
	height:95px; 
	width:150px; 
	overflow:none; 
	border:0px;
	z-index: 2;
	text-align: justify;
}

#background {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 400px;
	height: 800px;
	width: 557px;
	background-image: url('images/bg2.jpg'); 
}

img { 
	border: 0px;
}

a:link.navlink {
	font-size: 15px;
	font-family: georgia, times new roman, serif;
	font-style: italic;
	font-weight: bold;  
	color:#f6ba9c;
	background: #fff;
	border-bottom: 2px solid #e2d7d3;
	border-right: 2px solid #e2d7d3;
	text-align: right;
	text-decoration: none;
	display: block;
	padding: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 100px;
} 

a:visited.navlink {
	font-size: 15px;
	font-family: georgia, times new roman, serif; 
	font-style: italic; 
	font-weight: bold;
	color:#f6ba9c;
	background: #fff;
	border-bottom: 2px solid #e2d7d3;
	border-right: 2px solid #e2d7d3;
	text-align: right;
	text-decoration: none;
	display: block;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100px;
} 

a:active.navlink {
	font-size: 15px;
	font-family: georgia, times new roman, serif;
	font-style: italic;
	font-weight: bold;
	color:#f6ba9c;
	background: #fff;
	border-bottom: 2px solid #e2d7d3;
	border-right: 2px solid #e2d7d3;
	text-align: right;
	text-decoration: none;
	display: block;
	padding: 3px;
	margin-top: 3px;
	margin-left: 8px;
	margin-bottom: 3px;
	width: 100px;
} 

a:hover.navlink {
	font-size: 15px;
	font-family: georgia, times new roman, serif;
	font-style: italic;
	font-weight: bold;
	color:#f6ba9c;
	background: #fff;
	border: 0px;
	text-align: right;
	text-decoration: none;
	display: block;
	padding: 3px;
	margin-top: 3px;
	margin-left: 8px;
	margin-bottom: 3px;
	width: 100px;
}

a:link { 
	color:#DBA0B6;
	text-decoration: underline; 
	font-weight:bold;
} 

a:visited {
	color: #DBA0B6; 
	text-decoration: underline; 
	font-weight: none;
} 

a:active {
	color: #fff; 
	text-decoration: none; 
} 

a:hover {
	color: #dca285; 
	cursor: se-resize;
	text-decoration:none;
	font-weight:bold;
	padding: 2px;
	border-bottom: 1px solid #e2d7d3;
	border-right: 1px solid #e2d7d3;
	background: #fff;
	font-style:italic;
}

input, textarea, select {
	font-family: georgia, times new roman, serif; 
	font-size: 10px; 
	background-color: #fff; 
	color:#D4A38E; 
	border:0px;
}
