﻿/*
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: 30px 0 20px 0;
	padding: 0;
	background: #FFFFFF;
	text-align: justify;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #451B01;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: 451B01;
}

p, ul, ol {
	margin-bottom: 0em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
}

a:hover {
}

/** Style for menu starts here */

#menu {
	width: 750px;
	height: 40px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
	font-size: 16px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #451B01;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#menu p {
	display: block;
	float: left;
	text-decoration: none;
	color: #F3Bc23;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}

#menu img {
	display: block;
	float: right;
}

#menu a:hover {
	color: #F3Bc23;
}

/** Style for wrapper starts here */

#wrapper {
	width: 761px;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #451B01;
	height: 1200px;
	padding-top: 25px;
	padding-right: 14px;
	padding-bottom: 25px;
	padding-left: 25px;
}

/** Style for content starts here */

#content {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 25px;
}

#content h2 {
	text-transform: none;
	font-size: 14pt;
	font-weight: normal;
}

#content p {
}

/** Left */

#left-im {
	float: left;
	width: 750px;
	background-color: #451B01;
	padding: 0px;
	height: 170px;
}

#left-im img {
	display: block;
	float: left;
	text-decoration: none;
	color: #FF0000;
	height: 170px;
	padding-right: 5px;
}

#left-im li {
	display: inline;
	font-size: 16px;
}

#left {
	float: left;
	width: 280px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	height: 325px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#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 */

#right-logo {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	height: 90px;
	bottom: auto;
}

#right-logoside {
	float: right;
	width: 11px;
	height: 115px;
	background-image: url(../images/side.jpg);
}

#right-buttons {
	float: right;
	width: 190px;
	background-color: #FFFFFF;
	height: 160px;
	padding-top: 92px;
	bottom: auto;
	padding-right: 10px;
}

#right-im {
	float: right;
	width: 250px;
	background-color: #FFFFFF;
	height: 150px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#right {
	float: right;
	width: 445px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	height: 325px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}

#right p {
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 230px;
	line-height: 13pt;
	font-size: 14px;
	height: 330px;
	font-family: Arial, Helvetica, sans-serif;
}

#right img {
	float: right;
}

#images {
	width: 340px;
	height: 10px;
	background: #FFFFFF;
}


/** Footer */

#footer {
	width: 800px;
	height: 10px;
	background-color: #B5DC10;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}