/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*//** Common Styles */body {
	margin: 0 0 15px 0;
	padding: 0;
	background: #E5E5D7 url(images/whiteblue.gif) repeat;
	text-align: justify;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;;
}A:link { 
 color: #0000FF; 
}BIG { font-family: Verdana, Serif; font-weight: 700; font-style: normal; text-transform: capitalize; font-variant: small-caps; }h2, h3, h5 {
	padding: 0;
	margin: 0;
	color: #000000;
}h1 {
	padding: 15;
	margin: 0;
	color: #000000;
	padding-top: 10px; padding-bottom: 10px;
	text-align: middle;
}h4 {
	padding: 5;
    text-align: float;
	margin: 10;
	color: #000000;
}h5 {
	padding: 10;
    text-align: float;
	margin: 10;
    font-size: 12px;
	color: #000000;
}
    
h6 {
	padding: 10;
    text-align: right;
	margin: 10;
	color: #FFFFFF;
}strong {
	color: #000000;
}p, ul, ol {
	margin-bottom: 1.0em;
}ul {
	margin: 0px;
	padding: 0;
}a {
	color: #308AC0;
	border-bottom: 1px #97C8E5 dotted;
}a:hover {
	text-decoration: none;
	color: #005880;
}/** Style for header starts here */#header {
	width: 990px;
	height: 75px;
	margin: 0;
	background: #DDDC63 url(images/img03copy.jpg) no-repeat left top;
	text-indent: -2000px
}#header h1, #header h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}#header h1 {
	float: left;
	padding: 0px 10px 0 0;
	font-size: 1.5em;
}#header h2 {
	padding: 0 10px 0px 0;
	font-size: 1em;
}/** Style for menu starts here */#menu {
	width: 990px;
	height: 25px;
	margin: 0px auto;
	background: #000000;
}#menu ul {
	margin: 0px;
	padding: 0 0 0 15px;
	list-style: none;
}#menu li {
	display: inline;
}#menu a {
	display: block;
	float: left;
	border: none;
	background: url(images/img05.gif) no-repeat left 35%;
	padding: 0 25px 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
}#menu a:hover {
	color: #D7D7BD;
}/** Style for wrapper starts here */#wrapper {
	width: 990px;
	margin: 0px auto;
	padding: 2px 0;
	background: #FFFFFF url(images/img02.jpg) repeat-y left top;
}/** Style for content starts here */#content {
	width: 990px;
	margin: 0px auto;
}#content h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #626262 dashed;
}#content p {
}#content a {
	text-decoration: none;
}#left {
	float: left;
	width: 180px;
	padding: 20px 20px;
    background: #EDEDED;
}#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}#left li {
	margin-bottom: 1px;
	padding-left: 12px;
	background: url(images/img04.gif) no-repeat 0 6px;
	line-height: 17px;
}#left .post {
}#right {
	float: right;
	width: 680px;
	padding: 15px 15px;
}
#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}#right li {
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat left 50%;
}
/** Style for footer starts here */#footer {
	clear: both;
	width: 990px;
	height: 75px;
	margin: 0px auto;
	padding-top: 10px;
    padding-bottom: 10px;
	border-top: 1px solid #444444;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}#footer .copyright {
	float: center;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}#footer .xhtml {
	padding-left: 0px;
	background: url(images/image02.png) no-repeat left 50%;
}#footer a {
	border-bottom: 1px #E5E5CC dashed;
	text-decoration: none;
	color: #E5E5CC;
}
