/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/
/* lightbox */
.small
{	border			:solid 1px #DEDEDE;
 	padding			:8px;
	display 		: inline;
}

* {
	margin			: 0;
	padding			: 0;
}/** Common Styles */
* {
	margin				: 0;
	padding				: 0;
}

body {
	margin				: 0;
	background			: #393939;
	line-height			: 25px;
	text-align			: justify;
	font-family			: Tahoma, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #000000;
}

h1, h2, h3 {
	margin-top			: 1.5em;
}

h1 {
	font-size			: 2em;
}

h2 {
	font-size			: 1.4em;
}

h3 {
	font-size			: 1em;
}

p, ul, ol {
	margin-top			: 1.5em;
}

ul, ol {
	margin-left			: 3em;
}

blockquote {
	margin-left			: 3em;
	margin-right		: 3em;
}

a {
	color				: #1F6196;
}

/** Header Style Starts Here */
#header {
	width 				: 100%;
	height				: 90px;
	margin				: 0 auto;
	padding				: 0;
}

#header h1 {
	margin				: 0;
	padding				: 0; 
	background			: url(../images/image08.gif) no-repeat left;
	text-transform		: lowercase;
	font-size			: 36px; 
	font-weight			: normal;
	color				: #FFFFFF;
	float				:left; 
}

/** Menu Style Starts Here */

#menu_left {
display:none;
}

#menu {
display:none;
}

#menu ul {
display:none;
}

#menu li {
display:none;
}

#menu a {
display:none;
}
#menu a:hover {
}

#menu .first a  {
display:none;
}

/** Page Style Starts Here */
#main {
	width 				: 100%;
	background-color	:#FFFFFF;
	background			: url(../images/main_top.jpg) no-repeat top right;
}

#page {
	margin				: 0 auto;
	padding				: 0;
	background			: url(../images/page_middle.jpg) repeat-y;
}

#content_top {
display:none;

}

#page-top {
	background			: url(../images/page_top.jpg) no-repeat left top;
}

#page-bottom {
	background			: url(../images/page_bottom.jpg) no-repeat left bottom;
}

#content {
	padding				: 0;
}

#content h2 {
	margin				: 0;
	padding				: 0;
	border-bottom		: 1px dotted #CFCFCF;
	text-transform		: lowercase;
	font-size			: 24px;
	font-weight			: normal;
}
#td_sidebar {
display:none;

}

#sidebar {

	display:none;
}
#sidebar ul li a {

	display:none;
}

#sidebar h2 {

	display:none;
}

#sidebar ul {

	display:none;
}

#sidebar li {

	display:none;
}
/** Footer Style Starts Here */

#footer_left {

	height				: 43px;
	width 				: 24px;
	margin				: 0;
	padding				: 0;
	background			: url(../images/image02_bottom_left.jpg) no-repeat left top;
	float 				: left;
}

#footer {
	height				: 43px;
	margin				: 0 auto;
	padding				: 0 0 10px 0;
	background			: url(../images/image02.jpg) no-repeat right top;
}

#footer p {
	margin				: 0;
	padding				: 8px 0 0 0;
	text-align			: center;
	font-size			: 11px;
	color				: #FFFFFF;
}

#footer a {
	color				: #FFFFFF;
}