/*
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: #fdf2dc;
	line-height: 20px;
	text-align: none;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 10px;
}

h1 {
	font-size: 16px;
	font-family: georgia;
	color: #5d5d5d;
}

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: #ea1318;
	text-decoration: none;
}

a:visited {
	color: #ea1318;
}

a:hover {
	color:#ffffff; 
	cursor:crosshair; 
	background-color:#6e6e6e;}

/** Header Style Starts Here */

#header {
	width: 870px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background: url(images/layout2.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header h1 {
	padding: 120px 60px 5px 55px;
	text-transform: lowercase;
	font-size: 50px;
	font-weight: normal;
}

#header p {
	font-size: 18px;
	padding-right: 60px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}


/** Menu Style Starts Here */


#menu {
	width: 870px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 7px;
	padding-left: 130px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 870px;
	margin: 0 auto;
	padding: 0;
}

#content {
	float: right;
	width: 600px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #444438;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
	font-family: georgia;
}

#sidebar {
	float: left;
	width: 250px;
	margin-bottom: 20px;
	background-color: #e81215;
}

/*#sidebar .bg-top {
	background: url(images/image04.jpg) no-repeat left top;
}

#sidebar .bg-btm {
	background: url(images/image06.jpg) no-repeat left bottom;
}
*/


#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 20px;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
	font-family: georgia;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 40px 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0px;
	margin: 0 20px;
	border-bottom: 1px #000000 solid;
}
/** Footer Style Starts Here 
#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image03.jpg) no-repeat left top;
}

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

#footer a {
	color: #FFFFFF;
}

*/


