
* { margin: 0; padding: 0; }
#body_container	{
	background: #FFFFFF url(../img/base/main_bg.gif) top center repeat-x;
}
#main_container	{
	position: relative;
	width: 730px;
	height: 700px;
	/*dapat ang minimum height ng page na ito ay at least 530 hindi 
	tested na sa IE5, mozilla firefox 3*/
	/*min-height: 400px;
	/*overflow: visible;*/
	/*padding: 50px;*/
	margin: 35px 35px;
	border: #00AEF0 solid 8px;
	background: #FFF url(../img/base/content_bg.gif) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_container	div.main_content 	{
	position: relative;
	/*border: #CCC solid 1px;  /*for testing */
	/*padding: 7px;*/
	margin: 5px 7px;
	padding: 8px;
}
#main_container_bottom {
position: relative;
width: 745px;
height: 20px;
margin:-35px 0 0 36px;
background: #FFF url(../img/base/content_bottom.gif) no-repeat;
}

#center_container	{
	position: relative;
	/*background-color:#FF9900; /* for testing */
	width: 780px;
	margin: 0 auto;
	/*border: 1px solid #CCCCCC; /* for testing */
}
#center_content {
	position: relative; 
	/*border: #AEF solid 6px;  /*for testing */
	padding: 7px;
	margin: 15px 5px;
	font: Verdana, Arial, Helvetica, sans-serif 10px;
	font-size: 12px;
	text-align: center;
	width: auto;
	height: 300px;
}
#center_content img {
	border: none;
}

/* Main Gallery/Browse gallery properties/view public*/
/* All borders are declared for testing purposes */

#center_content #main-gallery-container {
	height: 600px;
	width: 715px;
	margin-left: -15px;
}

#main-gallery-container #browse-gallery {
	height: 625px;
	/*border: #CCC 3px solid; */ 
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
}

#main-gallery-container #browse-gallery a{
	font-size: 10.5px;
	text-decoration: none; 	
	color: #666;
}


#main-gallery-container #page-links {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-decoration: none; 	
}

#page-links a.active {
	text-decoration: none; 	
}


#browse-gallery div.picture-box {
	float: left;
	width: 150px;
	height: 150px;
	margin: 25px 16px 25px 10px;
}
#browse-gallery div.picture-box div.caption{
	width: 150px;
}

#main-gallery-container #browse-gallery div.picture-box img {
	border: 3px #666 solid;
}
/* end ng main gallery props, sa views na ito ginamit. */

/* End ng main gallery */
