@charset "utf-8";
/* CSS Document */

#background		{
				text-align:center;
				position:absolute;
				top:20px;
				left:0px;
				width:100%;
				z-index:1;
				}

#content		{
				width: 900px;
				margin:0 auto;
				padding:0px;
				border: 0px solid black;
				text-align:center;
				position:relative;
				top:22px;
				height:760px;
				z-index:2;
				}
				
#footer			{
				text-align:center;
				font-size:10px;
				color:#666666;
				margin-top:8px;
				}
							

body 			{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 14px;
				font-weight: normal;
				color: #ffffff;
				background-color: #333333;
				background-image:url(../images/design/body_bg.png);
				}	
				
table.menu		{
				width:550px;
				margin-left:0px;
				margin:0 auto;
				}
				
table.fill		{
				background-color:#D4A929;
				border:1px solid #666666;
				color:#333333;
				width:800px;
				margin-left:0px;
				height:430px;
				margin:0 auto;
				margin-top:20px;
				text-align:left;
				padding-left:5px;
				padding-right:5px;
				}
				
table.promo		{
				background-color:#D4A929;
				border:1px solid #666666;
				color:#333333;
				width:800px;
				margin-left:0px;
				height:100px;
				margin:0 auto;
				margin-top:20px;
				}				
td.menu			{
				width:110px;
				padding:3px;
				color:#333333;
				background-image:url(../images/design/off.png);
				}
				
				
td.menu:hover	{
				background-image:url(../images/design/on.png);
				color:#CCCCCC;
				}
				
h1				{
				font-size:18px;
				}
				
h2				{
				font-size:16px;
				}
				
h3				{
				font-size:14px;
				}
				
				
a				{
				color:#333333;
				text-decoration:none;
				}
				
a:hover			{
				color:#CCCCCC;
				}


				
a.footer		{
				color:#666666;
				text-decoration:none;
				}
				
a.footer:hover	{
				color:#999999;
				}

img				{
				border:0px;
				}
