body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #131212;
	background-color: #d1d1d1;
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.gvcasa #container {
	width: 950px;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg_container.jpg);
} 
.gvcasa #container_index {
	width: 950px;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg_container.jpg);
} 
.gvcasa #header {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
} 
.gvcasa #subheader {
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 10px;
	word-spacing: 15px;
	letter-spacing: 0.5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e44e48;
} 
.gvcasa #sidebar1 {
	float: left;
	width: 200px;
	background-image: url(../images/bg_side.gif);
	color: #FFFFFF;
	padding-top: 80px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.gvcasa #mainContent {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 50px;
	padding-right: 35px;
	padding-bottom: 5px;
	background-image: url(../images/bg_body.jpg);
	padding-left: 35px;
} 
.gvcasa #mainContent_index {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.gvcasa #footer {
	padding: 0 10px 0 20px;
	color: #e74e48;
	background-color: #FFFFFF;
	font-size: 10px;
} 
.gvcasa #footer p {
	margin: 0;
	padding: 10px 0;
}
.gvcasa #news_box {
	height: 204px;
	width: 475px;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	background-image: url(../images/bg_news.jpg);
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 11px;
	line-height: 16px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
a:link {
	color: #f1988a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f1988a;
}
a:hover {
	text-decoration: underline;
	color: #e64d47;
}
a:active {
	text-decoration: none;
	color: #64d47;
}
a.page:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.page:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.page:hover {
	text-decoration: underline;
	color: #E8E0CA;
}
a.page:active {
	text-decoration: none;
	color: FFFFFF;
}
.text_white {
	color: #FFFFFF;
	line-height: 22px;
	word-spacing: 3px;
}
h1 {
	font-size: 23px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.breadcrumb {
	font-size: 9px;
}
.text_small_white {
	color: #FFFFFF;
	line-height: 18px;
	font-size: 9px;
}
.text_small{
	line-height: 18px;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
}
.text_red{
	color: #990000;
}
.text_large{
	font-size: 18px;
	font-weight: bold;
}
.text_larger{
	font-size: 14px;
}
.text_redorange{
	color: #FCE3E0;
	font-size: 14px;
}
