body, table, tr, td {
	font: 8pt century gothic, verdana, sans-serif;
	color: #c9c9c9;
	letter-spacing: 1px;
	text-align: justify;
}

h1, h2, h3 {
	border-bottom: 1px dotted #c9c9c9; 
	text-align: right;
	font: 10pt tahoma, sans-serif;
	font-weight: bold;
}

img {
	border: 0px;
}

ul {
	list-style-image: url(./images/bullett.jpg)
}

body {
	background: #000000 url(images/bg.jpg) repeat-y;
}

table {
	border-bottom: 1px solid #c9c9c9;
}

#layout {
	background: url(images/header.jpg);
	position:absolute;
	width:462px;
	left:0px;
	height:255px;
	top:0px;
}

#stats, #nav {
	position:absolute;
	font-weight: bold;
	align: center;
	width: 353px;
}

#content {
	position:absolute;
	left: 13px;
	top: 220px;
	width: 353px;
}

a:link,a:visited,a:active {
	color: #1D2356; 
	text-decoration: none;
	cursor: ne-resize;
}


a:hover {	
	font-style: italic;
	color: #000000;
	text-decoration: underline;
	cursor: ne-resize;
}

input, textarea, option, select {
	background-color: #373737;
	font: 8pt tahoma, sans-serif;
	color: #cfcfcf;
	letter-spacing: 1px;
	border: 1px dotted #cfcfcf;
	padding:2px; 
}