* { padding: 0; margin: 0; }

body {
 background-image: url(img/background.gif);
 background-repeat: repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #4c4c4c;
}

body.international {
 background-image: url(img/background2.gif);
 background-repeat: repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #4c4c4c;
}

#wrapper { 
 margin: 0 auto;
 width: 920px;
}

#header {
 background-image: url(img/header.gif);
 background-repeat: no-repeat;
 color: #333;
 width: 920px;
 float: left;
 height: 210px;
}

#leftcolumn { 
 color: #333;
 width: 642px;
 float: left;
}

#leftcolumndiv, #footerdiv {
 margin-left: 21px;
 margin-right: 21px;
}

#rightcolumn { 
 float: right;
 color: #333;
 width: 278px;
 display: inline;
 position: relative;
 background-image: url(img/rightnav_bg.gif);
 background-repeat: no-repeat;
}

#rightcolumnpadding { 
 padding: 20px;
}

#footer { 
 width: 920px;
 clear: both;
 color: #4c4c4c;
 margin: 0px 0px 20px 0px;
}

h1 {
 font-style: normal;
 font-weight: normal;
 letter-spacing: -1px;
 color: #330066;
 margin-bottom: 10px;
 font-size: 25px;
}

h2 {
 font-style: normal;
 font-weight: bold;

 color: #660066;
 margin-bottom:0em;
 font-size: 13px;
}

h3 {
 font-style: normal;
 font-weight: normal;
 letter-spacing: -1px;
 color: #330066;
 margin-bottom: 10px;
 font-size: 20px;
}

a:link, a:visited {
 padding: 0 0 1px 0;
 text-decoration: none;
 color: #339999;
}
	
a:hover {
 color: #DD143F;
 text-decoration: underline;
}

p {
 margin-bottom: 15px;
 line-height: 1.5em;
 color: #4c4c4c;
 font-size: 13px;
}

hr {
 margin-bottom: 20px;
 margin-top: 20px;
 background-color: #E3E3E3;
 border: 0;
 height: 1px;
}

ul {
 font-size: 13px;
 color: #4c4c4c;
}

li {
	margin-bottom:5px;
	margin-left: 25px;
}

.imap{
	position: relative;
	width: 920px;
	height: 486px;
	margin: 0 auto;
	background-image: url(img/map_bg.gif);
}

#russia{
	left: 460px;
	top: 15px;
	position: absolute;
}