/* -------------------------- INFINIT-O CSS -------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}

/* -------------------------- TEXT FORMATIING -------------------------- */
body,td,th,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D524B;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.text-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5D524B;
	text-decoration: none;
}
.text-1 a, text-1 a:visited, text-1 a:active {
	color: #EE3338;
	text-decoration: none;
	font-weight: bold;
}
.text-1 a:hover {
	color: #EE3338;
	text-decoration: underline;
	font-weight: bold;
}
.text-2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6E574B;
	text-decoration: none;
}
.text-2 a, text-1 a:visited, text-1 a:active {
	color: #6E574B;
	text-decoration: none;
}
.text-2 a:hover {
	color: #6E574B;
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EE3338;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #373535;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
h4 a, h4 a:active, h4 a:visited{
	font-size: 16px;
	color: #373535;
	text-decoration: none;
	font-weight: bold;
}
h4 a:hover{
	font-size: 16px;
	color: #373535;
	text-decoration: underline;
	font-weight: bold;
}

/* -------------------------- UL AND LI -------------------------- */
ul, li {
	margin: 5px 0px 0px 15px;
}

/* -------------------------- MAIN -------------------------- */
.main { /* main width: 780px - left and right borders: 4px = total width: 776px */
	width: 800px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
.main-topbg { 
	text-align: left;
	vertical-align: top;
	background-image: url(images/bg_upper.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 80px;
}
.main-bottombg { 
	text-align: left;
	vertical-align: top;
	background-image: url(images/bg_lower.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

/* -------------------------- LEFT COLUMN -------------------------- */
.left {
	width: 251px;
	height: 480px;
	text-align: left;
	vertical-align: top;
	background-image: url(images/img_makati.jpg);
	background-color: #F4F4F4;
	background-repeat: no-repeat;
}
.left-container {
	text-align: left;
	vertical-align: top;
	margin: 10px 20px 10px 30px;
}
/* -------------------------- MIDDLE COLUMN -------------------------- */
.middle {
	width: 324px;
	text-align: left;
	vertical-align: top;
}
.middle-container {
	text-align: left;
	vertical-align: top;
	margin: 10px 20px 10px 20px;
}

/* -------------------------- RIGHT COLUMN -------------------------- */
.right {
	width: 225px;
	text-align: left;
	vertical-align: top;
}
.right-news {
	text-align: left;
	vertical-align: top;
 	border: solid 1px #D6D6D6;
	background-color: #F4F4F4;
}
.right-news-bg {
	text-align: left;
	vertical-align: top;
	background-image: url(images/bg_news.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
.right-container {
	text-align: left;
	vertical-align: top;
	margin: 10px 8px 10px 8px;
}
.right-container-inside {
	text-align: left;
	vertical-align: top;
	margin: 15px 60px 15px 30px;
}
.right-inside {
	width: 546px;
	text-align: left;
	vertical-align: top;
}
.right-header {
	 margin: 0px 0px 0px 20px;
	 background-color: #D6D6D5;
}

