html, body 		{ margin: 0; padding: 0; }
	
	body 			{ 
					font: 12px Helvetica, Arial, sans-serif; 
					line-height: 18px;
                    background-color: #48cef5;
                    }
	
		
	#wrapper 		{ 
					text-align: left; 
					margin-left: auto; 
					margin-right: auto; 
					padding: 0px; 
					border:0; 
					width: 975px; 
					}

	#header			{ 
					background: #000000; 
					padding-bottom: 5px;
					text-align: center; 
					}
                    
    #content		{ 
					width: 525px;
					margin: 10px 220px 10px 5px;
                    height: 915px;
					float: right;
					padding:10px 5px 0px 15px;
                    background-image: url(images/contentgrad_lr.jpg);
                    background-repeat: no-repeat;
                    background-position: top right;                
					background-color: #ffffff;
					}
                    
    #leftcol        {
                    width: 200px;
                    height: 925px;
                    margin:	10px 10px 10px 0px;
                    background-image: url(images/colgradiant2.jpg); /*gradiant colors: #000000 - #48CEF5 #48cef54 */
                    background-repeat: repeat-x;
                    }
				
	#navigation		{
					height: 175px;
					margin:	0px 10px 0px 10px;
					padding: 10px 5px 10px 5px;
                    background-image: url(images/contentgradsm.jpg);
                    background-repeat: no-repeat;
                    background-position: bottom left;
	                background-color: #ffffff;
                    }
					
	#navigation ul	{
					list-style-type: none;
					margin: 0;
					padding: 0;		
					}
                
    #adsense1       {
                    width: 160px;
                    margin-top: 10px;
                    margin-left: auto;
                    margin-right: auto;
                    }
                    
    #rightcol       {
                    width: 210px;
                    height: 926px;
                    position:relative;
					top:-935px; left: 755px;
                    margin:	10px 0px 10px 10px;
                    background-image: url(images/colgradiant2.jpg);
                    background-repeat: repeat-x;
                    }
	
	#extra			{
					width: 180px;
					padding:10px 5px 10px 5px;
                    margin:	0px auto 10px auto;
                    background-image: url(images/contentgradsm.jpg);
                    background-repeat: no-repeat;
                    background-position: bottom left;
					background-color: #ffffff;   
					}
                    
    #rctable        {
                    width: 180px;
                    padding:10px 5px 10px 5px;
                    margin-left: auto;
                    margin-right: auto;
                    background-image: url(images/contentgradsm.jpg);
                    background-repeat: no-repeat;
                    background-position: bottom left;
                    background-color: #ffffff;
                    }
                    
    #slangtable     {
                    cellpadding: 15px;
                    border: 2px solid black;
                    border-collapse:collapse;
                    margin-left: auto;
                    margin-right: auto;        
                    }     
					
    #slangtable td  {
                    border: 1px solid black;
                    }
                                   
	#extra small	{
					font-size: 11px;
					line-height: 18px;
					}
			
	#footer			{ 
					background-color: #000000; 
					width: 975px;
                    text-align: center;
                    margin-top: -940px;
					margin-left: auto; 
					margin-right: auto;
					}
					
	#footer a:link	{ color: #0080FF; }
	#footer	p		{ color: #FFFFFF; margin: 0; padding: 0 18px 10px; }
	#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
	#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
