/*
 * Camyks Engine
 * Company                 : camyks.net
 * Author                  : CaMykS Team <camyks.contact@gmail.com> 
 * Camyks Version          : 1.0a
 * Object Version          : 1.0
 * Object Type             : Plugin / Template style
 * Creation Date           : Dec 2007
 * Last Modif Date         : Dec 2007 
 * History :
 * * 07-12- : Initial file
 *      
 * Overwrite WebPage Template main layout applied styles
 */

#pageMain { width:900px;margin:0px auto; }
#pageObject {  }
#pageHeader {  }
#pageLeft{ width:150px; float:left; }
#pageRight{ width:240px; float:right; }
#pageContent{ width:476px; float:left; margin-top:16px; padding:0px 16px; overflow:hidden; }
#pageCaMykSBox{ padding:8px; text-align:center; clear:both; }
#pageCaMykSLink{ font-weight:normal; font-family:arial, verdana; font-style:italic; color:#666666; }