/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #143D5F;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FFFFFF;
}

/** Header Style Starts Here */

#container {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/magantanar.jpg) no-repeat left 100%;
}

#header {
	width: 388px;
	height: 90px;
	padding: 33px 74px;
}

#header h1 {
	margin: 0;
	padding: 4px 10px;
	font-size: 30px;
	font-weight: normal;
	color: #0E243C;
}

#header h2 {
	margin: 0;
	padding: 5px 10px;
	font-size: 17px;
	font-weight: normal;
	color: #0E243C;
}
/** Menu Style Starts Here */


#menu {
	width: 692px;
	height: 50px;
	padding: 129px 5px 0px 299px;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0 0 0 3px;
	font-weight: bold;
	color: #0E243C;
}

#menu a {
	padding: 6px 60px 30px 5px;
	background: url(../images/gomb-hatter.png);
	text-decoration: none;
	font-weight: bold;
	color: #0E243C;
}

#menu a:hover {
	background: transparent;
}

/** Page Style Starts Here */

#page {
	width: 970px;
	padding: 0px 27px;
	background: transparent;
}

#content {
	float: right;
	width: 671px;
	padding: 5px 15px 5px 8px;
	margin: 0 5px 0 0;
	height: 395px;
	font-size: 14px;
	line-height: 15px;
	overflow: auto;
}

#content h1 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	margin: 0;
	padding: 0;
}

#sidebar {
	float: left;
	width: 238px;
	height: 226px;
	padding: 10px 5px 10px 28px;
	margin: 159px 0 0 0;
	line-height: 15px;
	overflow: auto;
}

#sidebar h1 {
	margin: 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 11px;
	font-weight: bold;
}

#sidebar h2 {
	margin: 0;
	font-size: 5px;
	font-weight: normal;
	visibility: hidden;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}
/** Footer Style Starts Here */

#footer {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 5px;
	line-height: 12px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

#footer h1 {
	margin: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

