body {
	font-family:  Georgia,Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
    font-size:9pt;
	color:#8e111f;
	background-color:#fff;
}
a:link {
	color: #8b0e1d;
	text-decoration: none;
	background-color : transparent;
}
a:visited, a:active {
	color: #8b0e1d;
	text-decoration: none;
	background-color : transparent;
}
a:hover {
	color: #8b0e1d;
	text-decoration: underline;
	background-color : transparent;
}
.wrapper {
width: 800px;
min-width:800px;
background-color:#fff;
margin-top:0px;	
}
.container {
background-image:url(images/russia_mapbg.jpg);
background-repeat:no-repeat;
width: 800px;
min-width:800px;
max-width:800px;
height:450px;
min-height:450px;
height:auto;
text-align:center;
}

.homecontainer {
background-image:url(images/russia_mapbg.jpg);
background-repeat:no-repeat;
width: 800px;
min-width:800px;
max-width:800px;
height:auto;
text-align:left;
padding-top:20px;
padding-bottom:20px;
}
.footer {
width: 800px;
min-width:800px;
max-width:800px;
height:60px;
min-height:60px;
max-height:60px;
}
.nav {
width: 800px;
min-width:800px;
max-width:800px;
height:37px;
min-height:37px;
max-height:37px;
text-align:left;
background-image:url(images/russia_nav_bg.gif);
background-repeat:no-repeat;
}
.header{
width: 800px;
min-width:800px;
max-width:800px;
height:182px;
min-height:182px;
max-height:182px;
text-align:left;
}

.content{
width: 465px;
min-width:465px;
max-width:465px;
height:470px;
min-height:470px;
max-height:470px;
background-image:url(images/all_contentbg.png);
background-repeat:no-repeat;
background-color:transparent;
margin-left:10px;
margin-top:10px;
font-size:9pt;
color:#fff;
}

.video {
width:450px;
height:280px;
padding-top:10px;
text-align:center;
background-image:url(images/russia_videobg.png);
background-repeat:no-repeat;
}
.gallery {
width:450px;
height:280px;
padding-top:20px;
text-align:center;
/**background-image:url(images/russia_videobg.png);**/
background-color:#000;

}
.gallerynum {
font-size:400%;
}
.gallerytext{
color:#000;
}
.gallerynav {
width:600px;
height:100px;
padding-top:10px;
text-align:left;
color:#000000;
}
.title{
color:#8b0e1d;
font-size:160%;
text-transform:uppercase;
}

#section {
width:600px;
height:auto;
text-align:center;
}
#section #right{
width:500px;
float:right;
padding-left:10px;
border-left:1px #c8b172 solid;
}
#section #left{
padding-top:10px;
width:190px;
float:left;
}
#section #body{
width:600px;
text-align:left;
}
.clear{
clear:both;
}