html,body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#d9c2a6;
	scrollbar-track-color:#000000;
}
body {
	background-color: #d9c2a6;
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #d9c2a6;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}
#content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(img/topfundo.jpg);
	background-repeat: no-repeat;
	height: 295px;
}
#logo {
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	height: 295px;
}
#mid {
	background-image: url(img/midfundo.jpg);
	background-repeat: no-repeat;
	height: 630px;
}
#left {
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-left: 0px;
}
#menu {
	height: 452px;
	width: 147px;
	margin-top: 10px;
	margin-left: 32px;
}
#links {
	height: 150px;
	width: 160px;
}

#right {
	float: right;
	width: 610px;
	height: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	background-image: url(img/right.jpg);
	background-repeat: no-repeat;
}
#mainFrame {
	height: 570px;
	width: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer {
	font-size: 11px;
	color: #D9C2A6;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	font-family: Calibri, Arial;
	font-size: 9px;
	color: #d9c2a6;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
a:hover {
	font-family: Calibri, Arial;
	font-size: 9px;
	color: #887D69;
	text-decoration: underline overline;
	text-transform: uppercase;
}
a:active {
	font-family: Calibri, Arial;
	font-size: 9px;
	color: #887D69;
	text-decoration: none;
	text-transform: uppercase;
}
a:visited {
	font-family: Calibri, Arial;
	font-size: 9px;
	color: #C7A57A;
	text-decoration: none;
	text-transform: uppercase;
}
