/*---------------------------------------------------------------------------
C O M M O N   E L E M E N T S
-----------------------------------------------------------------------------
This style sheet is used by all pages included in this project (every site has its own pageCommon.css)
--------------------------------
RESETS
------------------------------*/
body { background: #36ACAC url(http://cache.lego.com/upload/contentTemplating/PiratesDictionary/images/picB07A939B6D08148C2A8EAB2154910388.jpg) repeat-x; overflow-x: hidden; }
/*Headers*/
/*h1 is used to hold "LEGO.com" and can therefore not be used in the content markup. h3 to h6 is available for use.*/
/*h2 is used for the site header (here "[sitename]") and can therefore not be used in the content markup. h3 to h6 is available for use.*/
h2 { width: 770px; height: 75px; text-indent: -9999px; } /*Adjust as necessary*/
/*Page header(s) - e.g. "Downloads, Products, Fun Zone" etc.*/
h3 { font: bold 145%/1.25 arial, lucida, verdana, helvetica, sans-serif; color: #000; }
/*Addtional headers*/
h4 { font: bold 95%/1.25 Verdana, lucida, arial, helvetica, sans-serif; color: #000; }
h5 { font: normal 80%/1.25 Verdana, lucida, arial, helvetica, sans-serif; color: #000; }
h6 { font: normal 80%/1.25 Verdana, lucida, arial, helvetica, sans-serif; color: #000; }

/*------------------------------
STRUCTURE
------------------------------*/
#leftWallpaper { width: 265px; height: 656px; position: absolute; top: 0; margin:0 0 0 -265px; float:left; background: url(http://cache.lego.com/upload/contentTemplating/PiratesDictionary/images/pic85B029200DA8A8AFB9CF4C416E59254D.png) no-repeat; }
#rightWallpaper { width: 265px; height: 656px; position: absolute; top: 0; float:left; margin:0 0 0 770px; background: url(http://cache.lego.com/upload/contentTemplating/PiratesDictionary/images/picEEC65D0BD92692FEA9E94FCFE2D7C6F7.png) no-repeat; }
ul.main { width: 770px; height: 21px; position: absolute; top: 130px; left: 250px; }
.main li { display: inline; text-indent: -9999px; }
#container  { font: normal 80%/1.25 Verdana, lucida, arial, helvetica, sans-serif; color: #000; } 
#NavContainer{ width:770px; height:102px; background: url(http://cache.lego.com/upload/contentTemplating/PiratesDictionary/images/picCEEBF1A770FB0558C6AC3151B39CA154.jpg) no-repeat;}
#content {background: url(http://cache.lego.com/upload/contentTemplating/PiratesDictionary/images/pic02CBD348BA327E844A10879497FBC311.gif) no-repeat;height:776px;}

/*------------------------------
ADDITIONAL CLASSES
------------------------------*/
.clear { clear: both; }

/*------------------------------
HEADERS/PARAGRAPHS
------------------------------*/
p#GFlegal { color: #fff; }

/*------------------------------
LINKS
------------------------------*/
#container a, #container a:visited, #container a:active { color: #000; text-decoration: none; }
#container a:hover { text-decoration: underline; }

/*------------------------------
IMAGES
------------------------------*/



