﻿	html, body		{
					background-image:url('web_gfx/bg.gif');
					background-repeat:repeat-x;
					margin:0px;
					margin-top:5px;
					}
	h1				{
					font-family:arial;
					font-size:32px;
					letter-spacing:-3px;
					color:#c0c0c0;
					text-transform:uppercase;
					margin:0px;	
					margin-top:-5px;
					font-weight:normal;
					}
	h3				{					
					font-size:16px;
					font-family:verdana;
					color:#c6a045;
					margin:0px;
					margin-bottom:0px;
					text-transform:uppercase;
					font-weight:lighter;
					}
	p				{					
					margin:0px;
					font-family:Trebuchet MS;
					font-size:11px;
					color:#5d5d5d;
					}
	.content_div	{
					behavior:url(iepngfix.htc);
					border:0px;
					width:830px;
					height:499px;
					background-image:url('web_gfx/content_bg.png');
					padding:30px 30px 0 30px;
					}
	img.opacity		{
					behavior:url(iepngfix.htc);
					}
	.text_content	{
					font-family:Trebuchet MS;
					font-size:11px;
					color:#5d5d5d;			
					}
	.menuSpan		{
					font-family:Arial;
					font-size:10px; 
					color:#5d5d5d;
					text-transform:uppercase;
					}
	.LangSelect		{
					width:200px;
					float:right;
					text-align:right;
					font-size:10px;
					font-family:Arial;
					}			
	
