body  {
	font: 100% Arial;
	background: #E6EFDC;
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container { 
	width: 874px;
	background: #FFFFFF url(../images/bg.jpg) repeat-y;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	top:5px;
	bottom:20x;
	position:relative;
} 
 #header { 
	background: url(../images/top.jpg) no-repeat top center; 
	padding: 0 10px;
	height:284px;
} 

a {
	font-weight:bold;
	color:#A8B400;
	font-size:14px;
	}
	
a img{
	border:none;
	}
 #sidebar1 {
	float: right; 
	width: 220px; /* since this element is floated, a width must be given */
	padding:20px 0; /* top and bottom padding create visual space within this div  */
	text-align:center;
	
}
 #sidebar1 h1{
	margin:20px;
	text-align:center;
	font-size:18px;
	color:#007f64;
	}
	
 #sidebar1 h3, p {
	margin: 10px;
}


.links{text-align:center; margin-top:25px; width:391px;}

 #mainWrapper{
 background: url(../images/mid.jpg) no-repeat bottom left;
 min-height:350px;
 clear:both;
 
 }
 
 #mainContent { 
	margin:25px 240px 20px 20px;
	text-align:justify;
	font-size:12px;
	} 

 #mainContent p { 
	margin:10px 20px 0 0;
	text-align:justify;
	font-size:12px;
	line-height:16px;
} 

 #mainContent h1 {
	margin: 0;
	padding:5px 0;
	font-size:18px;
	color:#699a23;
	text-align:left;
	}

 #mainContent h2 {
	margin: 0;
	padding:5px 0;
	font-size:16px;
	color:#e98300;
	
}

 
  #titpie { 
	margin:40px 20px 20px 20px;
	text-align:center;
	font-size:18px;
	color:#007f64;
}
 
 #columnaMedia { 
	padding:0;
	margin:0;
	float: left; 
	width: 310px;
	

} 

 #columnaSim { 
	margin:0 0 0 20px;
	padding:0;
	float: left; 
	width: 480px;
	font-size:11px;

}



#SimBott {
	
	margin:5px;
	width:120px;
	height:130px;
	float:left;
	text-align:center;
}

#SimBott p {
	font-size:9px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
	margin:0;
}

#SimBott img {
	clear:both;
	border:none;
}


 #cuadroSim { 
	width: 460px;
	background: #FFFFFF url(../images/simmed.gif) repeat-y;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	position:relative;
	clear:both;

}

 #cuadroSimhead { 
	background:#FFFFFF url(../images/simtop.gif) no-repeat bottom; 
	padding: 0 10px;
	height:30px;
	font-size:16px;
	font-weight:bold;
	color:#69923A;
} 


 #cuadroSimmain { 
	margin:10px 20px 20px 20px;
	text-align:justify;
	font-size:12px;
	min-height:400px;
} 


 #cuadroSimfoot { 
	padding: 10px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF url(../images/simbot.gif) no-repeat top;
	height:60px;
	line-height:12px;
	position:relative;
	bottom:0px;
} 

 #cuadroSimprice { 
	padding: 5px;
	margin:-15px auto;
	background: #CCCCCC;
	width:150px;
	line-height:12px;
	position:relative;
	float:none;
	text-align:center;
	border:1px solid #000000;
	font-size:12px;
	color:#666666;
	clear:both;
}

 #cuadroSimprice h1{ 
	text-align:center;
	margin:5px;
}

 #cuadroSimprice p{ 
	text-align:center;margin:5px;
}




 #footer { 
	padding:25px  0px 0px 0px ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF url(../images/bot.jpg) no-repeat;
	height:35px;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
} 
 #footer a{
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	
}

 #footer img{
	margin:0 5px;
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a.button {
    /* Sliding right image */
    background: transparent url('../images/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bolder;
}
a.button span {
/* Background left image */ 
background: transparent url('../images/button_left.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 8px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
}


a.button2 {
    /* Sliding right image */
    background: transparent url('../images/button_right2.png') no-repeat scroll top right; 
display: block;
float: left;
height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bolder;
}
a.button2 span {
/* Background left image */ 
background: transparent url('../images/button_left2.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 8px 0 5px 18px;
} 
a.button2:hover span{
text-decoration:underline;
}




