a:link, a:visited, a:active { font-family, size, color}
a:hover {font-family, font-size, color, font-decoration,}
*{margin:0px; padding:0px;}

body {
	background-image: url(img/body.jpg);
	padding-top:5px;
}
#maincont {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #935F4A;
	background-repeat: repeat-y;
}
.IEfix{margin-right:-16px;}
#textbox {
	float: right;
	width: 605px;
	margin-top: 314px;
	background-image: url(img/pixtext.jpg);
	background-color: #FFFFFF;
	margin-right:16px;
}
#textbox p{
	padding:5px auto;
}
#h1 {
	background-image: url(img/h1.jpg);
	height: 68px;
	width: 622px;
	text-align: center;
	position: absolute;
	top: 246px;
	right: 0px;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #623828;
	text-decoration: none;
	text-align: center;
	width: 622px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #935F4A;
	text-decoration: none;
	text-align: justify;
	padding-right: 20px;
	padding-left: 16px;

}
p a{
	color: #F99500;
	text-decoration: none;
}
p a:hover{
	color: #7D5500;
	text-decoration: none;
}
#header {
	position: absolute;
	top: 0px;
	background-image: url(img/header.jpg);
	height: 210px;
	width: 775px;
	left: 0px;
	padding-left:25px;
}
#menu {
	width: 150px;
	left: 15px;
	float: left;
	padding-top:8px;
}
.menu li {
	display: block;
	text-align: center;
	float: left;
	width: 127px;
	background-image: url(img/boton.jpg);
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 3px;
}
.menu li a{
	left: 7px;
	right: 7px;
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #FFB366;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}
.menu li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#img {
	position: absolute;
	top: 210px;
	right: 0px;
}
#link {
	position:absolute;
	background-image: url(img/pixlinkl.jpg);
	width: 165px;
	/*margin-top:210px;*/
	/*	float: left;*/
	text-align: center;
	top:210px;
	left:0px;
}
.link li {
	display: block;
	background-image: url(img/barra.png);
	width: 150px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
	margin-left: 7px;
	margin-right: 5px;
}
.link li a{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #6C4900;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.link li a:hover{
	background-image: url(img/barraover.png);
	width: 158px;
	text-decoration: none;
	color: #E1A900;
} 
.clear {
	clear: both;
}
#footer {
	background-image: url(img/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFF99;
	text-decoration: none;
	text-align: center;
	padding-top: 33px;
	padding-bottom: 33px;
	margin-top: 20px;
	width: 800px;
}
