@charset "utf-8";
/* This is the bridge file */

/* Author: Sandun Deshapriya
 * Email: sandun@fclanka.com 
 * URL: http://www.fclanka.com
*/

@import "header.css";
@import "content.css";
@import "footer.css";
@import "article.css";


/* Common styles */
body{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; background-color:#e0e4e5; text-align:center; }

p, table, tr, td, ul, li, p, h1, h2, h3, h4, dl { margin:0; padding:0; list-style:none; text-decoration:none; }

div.clear { clear:both; }


/* Content wrapper */

/*div#wrapper { width:978px; border-left:#d0d7d8 1px solid; border-right:#d0d7d8 1px solid; margin:0 auto; text-align:left; background-color:#FFF; }

div#subwrapper{ width:896px; margin:0 auto; padding-top:15px; }*/

.wrapper { width:978px; border-left:#d0d7d8 1px solid; border-right:#d0d7d8 1px solid; margin:0 auto; text-align:left; background-color:#FFF; }

.subwrapper{ width:896px; margin:0 auto; padding-top:1px; }

