﻿/* Regular links Dexter*/
a:link {
	color: #7b6c38;
	text-decoration: underline;
}
a:visited {
	color: #7b6c38;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
/* Global */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #3f3f3f;
	scrollbar-base-color: #e5e5c3;
	text-align: justify;
}
html {
	font: 12px Arial, Helvetica, sans-serif;
	background: #3f3f3f;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.noborderlink {
	border-width: 0px;
}
h1 {
	font: 16px Arial, Helvetica, sans-serif normal normal;
	color: #7b6c38;
	font-weight: bold;
}
#main {
	background: #ffffd8;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 580px;
	height: 580px;
	margin-left: -290px; /* half of width */;
	margin-top: -290px;  /* half of height */
}
#header {
	background: #89182C;
	width: 580px;
}
#content {
	padding: 10px 30px 0 0;
	width: 360px;
	height: 420px;
	float: right;
	overflow: auto;
}
#side {
	width: 170px;
	height: 420px;
	float: left;
	text-align: right;
	margin-top: 10px;
}
#page {
	background: url('../gui/frag_pag.gif') no-repeat bottom left;
	width: 580px;
	height: 430px;
}
/* Footer */
#footer {
	background: #3f3f3f;
	width: 580px;
	height: 20px;
	text-align: center;
	color: #666666;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}

