/*
author: aldrinponce
email: aldrinponce@gmail.com	
version: v 1.0
lastdate modified: 31-08-2010

*/
/* RESET CSS */
body,ul,ol,li,p,h1,h2,h3,h4,h5,form,fieldset,blockquote,dt,dd,dl{margin:0;padding:0;}
table,a img{border:0;}

/* GLOBAL CSS */
body{font:12px Arial, Helvetica, sans-serif; line-height:20px; background:#fff; }
p{margin:10px 0;}
ul,ol,li{margin-left:10px;}
a{color:#000;}
a:hover{text-decoration:none;}

h1,h2,h3,h4,h5{font-weight:bold;}
h1{font-size:30px;}
h2{font-size:20px;}
h3{font-size:18px;}
h4{font-size:14px;}
h5{font-size:12px;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.fleft{float:left;display:inline;}
.fright{float:right;display:inline;}
.clear{clear:both;}
.l-font{font-size:14px;}
.bold{font-weight:bold;}
/* CONTAINER CSS */
#pagewrap{}
#container{margin:0 auto;margin-top:50px; width:500px;min-height:800px;height:auto; background:#fff;}
#body-container{}

/* HEADER CSS */
#header{}

.logo a span{float:left;display:inline;background: url(../images/logo-s.jpg) no-repeat top center;text-indent:-9999px;width:500px;height:70px;}
#header p{text-align:center;font-family: "Myriad Pro", Arial, Helvetica, sans-serif !important;}
.desc{font-size:16px;}
/* NAVIGATION CSS */
#navigation{}

/* SIDEBAR CSS */
#sidebar{}

/* CONTENT CSS */
#content{}

/* FOOTER CSS */
#footer{}