/* Arts in Taguig City */

.body {
	font-family: Arial, Helvetica, sans-serif;
	background:url('images/background_bg.jpg') no-repeat;
	background-position:top center;
	
}

.clear{
	clear:both;
}

/* header */
.header {
	background-color: #f2f2f2;
	background:url('images/header_bg.jpg');
	width:997px;
	height:206px;
	margin:0 auto; 
	overflow:hidden;
}

.search {
	float:right;
	background:url('images/search_bg.jpg');
	width:410px;
	height:29px;
}

.button {
	background:url('images/search-icon.png');
	width:20px;
	height:20px;
	border:none;
	cursor:pointer;
}

.logo {
	float:left;
	padding-left:30px;
	width:318px;
	height:150px;
}

.logo-name {
	float:left;
	padding-top:50px;
	padding-left: 40px;
}

.menu{
	width:997px;
	height:46px;
	margin: auto;
	background:url('images/menu_bg.jpg');
}

.menu_items{
	padding-top:14px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.menu_items a{
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:5px;
	padding-left:25px;
}

.menu_items a:hover{
	color:#faa12e;
} 

.content{
	width:997px;
	margin:0 auto;
}

.entrytext{
	font:12px arial,verdana,sans-serif;
	width:890px;
	padding-left:60px;
}
.spacer{
	height:10px;
	width:100%;
}

.top_content{
	width:997px;
	margin-top:10px;
}

.left_content{
	background:url('images/left-content-bg.jpg') no-repeat;
	background-color:#d696da;
	width:537px;
	height:350px;
	float:left;
	margin-right:20px;
}

.text_content{
	color:#000;
	float:right;
	width:265px;
	padding-top:10px;
}	

.video_content{
	width:429px;
	height:295px;
	float:left;
	padding-top:30px;
}

.middle_content{
	width:997px;
}

.middle_content1{
	width:238px;
	height:345px;
	float:left;
	margin-right:11px;
}
.middle_content_text1{
	background:url('images/bottom_bg.jpg');
	width:238px;
	height:321px;
}

.middle_content1 img{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.middle_content2{
	width:238px;
	height:345px;
	float:left;
	margin-right:11px;
}

.middle_content_text2{
	background:url('images/bottom_bg.jpg');
	width:238px;
	height:321px;
}

.middle_content2 img{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}


.middle_content3{
	width:238px;
	height:345px;
	float:left;
	margin-right:11px;
}

.middle_content_text3{
	background:url('images/bottom_bg.jpg');
	width:238px;
	height:321px;
}

.middle_content3 img{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.middle_content4{
	width:238px;
	height:345px;
	float:left;
	margin-right:11px;
}

.middle_content_text4{
	background:url('images/bottom_bg.jpg');
	width:238px;
	height:321px;
}

.middle_content4 img{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.alignright{float:right; margin-left:8px;}
.alignleft{float:left; margin-right:8px;}
.aligncenter{display: block;margin-left: auto;margin-right: auto;}
.alignnone{float:none;}

.alignright2{float:right; margin-left:5px;}
.alignleft2{float:left; margin-right:5px;}
.navigation{margin:20px;}
.navigation a{font-size:12px;}

.bottom_button{
	background:url('images/bottom_button_bg.jpg');
	background-position:bottom;
	width:238px;
	height:24px;
	padding-top:10px
}

.bottom_button a{
	font-size:14px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	padding:10px 0 0 20px;
	margin-top:10px;
	text-decoration:none;
}

.footer{
	background:url('images/footer_bg.jpg') no-repeat;
	width:1045px;
	height:220px;
	margin:0 auto;
}

.newsletter{
	margin-top:20px; 
	width: 	280px;	
    color: #000;
}

