html, body {
	width:100%;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background:#480E08;
	background-image:url("../Images/Basics/background.jpg");
	background-attachment:fixed;
	background-repeat:repeat;
	font-family:"Calibri",Times,'Liberation Serif','Times New Roman','Bitstream Vera Serif';
	color:#585858;
}
a:link {color:#743A00;}
a:visited {color:#A85400;}
#wrap {
	height:927px;
	width:800px;
}
#header {
	height:172px;
	width:800px;
	background:#C46501;
	background-image:url("../Images/Basics/head.jpg");
}

#main {
	width:800px;
	height:615px;
	background:#FBF8F0;
}
#main-left {
	background:#FBF8F0;
	text-align:center;		
	float:left;
	width:200px;
	height:615px;
	position:relative;
}
#main-right {
	float:right;
	width:600px;
	height:615px;
	background:#FBF8F0;
	position:relative;
}
#foo{overflow:hidden;}
#footer {
	background:#E4D7B5;
	background-image:url("../Images/Basics/fondo2.jpg");
	color:#663300;	
	text-align:center;		
	width:800px;
	height:150px;
}
#footer-location {
	font-size:16px; 
	height:120px;			
}
#footer-copyright {
	font-size:12px;
	height:15px;
	color:#9E6B38;			
}
.button {padding: 0;}
.button li {display: inline;}
.button li a {
	border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	background:#743A00;
	background-image:url("../Images/Basics/b1.gif");
	text-decoration:none;  
	padding:5px;  
	color:#FFFFFF;  
}
.button li a:hover {  
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background:#E5DDD5;
	background-image: url("../Images/Basics/b2.gif"); 
	text-decoration:none;   
	color:#A45200;				
}
.br{height:15px;}
.br_0{height:5px;}
.Style1 {
	font-size:13px;
	font-weight:bold;
	text-align:center;		
}
.Style2 {
	font-size:14px;
	font-weight:bold;
	height:20px;
}
.clear {clear: both;}
