html,body {
	scrollbar-3dlight-color: #BDDAFF;
	scrollbar-arrow-color: #5778A5;
	scrollbar-base-color: #E1EFFD;
	scrollbar-darkshadow-color: #BDDAFF;
	scrollbar-face-color: #E7F1FE;
	scrollbar-highlight-color: #E1EFFD;
	scrollbar-shadow-color: #8FB6E1;
	scrollbar-track-color: #FFF;
}
body {
	margin: 0px;
	background: url(../images/background.jpg) top left repeat-x;
	background-color: #202223;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0px;
	color: #B3CD58;
}
h2 {
	color: #8FB6E1;
	font-weight: 100;
	font-size: 16px;
	margin: 15px 0px 0px 0px;
	text-align: left;
	line-height: normal;
}
h3 {
	font-size: 26px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 20px 0 0 0;
	float: left;
	color: #FFF;
}
/* sIFR al rescante! http://www.mikeindustries.com/sifr/ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
}
/* that's all folks! */
#container {
	width: 843px;
	height: auto;
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -421px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ABB3B8;
	background-color: #FFF;
}
.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 */
.roundtop { 
	background: url(../images/tr.jpg) no-repeat top right; 
}
#bot {
	width: 843px;
	height: 25px;
	position: relative;
	bottom: 0px;
	left: 0px;
	clear: both;
	z-index: 0;
}
.roundbotl {
	width: 25px;
	height: 25px;
	float: left;
	background: url(../images/bl.jpg) no-repeat top left; 
}
.roundbotr {
	width: 25px;
	height: 25px;
	float: right;
	background: url(../images/br.jpg) no-repeat top left; 
}
img.corner {
   	width: 25px;
  	height: 25px;
   	border: none;
   	display: block !important;
	z-index: 0;
}
#logo {
	position: absolute;
	top: -75px;
	right: 25px;
	width: 345px;
}
#logo img { float: right }
#right {
	width: 594px;
	height: auto;
	position: relative;
	top: -18px;
	left: 240px;
	margin: 0px 3px -34px 0px;
	z-index: 100;
}
#left {
	width: 231px;
	height: 240px;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 100 !important;
}
#nav {
	width: 594px;
	height: 85px;
	position: relative;
	top: 0px;
}
#contentContainer {
	width: 585px;
	height: 332px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 14px 0px 0px 12px;
	margin-top: 8px;
	background-image: url(../images/contentBkg.jpg);
	background-repeat: no-repeat;
}
#header {
	width: 573px;
	height: 35px;
	position: relative;
	top: 0px;
	left: 0px;
}
#content {
	width: 570px;
	height: 280px;
	position: relative;
	top: 6px;
	left: 0px;
	padding-right: 10px;
	text-align: justify;
	overflow: auto;
	line-height: 20px;
}
#content a {
	color: #B3CD58;
	text-decoration: none;
	border-bottom: 1px dotted #8FB6E1;
}
#content a:hover { color: #8FB6E1; background-color: #fbffb8 }
#content ul { list-style-type: square; margin-top: 0; margin-bottom: 0 }
#contactForm { position: relative; top: 20px; left: 0px; }
#contactForm .field { color: #5778A5; background-color: #FEFEFE; }
#contactForm .button { color: #5778A5; background-color: #E7F1FE; }
#contactForm textarea { height: 100px; color: #5778A5; background-color: #FEFEFE; }
#contactForm input, #contactForm textarea {
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #BDDAFF;
}
