body { 
	color:#f2a1b5; 
	font-size:11px; 
	font-family:trebuchet ms, tahoma, sans-serif;
	background: url('images/bg.jpg') repeat-x #f8e5f1 top;
	cursor: default; 
}

table {
	font-size: 11px;
}

table a:link {
	border: 0px;
}

table a:visited {
	border: 0px;
}

table a:active {
	border: 0px;
}

table a:hover {
	border: 0px;
}

.header {
	font-size:18px;
	color: #eebdc3;
	font-family: georgia, times new roman, serif;
	text-align: left;
	margin-bottom: 3px;
	margin-left: -10px;
	background-color: #fce5ed;
	padding: 2px 2px 2px 5px;
	border-bottom: 1px #fff solid;
	border-left: 3px #fff solid;
}

em {
	font-size: 18px;
	color: #e7a9c0;
	font-style: italic;
	font-family: georgia, times new roman, serif;
}

b {
	color: #e4a1aa;
}

i {
	color: #d993b7;
}

.name {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #f9d7df;
}

.info {
	padding-right: 15px;
}

.credit { 
	font-size: 9px;
	text-transform: uppercase;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background: #f9cbd6;
	border: 3px solid #f9cbd6;
}
.code {
	background: #f9cbd6;
	border: 3px solid #f9cbd6;
}

#layout {
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px;
	z-index: 1;
}

#content {
	position: absolute;
	right: 14px;
	top: 420px; 
	width: 500px; 
	overflow: none; 
	border: 0px;
	padding: 10px;
	z-index: 2;
	text-align: justify;
}

img { 
	border: 0px;
}

a:link { 
	color:#eebdc3;
	border-bottom: 1px dashed #eebdc3;
	font-weight:bold;
	text-decoration: none; 
} 

a:visited {
	color: #a96f7b; 
	text-decoration: line-through;
	font-weight: normal;
	font-style: italic;
} 

a:active {
	color: #50596B; 
	text-decoration: none; 
} 

a:hover {
	color: #e4a5ba;
	border-bottom: 1px solid #e4a5ba; 
	cursor: help;
	text-decoration: none;
}

input, textarea, select {
	font-family: arial, sans-serif; 
	font-size: 10px;
	background-color: #f9cbd6;
	border-bottom: 1px #fff solid;
	border-left: 3px #fff solid;
	border-top: 0px;
	border-right: 0px;
	color:#e6a9c1; 
}
