	/*
-----------------------------------------------
Casa Oriente Stylesheet V1.0
Paul Bellamy, BellamyStudio 2005
----------------------------------------------- */

body {
  background:#300;
  margin:0;
  padding:0px 5px 15px 10px;
  font-family: Verdana,Sans-serif;
	font-size:70%;
  text-align:center;
  color:#fc0;
  }

h2, h3 {
	font-family:helvetica, arial;
	margin:0 0 .5em 0;
	padding:0
}	
p {color:#ffc;}
a {color:#ff0}
a:hover {color:#fff}
	
img {border:0px none; }	
	
/* h1 - image replacement of text for logo
----------------------------------------------- */
 
	
/* Page
----------------------------------------------- */
#wrapper {
  margin:0 auto;
  padding-top:15px;
  width:770px;
  text-align:left;
  }
 #top {
   background:url('images/template/header_top.png') top no-repeat;
	 width:781px;
	 height:13px;
 }
 
 #bottom {
   background:url('images/template/footer_bottom.png') top no-repeat;
	 width:781px;
	 height:32px;
	 float:left;
 }
 #templatemain {
   padding:0 11px 0 11px;
	 background:url('images/template/template_bg.png')	repeat-y;
	 float:left
 }
 #templateinside {
   float:left;
   padding:10px;
	 margin:0;
	 /*background:url('images/template/maincontent_bg.png') repeat-y;*/
	 width:729px;
 }
 
#templateinside p{
  margin:0 0 1em 0;
	padding:0;
	line-height:1.5em;
}
#templateinside ul {
	margin:0 0 1em 2em; 
	padding:0;
}
#templateinside li{
	margin:0;
	padding:0;
	line-height:1.5em;
}

#viewer {
	float:left;
	width:340px;
	margin:0 10px 10px 0
}
#info {
	width:360px;
	float:right
}

/* Footer
----------------------------------------------- */	
.footer {
	clear:both;
	margin:1em 0 0 0;
	padding:1em 1em 0 0;
	border-top:1px dotted #600;
	font-size:90%;
}
.footer, .footer a {
	color:#600;
}
 #bottom {
   background:url('images/template/bottom.png') top no-repeat;
	 width:770px;
	 height:20px;
 }
