/*
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: 20px 0;
	padding: 0;
	background: #DDDDED;
	text-align: left;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C37;
}
H1, H2, H3
{
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #005880;
}
P, UL, OL
{
	margin-bottom: 1.5em;
}
UL
{
	margin: 0px;
	padding: 0;
}
A
{
	color: #005880;
}
A:hover
{
	text-decoration: underline;
	color: #005880;
}
/** Style for header starts here*/
#header
{
	width: 800px;
	height: 100px;
	margin: 0px auto;
	background-image: url(/img/logo_bnr.gif);
	border: 0px none #000000;
	padding: 0px 0;
}
#header H1, #header H2
{
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
}
#header H1
{
	padding: 10px 0px 10px 90px;
	font-size: xx-large;
	text-transform: capitalize;
	color: #0308CE;
	font-weight: normal;
	margin: 15px;
}
#header H2
{
	margin-top: -20px;
	padding: 8px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/** Style for menu starts here*/
#menu
{
	width: 800px;
	height: 32px;
	margin: 0px auto;
	font-size: 12px;
	background-color: #3F3FD4;
}
#menu UL
{
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}
#menu LI
{
	display: inline;
}
#menu A
{
	display: block;
	float: left;
	padding: 5px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu A:hover
{
	color: #FFFF00;
}
/*#menu .links {
float: right;
margin: 0px;
padding-right: 20px;
text-align: center;

* Style for wrapper starts here*/
#wrapper
{
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 5px;
}
/** Style for content starts here*/
#content
{
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}
#content H2
{
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
}
#content P
{
}
#left
{
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#left UL
{
	margin: 0 3em;
	padding: 0;
	list-style: none;
}
#left LI
{
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}
#left .post
{
	margin-bottom: 20px;
}
#right
{
	float: right;
	width: 240px;
	margin-bottom: 20px;
	padding-right: 20px;
}
#right UL
{
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}
#right LI
{
	padding-left: 10px;
}
/** Style for footer starts here*/
#footer
{
	clear: both;
	width: 800px;
	height: 30px;
	margin: 0px auto;
	padding-top: 5px;
/*background: #000000;*/
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
	background-color: #3E3ED3;
}
#footer .copyright
{
	float: left;
	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: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}
#footer A
{
	color: #E5E5CC;
}
