/* @group Font */

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */

body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}

table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */

select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */

pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */

body * {line-height:1.22em;}

/* @end */

/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

q:before,q:after{content:'';}

/* @end */ 
html, body{ 
 text-align:center;
	padding: 0;
	margin: 0;
}

body{ 
	background:#eeeeee url(myimages/fondo6.jpg) no-repeat fixed center top;
	padding: 0;
	margin: 0;
}

/* @group header */

#header{
 position:relative; 
 height: 353px; 
 width: 760px;
	background: #ffffff;
}

#header2{
 position:relative; 
 height: 180px; 
 width: 760px;
}

#cabecera {
	background: url(myimages/cabecera.jpg) no-repeat center bottom;
	height: 165px;
	width: 760px;
}

#cabecera_es {
	background: url(myimages/cabecera_es.jpg) no-repeat center bottom;
	height: 165px;
	width: 760px;
}

#cabecera2 {
	background: url(myimages/cabecera2.jpg) no-repeat center bottom;
	height: 130px;
	width: 760px;
}

#cabecera3 {
	background: url(myimages/cabecera3.jpg) no-repeat center bottom;
	height: 130px;
	width: 760px;
}

#idiomas {
	height: 20px;
	width: 745px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	padding-right: 15px;
}

#idiomas a:link, #idiomas a:visited{
	color: #6b811c;
	text-decoration: none;
}

#idiomas a:hover{
	color: #660033;
	text-decoration: none;
}

#logo {
	background: url(myimages/logo.gif) no-repeat left center;
	width: 760px;
	height: 143px;
}

.titulo {
	display: block;
	position: relative;
	top: 75px;
	color: #666666;
	font: bold 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	left: 330px;
	width: 400px;
}

#espacio {
	height: 25px;
	width: 760px;
}
	
/* @end */

/* @group main */

#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 width: 498px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 15px;
}

#maincol strong{
	font-weight: bold;
}

#maincol a:link, #maincol a:visited{
	color: #6b811c;
	text-decoration: none;
}

#maincol a:hover{
	color: #660033;
	text-decoration: none;
}

h1{
	font: bold 17px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #623964;
}

h2{
	font:bold 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #623964;
}
	
/* @end */

/* @group Index TPL */

#banner_promotion1 {
	width: 265px;
	height: 220px;
	text-align: center;
	float: left;
}

#banner_promotion2 {
	width: 265px;
	height: 220px;
	text-align: center;
	float: right;
}

.banner_promotion_txt {
	position: relative;
	bottom: 45px;
	width: 240px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	padding-top: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* @end */

/* @group Listings TPL */

#tpl-listing-pagewidth{
 width: 400px;
 text-align:left;
	background: #f2f2f2;
	margin: 15px auto;
	padding: 15px;
}

#tpl-listing-leftcol{
 width: 33%;
 float:left;
 position:relative;
 height: 180px;
 overflow: auto;
}

#tpl-listing-twocols{
 width: 62%;
 float:right;
 position:relative;
}

#tpl-listing-rightcol{
 width: 45%;
 float:right;
 position:relative;
}

#tpl-listing-maincol{
 float: left;
 height: 180px;
 display:inline;
 position: relative;
 width: 50%;
 overflow: auto;
}

#tpl-listing-box {
	width: 498px;
}

#tpl-listing-city {
	float: right;
	width: 40%;
}

#tpl-listing-type {
	float: left;
	width: 50%;
}

h3 {
	width: 100%;
	border-bottom: 1px solid #623964;
	color: #623964;
	margin-bottom: 15px;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

/* @group Simple */

.tpl-listings-ul-simple li {
	padding-left: 20px;
	padding-top: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: disc inside;
}

.tpl-listings-ul-simple li a:link, .tpl-listings-ul-simple li a:visited {
	color: #000033;
	text-decoration: none;
	font-weight: normal;
}

.tpl-listings-ul-simple li a:hover {
	color: #000033;
	text-decoration: underline;
	font-weight: normal;
}

/* @end */

/* @group Doble */

.tpl-listings-ul-doble {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	list-style: none;
}

.tpl-listings-ul-doble a:link, .tpl-listings-ul-doble a:visited {
	font: bold;
	color: #666666;
	text-decoration: none;
}

.tpl-listings-ul-doble a:hover {
	font: bold;
	color: #666666;
	text-decoration: underline;
}

.tpl-listings-ul-doble ul {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	color: #000033;
}

.tpl-listings-ul-doble ul li {
	font-size: 11px;
	padding-left: 20px;
	padding-top: 5px;
	list-style: disc inside;
}

.tpl-listings-ul-doble ul li a:link, .tpl-listings-ul-doble ul li a:visited {
	color: #000033;
	text-decoration: none;
}

.tpl-listings-ul-doble ul li a:hover {
	color: #000033;
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Poperties TPL */

#tpl-properties-searchinfo {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 498px;
}

.tpl-properties-searchinfo-paging {
	text-align: right;
	font-size: 12px;
}

.tpl-properties-searchinfo-actual-page {
	font-size: 12px;
	font-weight: bold;
	background: #660033;
	color: #ffffff;
}
.tpl-properties-searchinfo-paging a:link, #tpl-properties-searchinfo-paging a:visited {
	text-decoration: none;
	color: #0033cc;
}

.tpl-properties-searchinfo-paging a:hover {
	text-decoration: underline;
	color: #0033cc;
}

#tpl-properties-searchinfo-found {
	float: left;
	font-size: 12px;
}

.tpl-properties {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 10px;
	height: 127px;
	background: #ebebeb;
	border: 1px solid #c6c6c6;
}

.tpl-properties-onportfolio {
	text-align: center;
	width: 147px;
	font-size: 10px;
	position: absolute;
	background: #94c000;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tpl-properties-head {
}

.tpl-properties-head h1 {
	font-size: 14px;
	color: #0033cc;
	padding-bottom: 10px;
	font-weight: bold;
}

.tpl-properties-head h1 a:link, .tpl-properties-head h1 a:visited {
	font-size: 14px;
	color: #0033cc;
	text-decoration: none;
	font-weight: bold;
}

.tpl-properties-head h1 a:hover {
	font-size: 14px;
	color: #0033cc;
	text-decoration: underline;
	font-weight: bold;
}

.tpl-properties-imgviewer {
	float: left;
	width: 155px;
}

.tpl-properties-imgviewer a img {
	width: 135px;
	background: #ffffff;
	border: 1px solid #999999;
	padding: 5px;
	height: 101px;
}

.tpl-properties-imgviewer a:hover img {
	background: #ebebeb;
}

.tpl-properties-imgviewer a:hover {
	background: #ebebeb;
}

.tpl-properties-description {
	height: 80px;
}

.tpl-properties-description p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.tpl-properties-description p a:link, #tpl-properties-description p a:visited {
	color: #0033cc;
	text-decoration: none;
}

.tpl-properties-description p a:hover {
	color: #0033cc;
	text-decoration: underline;
}

.tpl-properties-features {
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
}

.tpl-properties-features a:link, .tpl-properties-features a:visited {
	text-decoration: none;
	color: #0033cc;
}

.tpl-properties-features a:hover {
	text-decoration: underline;
	color: #0033cc;
}

.tpl-properties-features strong {
}

/* @end */

/* @group Property TPL */

#tpl-property-virtual {
	color: #000000;
	background: #eeeeee;
	height: 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* @group Form */

.tpl-property-form {

}

.tpl-property-instructions {
	padding-bottom: 15px;
	padding-top: 5px;
}

.tpl-property-form form {
	width: 470px;
	padding: 0 10px 10px 10px !important;
	margin: 0;
	background: #f2f2f2;
	position: relative;
}

.tpl-property-form label {
	margin-top: 10px;
	position: absolute;
	text-align:right;
	width: 100px;
}

.tpl-property-form form input {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tpl-property-form form button {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
}

.tpl-property-form form textarea {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
}

/* @end */

/* @group Form Mortgage Calculator */

#tpl-property-mortgage-interested h5 {
	width: 100%;
	border-bottom: 1px solid #623964;
	color: #6b811c;
	margin-bottom: 15px;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#tpl-property-mortgage-interested {
	position: relative;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

.tpl-property-mortgage-instructions {
	padding-bottom: 15px;
	padding-top: 5px;
}

.tpl-property-mortgage-form form {
	width: 470px;
	padding: 0 10px 10px 10px !important;
	margin: 0;
	background: #f2f2f2;
	position: relative;
}

.tpl-property-mortgage-form label {
	margin-top: 10px;
	position: absolute;
	text-align:right;
	width: 120px;
}

.tpl-property-mortgage-form form input {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 130px;
	width: 150px;
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tpl-property-mortgage-form form button {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 130px;
	width: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
}

.tpl-property-mortgage-form form textarea {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
}

/* @end */

/* @group Portfolio */

.tpl-property-onportfolio {
	text-align: center;
	width: 482px;
	font-size: 12px;
	position: absolute;
	background: #94c000;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.tpl-property-onportfolio a:link, .tpl-property-onportfolio a:visited {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

.tpl-property-onportfolio a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

/* @end */

/* @group Tools */

#tpl-property-tools {
	color: #000000;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: right;
	z-index: 101;
}

#tpl-property-tools ul {
	color: #24447e;
	list-style: none;
	text-align: right;
}

#tpl-property-tools ul li {
	padding-bottom: 5px;
}

#tpl-property-tools ul a:link, #tpl-property-tools ul a:visited {
	color: #24447e;
	text-decoration: none;
}

#tpl-property-tools ul a:hover {
	color: #336699;
}

#tpl-property-tools li a:link, #tpl-property-tools li a:visited {
	color: #24447e;
	text-decoration: none;
}

#tpl-property-tools li a:hover {
	color: #336699;
}

#tpl-property-tools h4 {
	font-size: 16px;
	font-weight: bold;
}

#tpl-property-tools p {
	font-size: 10px;
}

/* @end */

/* @group Intro */

#tpl-property-intro {
	color: #000000;
	position: relative;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#tpl-property-intro a:link, #tpl-property-intro a:visited {
	text-decoration: underline;
	color: #000000;
}

#tpl-property-intro a:hover {
	text-decoration: underline;
	color: #000000;
}

#tpl-property-intro strong {

}

#tpl-property-intro h2 {
	color: #24447e;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
}

#tpl-property-intro p {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* @end */

/* @group Price Hilight */

#tpl-property-pricehilight {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tpl-property-pricehilight strong {
	font-weight: bold;
}

/* @end */

/* @group Img Viewer */

#tpl-property-imgviewer {
	width: 498px;
	position: relative;
}

#tpl-property-visor {
	width: 498px;
	text-align: center;
}

#tpl-property-visor img {
	padding: 5px;
	border: 1px solid #666666;
	background: #ffffff;
	width: 470px;
	height: 345px;
}

#tpl-property-thumbnails {
	text-align: center;
	width: 498px;
	position: absolute;
	top: 290px;
}

#tpl-property-thumbnails img {
	background: #ffffff;
	width: 60px;
	padding: 3px;
	border: 1px solid #666666;
	height: 45px;
}

/* @end */

/* @group Main features */

#tpl-property-mainfeature {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin-bottom: 20px;
}

#tpl-property-mainfeature table {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

#tpl-property-mainfeature table th {
	font-weight: bold;
	background: #623964;
	color: #ffffff;
	padding: 3px;
	border-right: 3px solid #ffffff;
	text-align: center;
}

#tpl-property-mainfeature table td {
	background: #ffffff;
	color: #333333;
	padding: 3px;
	border-right: 3px solid #ffffff;
	text-align: center;
}

/* @end */

/* @group Description */

#tpl-property-description {
	position: relative;
}

#tpl-property-description p {
	padding-bottom: 10px;
}

/* @end */

/* @group Features */

#tpl-property-features {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

#tpl-property-features table {
	width: 100%;
}

#tpl-property-features table td {
	width: 33%;
}

#tpl-property-features h5 {
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #000066;
	color: #000066;
	margin-bottom: 15px;
}



/* @end */

/* @group Interested */

#tpl-property-interested {
	position: relative;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

#tpl-property-interested p {
	padding-bottom: 15px;
}

#tpl-property-interested h5 {
	width: 100%;
	border-bottom: 1px solid #623964;
	color: #6b811c;
	margin-bottom: 15px;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

/* @end */

/* @end */

/* @group Development TPL */

/* @group Img Viewer */

#tpl-development-imgviewer {
	width: 498px;
	position: relative;
}

#tpl-development-imgviewer p {
	text-align: center;
	padding-top: 10px;
}

#tpl-development-visor {
	text-align: center;
}

#tpl-development-visor img {
	padding: 5px;
	border: 1px solid #666666;
	background: #ffffff;
	width: 470px;
	height: 345px;
}

#tpl-development-thumbnails {
	text-align: center;
	width: 498px;
	position: absolute;
	top: 290px;
}

#tpl-development-thumbnails img {
	background: #ffffff;
	width: 60px;
	padding: 3px;
	border: 1px solid #666666;
	height: 45px;
}

/* @end */

/* @group Development form */

.tpl-development-form {

}

.tpl-development-instructions {
	padding-bottom: 15px;
	padding-top: 5px;
}

.tpl-development-form form {
	width: 470px;
	padding: 0 10px 10px 10px !important;
	margin:0 0 30px;
	background: #f2f2f2;
}

.tpl-development-form label {
	margin-top: 10px;
	position: absolute;
	text-align:right;
	width: 100px;
}

.tpl-development-form form input {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
}

.tpl-development-form form button {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
}

.tpl-development-form form textarea {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
}

/* @end */

/* @end */

/* @group Portfolio TPL */

/* @group form */

.tpl-portfolio-form {

}

.tpl-portfolio-form h3 {
	width: 100%;
	border-bottom: 1px solid #623964;
	color: #6b811c;
	margin-bottom: 15px;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.tpl-portfolio-instructions {
	padding-bottom: 15px;
	padding-top: 5px;
}

.tpl-portfolio-form form {
	width: 470px;
	padding: 0 10px 10px 10px !important;
	margin: 0;
	background: #f2f2f2;
}

.tpl-portfolio-form label {
	margin-top: 10px;
	position: absolute;
	text-align:right;
	width: 100px;
}

.tpl-portfolio-form form input {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tpl-portfolio-form form button {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
}

.tpl-portfolio-form form textarea {
	border: 2px solid #ddd;
	margin-top: 10px;
	margin-left: 110px;
	width: 300px;
	background: #ffffff;
}

/* @end */

/* @end */

/* @group Content  */

/* @group Section TPL */

.tpl-section {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #666666;
}

.tpl-section-searchinfo-paging {
	text-align: right;
	padding-bottom: 10px;
}

.tpl-section-head {
	margin-bottom: 10px;
}

.tpl-section-head p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 2px;
}

.tpl-section-head h2{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

.tpl-section-head h2 a:link, .tpl-section-head h2 a:visited{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0033cc;
}

.tpl-section-head h2 a:hover{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0033cc;
}

.tpl-section-intro {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 5px;
}

.tpl-section-intro p{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* @end */

/* @group Article TPL */

#tpl-article {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#tpl-article p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#tpl-article ul {
	list-style: disc inside;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#tpl-article ul li {
	list-style: disc inside;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#atpl-article a:link, #tpl-article a:visited {
	text-decoration: none;
	color: #0033cc;
}

#atpl-article a:hover {
	text-decoration: underline;
	color: #0033cc;
}

#tpl-article h1 {
	color: #000066;
	padding-bottom: 10px;
	padding-top: 10px;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
}

#tpl-article h2 {
	color: #000066;
	padding-bottom: 10px;
	padding-top: 10px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
/* @end */

/* @end */

/* @group leftcol */

#leftcol{
 width: 222px; 
 float:left; 
 position:relative; 
 }

#leftcol h2{
	color: #6b811c;
	padding-left: 15px;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
}

.box {
	width: 222px;
	height: 300px;
	background: no-repeat url(myimages/box.gif);
}

.featured {
	width: 175px;
	height: 146px;
	padding-left: 28px;
	padding-right: 15px;
	padding-top: 10px;
}

.featured img {
	padding: 5px;
	width: 165px;
	height: 124px;
	background: #ffffff;
}

.featured_text {
	width: 177px;
	height: 129px;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 15px;
	color: #333333;
}

.box a:link, .box a:visited{
	color: #6b811c;
	text-decoration: none;
}

.box a:hover{
	color: #660033;
	text-decoration: none;
}
	
/* @end */

/* @group footer */

#footer{
 height: 100px; 
 clear:both;
	background: no-repeat url(myimages/foot.gif) center top;
	padding-top: 30px;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer a:link, #footer a:visited{
	color: #6b811c;
	text-decoration: none;
}

#footer a:hover{
	color: #660033;
	text-decoration: none;
}
	
/* @end */

.thumb {
	margin-right:5px;
	margin-bottom:5px;
}

#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
	background: #ffffff;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
