﻿html
{
	font-size: 11px;
	font-family: Trebuchet MS, sans-serif;
	height: 100%;
}
body{
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size: 10px;
	color:#494949;
	margin:0;
	height: 100%;
	overflow: hidden;	
}

h1
{
    margin:0px;
    font-size:17px;
    text-transform:uppercase;
}

img
{
    border:0px;
}

#container {
	text-align:center;
}

#page{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#contenttxt
{	
	height: 250px;
	min-height:250px;
	float: left;
	text-align:left;
	width:760px;
	overflow-y:auto;
	
	/*
    border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;			
	border-top: 1px solid #e1e1e1;
    */
	
	scrollbar-base-color : #000;
	scrollbar-3dlight-color : #000;
	scrollbar-darkshadow-color : #000;
	scrollbar-arrow-color : #fff;
	scrollbar-highlight-color : White;
	scrollbar-track-color : White;
	scrollbar-shadow-color : #eff0f0;

}


#textbox 
{
    width:600px; 
    height:300px;
    margin-left:auto; 
    margin-right:auto;

}

.text
{
    width:300px; 
    color:#494949;
    font-family:Trebuchet MS;
    font-size:11px;
    float:left; 
}
.text a
{
    width:300px; 
    color:#494949;
    font-family:Trebuchet MS;
    font-size:11px;
    text-decoration:none;
}

#bgcolor
{
    margin-left:auto;
    margin-right:auto;

	background: url('/gfx/mama/bg.png');
	background-repeat:repeat-x;
} 

#buttom
{
    margin-left:auto;
    margin-right:auto;
	text-align:center;
	min-height: 112px;
	height: 112px; 
    display:none;
	color:#fff;
	font-size:11px;	
	overflow:hidden;
} 

#menu
{
    clear:both;
    margin-left:auto;
    margin-right:auto;
	text-align:center;
	height: 17px; 
	color:#fff;
	font-size:10px;	
	font-family:Trebuchet MS;
	overflow:hidden;
	background: url('/gfx/mama/bg_menu.png');
	background-repeat:repeat-x;
		
} 

.sitemapname
{
    color:#000;
    font-family:Trebuchet MS;
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
    width:200px;
    height:30px;
}

.sitemaptext
{
    color:#494949;
    font-family:Trebuchet MS;
    font-size:10px;
    width:180px;
    text-transform:uppercase;
    line-height:16px;
    text-decoration:none;
}