html{ 
	width: 100%;
	height: 100%;
	_border: none;
}

body{ 
	
	color:#6E6F74; 
	margin: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7A9338;
	/*background-color:#ffffff;
	background-color:#D9D3B9;*/
}

a{
	color:#6E6F74;
}

#archive  {
	background-color: #8D8157;
}


#night  {
	background-color: #534B48;
}


.site {
	
	margin-right: auto;
	margin-left: auto;
	width:900px;
	text-align:center;
	border:0px solid orange;
}


.enclosure {
	/*#FCFCFC*/
	background: #7A9338  url(../images/bg-with-shadow-white.jpg) repeat-y center top;
	border:0px solid red;
	/*width:900px;*/
	
}

#archive .enclosure{
	/*background: #8D8157 url(../images/bg-with-shadow-archive.jpg) repeat-y center top;*/
	background: #8D8157 ;
}


#night .enclosure{
	background: #534B48;  /* url(../images/bg-with-shadow-archive.jpg) repeat-y center top; */
	background-image:none;
}


.container{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	min-height:289px;
	
	border:0px solid orange;
	/*background:#FCFCFC;*/
	background:#FFFFFF;
	/*background:transparent;*/
}

.flags{
	width: 850px;
	margin-right: auto;
	margin-left: auto;

	
	border-bottom:1px solid #7A9338;
	background:#ffffff;
	
}

.flags a{
	text-decoration:none;
	border:0px;
}

.flags .flag{
	float:left;
	margin:5px 5px 0 5px;

	border:0px;
}

.flags .flag img{
	border:0px;
}

.header {
	/**/
	/*background: #7A9338 url(../images/up_bunner_temp.jpg) no-repeat center top;*/
	height:232px; 
}

#archive .header {
	background: url(../images/up_baner_archive.jpg) no-repeat center top;
	
}


#night .header {
	background:  url(../images/up_baner_night.jpg) no-repeat center top;
	
}


.menus{
	/*position:relative;*/
}

.menu1{
	height:20px;
	/*border-bottom:1px solid red; */
	margin-right:8px;
}

.menu2{
	/*background: #EBE9D2 url(../images/back_menu_2.jpg) no-repeat center top;*/
	height:39px;
	/*position:absolute; 
	bottom:20px; 
	left:10px;
	width:100%;*/ 
	text-align:left;
	padding-left:10px;
	padding-top:2px;
	
	/*
	border:1px solid red; 
	*/
}

#archive .menu2{
	/*background: #EBE9D2 url(../images/back_menu_2_archive.jpg) no-repeat center top;*/
}

.menu1 a{
	color:#6E6F73;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}

.menu1 a:hover{
	color:black;
	
}

.menu2 a{
	color:#EBEBD3;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.menu2 a:hover{
	color:white;
	
}

.mainHolder{
	/*background-color:#EBE9D2;*/
	border:0px solid red;
}

.main{

	width:660px;
	border:0px solid red;
	float:left;
	text-align:right;
}


#content{
	margin:20px 1px 0 20px;
}


.boxes{
	width:180px;
	
	float:right;
	
	/*border:1px solid green;*/
	
	
}

.box{
/*
	border:0px solid #A3A3A3;
	*/
	margin:0px 10px 10px 10px;
}


.credits {
	margin-right: auto;
	margin-left: auto;
	padding:6px 0px 20px 0px;
	width:850px;
	color:white;
	font-size:11px;
	/*background-color:#D9D3B9;*/
}

.credits a {
	color:white;
	font-size:12px;
	/*font-weight:bold;*/
	text-decoration:none;
	/*background-color:#D9D3B9;*/
}

.credits a:hover {
	text-decoration:underline;
}

.credits #left{
	float:left;
	padding-left:5px;
}
.credits #right{
	float:right;
	padding-right:5px;
}


.seasons{
	width:62px; 
	height:18px;
	float:left; 
	margin-left:9px;  
}

.seasons a{
	color:white; 
	text-decoration:none; 
	font-size:12; 
	font-weight:bold;
}

#seasons-menu{
	float:left;
}

.seasons-menu{
	text-align:left;
}

.seasons-menu #selected{
	border:1px solid red;
	
}



.logos{
	/*border:1px solid red;*/
	position:absolute;
	width:900px;
	top:0px;
	right:0px;
}


.logos #right{
	float: right;
	width:53px;
	text-align:center;
	/*border:1px solid orange;*/
}

.logos #left{
	float: left;
	width:53px;
	/*border:1px solid orange;*/
	/*
	text-align:right;
	*/
}

.logos img{
	border:none;
}