body { 
	color:#9b9b9b; 
	font-size:11px; 
	font-family:arial, sans-serif;
	background:url('images/bg.jpg');
	cursor: ne-resize; 
}

table, td {
	font-size:11px; 
	text-align: justify;
}

#layout {
	background-color: #fff;
	padding: 10px;
	text-align: justify;
	width: 558px;
}

h1 {
	font-family: georgia, serif; 
	text-transform: lowercase;
	background: url('images/head.jpg') left no-repeat;
	padding-left: 35px;
	font-size: 20px;
	font-style: italic; 
	font-weight: normal;
	letter-spacing: 4px;
	margin-bottom: 3px;
	color:#c5c6c7;
}

h2 {
	background:url('images/h2.jpg');
	font-size:11px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3px;

}

b {
	color: #7d7d7d;
	font-size: 11px;
}

.back {
	font-family: arial, sans-serif;
	font-size:10px;
	text-align: center;
	color: #c6c6c6;
}

.back a:link {
	color: #c6c6c6;
}

.back a:visited {
	text-decoration: none;
	color: #c6c6c6;
}

.back a:hover {
	color: #908f8f;
	text-decoration: underline;
}

#footer {
	background-color: #cbcaca;
	color: #fff;
	font-size: 9px;
	width: 558px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color: #fff;
	text-decoration: line-through;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav {
	font-size: 10px;
}

#nav a:link {
	display: block;
	background-color: #fff;
	margin-bottom: 2px;
	color: #c5c3c4;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:active {
	display: block;
	background-color: #dcdcdc;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#nav a:visited {
	display: block;
	background-color: #fff;
	color: #c5c3c4;
	margin-bottom: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: none;
	text-transform: uppercase;
}

#nav a:hover {
	display: block;
	background-color: #dcdcdc;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #fff;

}

.name {
	background-color: #dbd9d9;
}

.desc {
	background-color: #edeaea;
}

.codes {
	border: 3px #dcdcdc solid;
}

blockquote {
	margin-top: 3px;
}

img 
	{ 
	border: 0px;
}

a:link {
	color: #9b9b9b; 
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial, sans-serif;
} 

a:visited {
	color: #9b9b9b; 
	font-weight: bold;
	text-decoration: line-through;
	text-transform: uppercase;
	font-family: arial, sans-serif;
} 

a:active {
	color: #908f8f; 
	cursor: se-resize;
	text-decoration: underline;
	text-transform: uppercase;
} 

a:hover {
	color: #908f8f; 
	cursor: se-resize;
	text-decoration: underline;
	text-transform: uppercase;

}

input, textarea {
	font-family: Arial, tahoma, sans-serif; 
	padding-left: 2px;
	font-size: 11px; 
	background-color: #dcdcdc; 
	color:#7d7d7d; 
	border:0px;
}
