/******************************************************************************/
/*                             ..:: Layout ::..                               */
/******************************************************************************/
/* CSS Document                                                               */
/* Domain: http://36ph.royalrangers.cz/                                       */
/* Skin: Default                                                              */
/* Version: 1.00                                                              */
/* -------------------------------------------------------------------------- */

/* body definitions */
body    {margin: 0px 0px 0px 0px; text-align: center; font-family: "Calibri","Arial"; background-color: #32566e; }

/* page structure */
#body_container {float: left; text-align: center; width: 100%; background: #c7e3f1 url(../graphics/layout/topbg.jpg) repeat-x top; }
#main {width: 1000px; margin: auto; background: #c7e3f1 url(../graphics/layout/body.jpg) repeat-y top; }
#main_container {width: 1000px; text-align: left; background: url(../graphics/layout/top.jpg) no-repeat top; }
#heading {padding: 25px 0px 0px 25px; }
#menu {float: left; padding: 70px 0px 0px 35px; width: 230px; }
#content {min-height: 750px; padding: 50px 50px 50px 0px; margin-left: 280px; }
#end {width: 100%; height: 100px; text-align: center; background: url(../graphics/layout/bottombg.jpg) repeat-x top; }
#end_container {width: 1000px; height: 100px; margin: auto; background: url(../graphics/layout/bottom.jpg) no-repeat top; }
#copyright  {margin: 0px 50px 0px 280px; padding-top: 5px; height: 50px; border-top: 1px rgb(103,103,103) dashed; font-size: 12pt; color: rgb(118,118,118); }
#valid  {font-size: 10pt; color: rgb(50,86,110); }

#skin_selector  {text-align: right; position: absolute; top: 10px; right: 10px; color: rgb(123,185,224); }
#skin_selector a  {display: block; color: rgb(26,103,157); }

