/* STRANGER WEBSITE       */
/* MAIN PAGE STRUCTURE    */


	body {
		color             : black;
        font-family       : Arial;
	}

    .main_body  {
        font-size         : 12px;
        color             : #493B41;
        text-decoration   : none;
    }

	.main_body_small  {
        font-size         : 10px;
        color             : #493B41;
        text-decoration   : none;
    }
    
    img.section_heading {
       margin-left        : -9px;
    }
    
    #menu a:hover {
       color              : #FEEF88;
    }

    #menu {
       padding            : 0px;
       margin-bottom      : 0px;
       border             : 1px solid #61291C;
       border-bottom      : none;
       background         : #E16042;
       width              : 100%;
    }
    
    #menu ul {
       list-style         : none;
       margin             : 0px;
       padding            : 2px 2px 2px 0px;
       border             : 1px solid #D0593D;
       border-top         : 1px solid #EFAD93;
    }
    
    #menu li {
       display            : inline;
       list-style         : none;
    }
    
    #menu li > a {
       font-weight        : bold;
       padding            : 0px 6px 0px 12px;
       margin             : 0;
       border             : 0;
       color              : #FDDE3B;
       font-size          : 21px;
       text-decoration    : none;
    }
    
    #menu li > a:first-child {
       padding-left       : 7px;
    }

    #breadcrumbs a {
       text-decoration    : none;
       color              : #FFBB7B;
    }

    #breadcrumbs a:hover {
       color              : #FFF;
    }

    #breadcrumbs {
       padding            : 0px;
       border             : 1px solid #61291C;
       background         : #61291C;
       width              : 100%;
    }

    #breadcrumbs > div {
       padding            : 3px 7px 3px 7px;
       border-top         : 1px solid #BF6955;
       border-left        : 1px solid #BF6955;
       border-right       : 1px solid #33120A;
       border-bottom      : 1px solid #33120A;
       background         : #61291C;
       color              : #F3927B;
    }
    
    #content {
       margin             : 10px;
    }

    #footer {
       padding            : 0px;
       margin-bottom      : 0px;
       border             : 1px solid #61291C;
       border-top         : none;
       background         : #E16042;
       width              : 100%;
    }
    
    #footer div {
       margin             : 0px;
       padding            : 5px 5px 5px 7px;
       border             : 1px solid #D0593D;
       border-top         : 1px solid #EFAD93;
       color              : #FDDE3B;
       font-size          : 90%;
       font-weight        : bold;
    }
    
/* IN PAGE CONTENT */
		
    .title  {        
        font-size       : 12px;
        color           : #E87AA9;
    }

    .right_hand_text  {        
        font-size       : 13px;
        color           : #000000;
    }

		
    .page_title  {        
        font-size       : 14px;
        color           : #BAA9A9;
        font-weight     : bold;
    }

    h2 {
        border-bottom   : 1px solid #661;
        border-left     : 5px solid #661;
        padding         : 2px 2px 2px 4px;
        background      : #C7C690;
        margin-left     : -5px;
    }
    
    .cms_browser_menu li {
        list-style-type : circle;
    }
    
    .cms_browser_menu li.category {
        font-weight     : bold;
        font-size       : 120%;
    }
    
    .cms_browser_menu li a {
        text-decoration : none;
    }
    
    .depricated {
        background      : #D5D5BC;
        padding-left    : 44px;
        padding-top     : 5px;
        padding-bottom  : 5px;
        filter          : alpha(opacity=50); 
        -moz-opacity    : 0.5;
        opacity         : 0.5;
        margin-left     : -5px;
        margin-top      : -17px;
    }
    
    .depricated blockquote p {
        filter          : alpha(opacity=100); 
        -moz-opacity    : 0.99;
        opacity         : 0.99;
    }