@charset "UTF-8";
/* CSS Radio Pinoy */

* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	text-align: center;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: black;
}

.clear {
	border: 0px;
	clear: both;
	height: 0px;
}

h1 {
	font-size: 24px;
	font-weight:bold;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
/*LINK----------------*/
a {
	color: #e5862a;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	color: white;
}

#content a:hover {
	color: black;
}

/**/
#content_ctnr {}

#container {
	margin: 0 auto;
	border: 1px solid red;
}

#header_ctnr {
	width: 900px;
	margin: 0 auto;
}

#logo {
	width: 900px;
	text-align: center;

}

/*NAVIGATION BAR -------------*/
#nav {
	background-color: #272727;
}
/*SEARCH -------------*/
#search {
	padding-top: 5px;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	height: 25px;
}

/**/

#content_ctnr {
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}


#content {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
}

#content p {
	margin-bottom: 10px;
	display:block;
}

#c_left {
	float: left;
	width: 350px;
}

#c_right {
	margin: 0 0 0 355px;
	text-align: left;
	width: 500px;
}


#footer_ctnr {
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 7px;
}

#footer {}

#footer p {
	font-size: 11px; 
	text-align:center;
	margin-top: 15px;
	color: white;
	font-weight: normal;
}

/*jQuery Image Pop up-------*/

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

