/*
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-top: 20px;
        background: #393939 url(images/bg.gif) top center no-repeat;
        line-height: 23px;
        text-align: justify;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}

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: #CB347E;
}

/** Header Style Starts Here */

#header {
        width: 800px;
        height: 80px;
        padding: 0 0 0 0;
        margin: 0;
}

#header h1 {
margin: 0;
        padding: 48px 0 0 230px;
        font-size: 15px;

color: #ffffff;
}



/** Menu Style Starts Here */


#menu {
        width: 790px;
        height: 43px;
        margin: 0 auto;
text-align: center;
        padding: 0 20px;
        background: url(images/image01.jpg) no-repeat left top;
}

#menu ul {
        margin: 0;
        list-style: none;
        padding-top: 10px;
}

#menu li {
        display: inline;
}

#menu a {
        padding: 0 20px;
        background: url(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: 830px;
        margin: 0 auto;
        padding: 0;
        background: #ffffff;
}



#content {
        float: right;
        width: 580px;
        padding: 20px 20px 30px 20px;
}

#content h2 {
        margin: 0;
        padding: 5px 0 5px 0;
        border-bottom: 1px dotted #CFCFCF;
        font-size: 15px;
        font-weight: bold;
}

#sidebar {
        float: left;
        width: 170px;
        padding: 20px 0 0 20px;

}

#sidebar h2 {
        margin: 0;
        padding: 5px 0 5px 0;
        border-bottom: 1px dotted #CFCFCF;
        font-size: 15px;
        font-weight: bold;
}

#sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#sidebar li {
        margin: 0;
        padding: 10px 0;

}
/** Footer Style Starts Here */

#footer {
        width: 830px;
        height: 43px;
        margin: 0 auto;
        padding: 0 0 20px 0;
        background: url(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;
}