HTML{
	scrollbar-face-color:#cebc7d;
	scrollbar-arrow-color:#020104;
	scrollbar-track-color:#cebc7d;
	scrollbar-shadow-color:#020104;
	scrollbar-highlight-color:#020104;
	scrollbar-3dlight-color:#020104;
	scrollbar-darkshadow-Color:#020104;
}
#container {
	text-align: left;
	width: 785px;
	display:block;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	width: 785px;
	height: 215px;
	margin:0px;
	display:block;
	background-image: url(../img/site/header.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#content {
	position:relative;
	margin-left:5px;
	float:left;
	display:inline;
	width: 745px;
	background-image: url(../img/site/contentBg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #c9b880;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #020104;
	background-image: url(../img/site/bodybg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #5e573b;
}

/*Navi*/
#header ul{
	padding:0px;
	display:block;
	color:#5e573b;
	width:auto;
	width: 110px;
	position:absolute;
	margin-top: 40px;
	margin-right: 25px;
	margin-left: 40px;
	margin-bottom: 25px;
}
#header li{
	text-align:left;
	padding: 0px 0px 1px 10px;
	list-style-type: none;
}
.link {
    border-bottom: 1px dashed #9c8f5e;
}
.link:hover, #last:hover{
	color:#4c5b38;
}
.link,#last {
	font-size: 14px;
	font-weight:900;
	text-decoration: none;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	width: 120px;
	display:block;
	color: #5e573b;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	text-align:left;
}
#last {border-bottom: 0px none;}
/*end navi*/

/*general*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #4c5b38;
	text-decoration: none;
	margin-bottom:20px;
}
h2{
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	color: #4c5b38;
	text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;
}
blockquote {
    margin: 10px;
	padding: 10px;
	border: thin solid #5e573b;
	width: auto;
	font-size:12px
}
p a:link { 
	color: #5e573b;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
p a:visited { 
	color: #5e573b;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
}	
p a:hover, a:active { 
	color: #4c5b38;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.SalsArte{
	font-weight: bolder;
	color: #4c5b38;
}
table a:link, a:visited { 
	color: #5e573b;
	font-size: 14px;
	text-decoration: none;
}
table a:hover, a:active { 
	color: #4c5b38;
	font-size: 14px;
	text-decoration: underline;
}
/*end general*/

/*calender*/
.calendar {
    width:200px;
    border:1px solid;
    bordercolor:#5e573b;
    text-align:center;
    font-size: 12px;
}
.months {
	background-color:#5e573b;
	font:bold;
	color: #f1e6c0;
	letter-spacing: 0.2em;
}
.weeks {
    background-color: #cebc7e;
    font:bold;
    color: #5e573b;
}
.days {
	color: #993300;
}
/*end calender*/

.clear{clear:both;}
.buttons {
	font-size: 12px;
	color: #5e573b;
	background-color: #CEBC7E;
}
#footer {
	margin-left:5px;
	display:block;
	width: 775px;
	height:30px;
	background-image: url(../img/site/FooterBg.jpg);
	background-repeat: repeat-x;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform:none;
	color: #f1e6c0;
	text-decoration: none;
	text-align:center;
	padding-top:10px;
}

