
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: gray;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

body.section-1 {
	background-image: url(http://cecilioabad.com.ph/bg.gif);
	background-color: #000;
}
body.section-2 {
	background-image: url(http://cecilioabad.com.ph/bg.gif);
	background-color: #000;
}
body.section-3 {
	background-image: url(http://cecilioabad.com.ph/bg.gif);
	background-color: #000;
}
body.section-4 {
	background: url(http://cecilioabad.com.ph/bg_white.gif) repeat;
}
body.section-5 {
	background-image: url(http://cecilioabad.com.ph/bg.gif);
	background-color: #000;
}
body.section-6 {
	background-image: url(http://cecilioabad.com.ph/bg.gif);
	background-color: #000;
}
body.section-7 {
	background: url(http://cecilioabad.com.ph/bg_white.gif);
}
body.section-8 {
	background: url(http://cecilioabad.com.ph/bg_white.gif) repeat;
}
body.section-9 {
	background-image: url(http://cecilioabad.com.ph/bg.gif);
	background-color: #000;
}
body.section-10 {
	background: url(http://cecilioabad.com.ph/bg_white2.gif) repeat-x;
}
body.section-11 {
	background: url(http://cecilioabad.com.ph/bg_white.gif);
}

#img-container-2 #text {
	margin-left: 40px;
	margin-top: 75px;
	margin-right: 50px;
	line-height: 18px;
}

div#img-container-2 {
	width: 900px;
}


a:link { text-decoration: none;
	color: #7e7e7e;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none;
	color: #d3d3d3;
}

div.caption {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 8px;
}

div#credit {
	margin-top: 20px;
	font-size: 10px;
	margin-left: 20px;
}

a img { border: none; }

div#menu .container img {
	float: left;
	display: block;
	margin-left: 20px;
	margin-top: 22px;
	margin-right: 10px;
}

#menu {
    width: 100%;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	background-color: #000;
	height: 140px;
}

#menu ul {
	list-style: none;
	margin: 52px 8px 12px;
	display: block;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}

#menu ul li.section-title {
	display: none;
}

#content {
    height: 420px;
    margin: 140px 0 0 20px;
    top: 0;
}

.container {
    padding: 0 0 15px;
}
.container p{
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

