
Body
{
  background-color: #152f12; 
  /*#333333; #142f12; #303030;*/
  margin-top: 0px;
  text-align:center;
}
#Site 
{
  clear: both;
  width: 1010;
  height:1010px;
  position: relative;  
  margin-left: auto;
  margin-right: auto;
  text-align:left;  
  border: solid 2px black;
  background-image: url('../images/bgstrip.jpg');
  background-repeat: repeat-y; 
}
#Site #Container
{
  background-color: #Black;
}
#Site #Container #Header
{
  background-image: url('../images/header_winter.jpg');
  background-repeat: no-repeat;
  height: 304px;
  margin-bottom: 10px;	
  font-family: Tahoma;
  font-weight: bold;
  color: black;
  font-size: 30px;
}
#Site #Container #Header #Left
{
  padding-top: 50px;
  padding-left: 30px;
  float: left;
  width: 200px;
  /*border: solid 1px white;*/
}
#Site #Container #Header #Middle
{

}
#Site #Container #Header #Right
{
  padding-top: 40px;
  padding-right: 30px;
  text-align: center;  
  width: 200px;
  float: right;
  margin-right: 10px;
/*  border: solid 1px white;*/
}
#Site #Container #Menu
{
  float:left;
  width: 175px;
  padding-top: 20px;

}
#Site #Container #Menu .MenuItem
{
	padding-left: 15px;
}
#Site #Container #Menu .MenuItem a
{
	text-decoration: underline;	
	font-family: Tahoma;
	font-size: 16px;
	color: #dcdcde;
}
#Site #Container #Menu .SubMenuItem
{
	padding-left: 25px;
}
#Site #Container #Menu .SubMenuItem a
{
	text-decoration: underline;	
	font-family: Tahoma;
	font-size: 16px;
	color: #dcdcde;
}
.IframeContent
{
  background-color: #dcdcde;
  width: 825px;
  height: 685px;
  float: left; 
}
