/*
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;
}



A:link {text-decoration: none; color:#BBB}
A:hover {text-decoration: none; color:#777;}
A:visited {text-decoration:none; color:#AAA;}

body {
	margin: 0;
	background: #000000;
	/*393939*/
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

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: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	margin: 0;
	float: center;
	/*padding: 80px 0 10px 55px;*/
	padding: 100px 0 0 0;
	background: url(Templates/images/DevaloesBackL.jpg) no-repeat 50%;
	
	/*text-transform: lowercase;*/
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

/** Menu Style Starts Here */


#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(Templates/images/image01.jpg) no-repeat left top;
}

#menu ul {
	font-size:16px;
	font-weight:bold;
	margin: 0;
	list-style: none;
	padding-top: 10px;
	/*10*/
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 6px;
	/*20*/
	background: url(Templates/images/image06.gif) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(Templates/images/image05.jpg) repeat-y;
}

#page-top {
	/*background: url(images/images/image03.jpg) no-repeat left top;*/
}

#page-bottom {
	background: url(Templates/images/DevaloesBottom.jpg) no-repeat right bottom;
}


#content {
	float: center;
	width: 780px;
	padding-top: 20px;
	padding-left: 10px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}
#content hdr1 {
	font-size:16px;	
}
#content hdr2 {
	font-size:14px;	
}

#sidebar {
	float: left;
	width: 250px;
	padding: 20px 0 0 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#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: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(Templates/images/image02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	/*color: #FFFFFF;*/
	padding: 0 6px;
	/*20*/
	background: url(Templates/images/image06.gif) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
}


#footer ul {
	font-size:16px;
	font-weight:bold;
	margin: 0;
	list-style: none;
}	
#footer li {
	display: inline;
}

#columns {
	width: 600px;
}

#columns .column {
	position: relative;
	width: 46%;
	padding: 1%;
	border: solid 1px #000;
}

#columns .left {
	float: left;
}

#columns .right {
	float: right;
}
