/*
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 20px 20px 20px;
	padding: 0px;
	background: #666666;
	text-align: justify;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A64132;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	color: #333333;
}

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

table1 {
	border-spacing:10px;
	}

table2 {
	border-collapse:collapse;
	}
	
ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #A64132;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 250px;
	margin: 0px auto;
	background: url(images/SUNSET_home.png) no-repeat bottom right;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-family: Rosewood Std Regular, CoffeeTin, serif;
	font-weight: normal;
	text-align:center;
	color: #000000;
}

#header h1 {
	padding: 65px 5px 5px 5px;
	text-transform: uppercase;
	font-family: Rosewood Std Regular, CoffeeTin, serif;
	font-size: 5em;
	font-weight: bold;
	text-align:center;
	line-height:110%;
}

#header h2 {
	margin-top: -8px;
	padding: 45px 10px 10px 10px;
	text-transform: uppercase;
	font-family: Rosewood Std Regular, CoffeeTin, serif;
	font-size: 3.5em;
	font-weight: bold;
	text-align:center;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: #000000;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

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

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 0px;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
	background: #FFFFFF;
	text-align: left;
}
#content h1 {
	text-transform:capitalize;
	padding-left:20px;
	font-size:1.6em;
	font-weight:normal;
	margin-left:20px;
	text-align:left;
	}
#content h2 {
	text-transform:capitalize;
	font-size:1.6em;
	font-weight:normal;
}

#content p {
}
#middle {
	float: left;
	text-align:left;
	width: 740px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 6px;
	margin-right: 20px;
	margin-left: 20px;
	background: #FFFFFF;
}

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

#middle li {
	text-align:left;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right:10px;
	line-height: 6px;
}

#middle .post {
	margin-bottom: 20px;
	padding-right: 20px;
}
#left {
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#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 {
	float: right;
	width: 240px;
	margin-bottom: 5px;
	padding-right: 20px;
}


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

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


/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 60px;
	margin: 0px auto;
	padding-top: 18px;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .copyright {
	float: left;
	margin: 0px auto;
	padding-left: 10px;

}

#footer .altered{
	float: left;
	margin: 0px auto;
	padding-left: 10px;
	}
	
#footer .links {
	float: left;
	margin: 0px;
	

}
#footer .css {
	padding-left: 10px;
	background: url(images/image01.png) no-repeat left;
}


#footer .xhtml {
	padding-left: 10px;
	background: url(images/image02.png) no-repeat left;
}

#footer a {
	color: #E5E5CC;
}
