/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
	padding: 0;
}

body {
	background:url(images/4.png);
	line-height: 15px;
	text-align: justify;
	font-size: 11px;
}

h1, h2, h3 {
	margin-top: 0em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {

}

/** Header Style Starts Here */

#headerbanner{
	width: 900px;
	height: 220px;
	margin: 0 auto;
	background-image:url(images/topbanner.png);


}

#headermenu {
	width: 900px;
	height: 45px;
	margin: 0 auto;
	background-image:url(images/headermenu.png)
	
}

#header h1 {
	margin: 0;
	padding: 100px 0 10px 55px;
	background: url(images/logo.png) no-repeat left 90%;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

/** Menu Style Starts Here */


#banner {
	width: 860px;
	height: 200px;
	margin: 0 auto;
	padding: 0 20px;
	background:url(images/banner.png)
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	background: url(images/image06.png) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 900px;
	margin: 0 auto; 
	background: url(images/page.png);
}

#breaker {
height:400px;
background-image:url(images/breaker.png);
background-repeat:no-repeat;





}



#page-bottom {
	background: url() no-repeat left bottom;
}

#content {
	float: right;
	width: 400px;
	padding: 40px 50px 30px 60px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 0 0 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}
/** Footer Style Starts Here */

#footer {
	width: 900px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(images/footer.png) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
