/*
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: 0px 0 0px 0;
	padding: 0;
	background: #FFFFFF;
	text-align: justify;
	line-height: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #000000;
}

strong {
	color: #000000;
}

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

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


a:hover {
	text-decoration: none;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 157px;
	margin: 0px auto;
	background: url(images/img03.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header h1 {
	float: left;
	padding: 70px 10px 10px 20px;
	font-size: 3em;
}

#header h2 {
	padding: 73px 10px 0px 0px;
	font-size: 1.4em;
}

/** Style for menu starts here */

/* Menu */

#menu {
	width: 784px;
	height: 37px;
	margin: 0px auto;
	background: #50211B url(images/menu.gif) left top no-repeat;
}



#menu a {
	padding: 0px 26px;
	margin-right: 0px;
	text-decoration: none;
	font-family: Monotype Corsiva, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
}


#gugu1 {
	width: 784px;
	height: auto;
	margin: 0 auto;
	background: #63322b;
	padding-bottom:30px;
	
}

#gugu1 ul {
	margin: 0;
	padding: 10px 0 0 35px;
	list-style: none;
	line-height: normal;
}

#gugu1 li {
	float: left;
}

#gugu1 a {
	padding: 0px 0px;
	margin-right: 0px;
	text-decoration: none;
	color:#aa562b;
	font-family: Monotype Corsiva, Georgia, Tahoma, Arial, Times, serif;
	font-size: 20px;
}

#gugu1 a:hover, #menu .current_page_item a {
	color: #FFFFFF;
	text-decoration: none;
}

#gugu1 a:hover {
	text-decoration: none;
}



#gugu {
	width: 784px;
	height: auto;
	margin: 0 auto;
	background: #63322b;
	padding-bottom:30px;
}

#gugu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#gugu li {
	float: left;
}

#gugu a {
	padding: 0px 0px;
	margin-right: 0px;
	text-decoration: underline;
	color:#DCC1B3;
	font-family: Tahoma, Arial, Times, serif;
	font-size: 13px;
}

#gugu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
	text-decoration: none;
}

#gugu a:hover {
	text-decoration: none;
}


/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;

}

#content h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#content p {
}

#content a {
	text-decoration: none;
}

#right {
	float: right;
	width: 480px;
	padding: 20px 20px;
}

#right ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#right li {
	margin-bottom: 8px;
	padding-left: 10px;
	background: url(images/img06.jpg) no-repeat 0 7px;
	line-height: 17px;
}

#right .post {
}

#left {
	float: left;
	width: 220px;
	padding: 20px 20px;
}


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

#left li {
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat left 50%;
}

/** Style for wrapper starts here */

#wrapper {
	width: 840px;
	margin: 0px auto;
}


/** Style for footer starts here */

#footer {
	width: 784px;
	height: 27px;
	margin: 0px auto;
	background: #50211B;
	font-size: 10px;
}

