@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(images/WB00673L.GIF);
	background-repeat:repeat;
	display:block;
	background-color:#033;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header img {
	margin-left:65px;
	margin-bottom:20px;
}

#header h2 {
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height:24px;
}

#title {
	width:100%;
	background:url(images/h1-bar.gif) repeat-x;
	height:80px;
}

.title-container {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#title h1 {
	font-family:Parchment, Matura MT Script Capitals, Arial, Helvetica, sans-serif;
	font-size:46px;
	color:#FFF;
	line-height:80px;
	font-weight:normal;
}

#main {
	width:900px;
	margin:0 auto;
}

#nav ul {
	float:left;
	text-align:left;
	width:180px;
	margin-right:20px;
}

#nav li a {
	line-height:35px;
	font-size:16px;
	color:#333;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:none;
	width:100%;
	padding:10px;
}

#nav li a:hover {
	color:#FFF;
	background-color:#A80004;
}

#content {
	float:left;
	text-align:left;
	width:650px;
	padding-left:10px;
	border-left:#A80004 5px solid;
	color:#800003;
	font-size:13px;
}

#content h3 {
	line-height:22px;
	font-size:16px;
	color:#666;
	font-weight:normal;
}

#content ul {
	list-style:none;
}

.img {
	padding:5px;
	border:#999 1px solid;
	margin:5px;
	float:left;
}

.bg {
	background:#FFF;
	width:100%;
}

.center {
	margin:30px;
	text-align:center;
}

.russian {
	font-size:24px;
}

.contact-box {
	width:600px;
	background:url(images/vector-ornament-swirls-prev-by-dragonart2.PNG) top left no-repeat;
	clear:both;
	padding-top:58px;
	padding-left:60px;
	text-align:center;
}


.right {
	float:right;
}

.left-text {
	float:left;
	width:300px;
	margin-top:60px;
}

.left-text-home {
	float:left;
	width:340px;
	margin-top:60px;
}

.img-src {
	float:right;
	clear:both;
}

h2.home-link a {
	font:normal 28px Arial, Helvetica, sans-serif;
	color:#9F2704;
	margin-bottom:10px;
	margin-top:10px;
	float:left;
	width:100%;
	text-decoration:none;
}

h2.home-link a:hover {text-decoration:underline;}