/*
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  {
	padding: 0;
	background: #D7D7BD;
	text-align: justify;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

h1, h2, h3  {
	padding: 0;
	margin: 0;
	text-transform: none;
	color: #005880;
}

p, ul, ol  {
	margin-bottom: 1.5em;
}

ul  {
	margin: 0px;
	padding: 0;
}

a  {
	color: #005880;
}

a:hover  {
	text-decoration: none;
	color: #005880;
}

/** Style for header starts here */

#header  {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url(images/absoluteblast.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 150px;
}

#header h1, #header h2  {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1  {
	float: left;
	font-size: 3em;
	width: 100%;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 26px;
}

#header h2  {
	padding: 75px 0px 0px 0px;
	text-indent: -999999px;
}

/** Style for menu starts here */

#menu  {
	width: 800px;
	height: 50px;
	background:  url(images/img02.jpg) no-repeat left top;
	float: left;
	clear: none;
	margin-right: auto;
	margin-left: auto;
}

#menu ul  {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li  {
	display: inline;
}

#menu a  {
	display: block;
	float: left;
	background:  url(images/img06.gif) no-repeat left 55%;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover  {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper  {
	width: 800px;
	background: #FFFFFF;
	left: auto;
	right: auto;
	text-align: justify;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

/** Style for content starts here */

#content  {
	width: 800px;
	margin-top: 25px;
	margin-bottom: 0px;
}

#content h2  {
	text-transform: normal;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p  {
}

#left  {
	float: left;
	width: 480px;
	padding-left: 20px;
	color: #3c3c37;
	padding-top: 10px;
}

#left ul  {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li  {
	margin-bottom: 0px;
	padding-left: 10px;
	background:  url(images/img04.gif) no-repeat 0 7px;
	line-height: 17px;
}

#left .post  {
	text-transform: none;
}

#right  {
	float: left;
	width: 260px;
	margin-bottom: 0px;
	color: #3c3c37;
	margin-left: 20px;
	padding-top: 10px;
}

#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;
	height: 30px;
	padding-top: 18px;
	border-top: 1px solid #444444;
	background:  url(images/img03.jpg) no-repeat left top;
	font-size: 8pt;
	color: #E5E5CC;
	text-align: center;
	line-height: 12pt;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#footer .copyright  {
	float: left;
	margin: 0px;
	text-align: center;
}

#footer .links  {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer a  {
	color: #E5E5CC;
}

.below_page  {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
	font-size: 8pt;
}

