@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	text-align: center;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #E2E2E2;
	margin: 0;
	padding: 0;
	color: #666;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1, h2 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h2 {
	padding: 0;
	font-size: 30px;
	color: #333;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	text-shadow: 2px 2px 2px #C9C9C9;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
}
h1 {
	font-size:16px;
	letter-spacing: 2px;
	padding: 0px;
	margin: 0px;
	color: #8D8D8D;
	font-weight: normal;
	font-style: italic;
}
h6 {
	font-size: 18px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	margin: 30px 15px 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
}
h6 a {
	text-decoration: none;
}
h6 a:hover {
	text-decoration: none;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	outline:none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a, a:visited, a:focus, a:active {
	color: #6C6C6C;
	text-decoration: none !important;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
	outline:none;
}
/* ~~this fixed width container surrounds the other divs~~ */
.container {
	background: #E2E2E2;
	margin: 0 auto;
	display: block;
	width: 1000px;
	text-align: left;
	padding-top: 20px;
}
.header {
	width: 1000px;
	margin-bottom: 10px;
	text-align: left;
	height: 90px;
}
.sidebar1 {
	float: left;
	width: 100px;
	padding-bottom: 10px;
	padding-top: 0px;
}
.page-content {
	padding: 0px;
	width: 900px;
	float: left;
	margin: 0px;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.page-content ul, .page-content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this creates the space between the navigation on the content below */
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
ul.nav li {
	border-bottom: 1px solid #E2E2E2; /* this creates the button separation */
	padding: 4px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 100px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-align: left;
}
ul.nav a, ul.nav a:active, ul.nav a:focus { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	text-decoration: none;
}
ul.nav a:hover { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #333;
	text-decoration: underline !important;
}
ul.nav-a {
	list-style: none; /* this creates the space between the navigation on the content below */
	font-size: 12px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin: 0px;
	width: 80px;
}
ul.nav-a li {
	border-bottom: 1px solid #E2E2E2; /* this creates the button separation */
	width: 85px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 0px;
}
ul.nav-a a, ul.nav-a a:active, ul.nav-a a:focus { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0px 0px 0px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 85px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none !important;
	text-align: left;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #818181;
}
ul.nav-a a:hover { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #000000;
	text-decoration: underline !important;
}

.home-content {
	width: 640px;
	font-size: 9pt;
	line-height: 18px;
	font-style: italic;
	color: #8D8D8D;
	font-weight: bold;
	padding-top: 40px;
	padding-right: 130px;
	padding-bottom: 10px;
	padding-left: 130px;
}
.home-content ul, .home-content ol {
	padding: 0 15px 15px 40px;
}
.inside-content {
	padding: 3px 30px 10px;
	width: 840px;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	color: #414141;
	font-weight: normal;
	text-align: justify;
}
.inside-content ul, .inside-content ol {
	padding: 0 15px 15px 40px;
}
.inside-content a {
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}
.inside-content a:hover {
	font-size: 12px;
	text-decoration: underline !important;
	color: #000000;
}
.footer {
	clear: both;
	color: #777;
	margin: 0px auto;
	padding: 0px 0px 20px 100px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	left: 0px;
	right: 0px;
}
#footer-facebook a {
	display: block;
	float: left;
	background-image: url(../images/footer-facebook.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-transform: none;
	font-weight: normal;
	padding-left: 30px;
	height: 24px;
	margin-top: 27px;
	width: auto;
	line-height: 24px;
	font-size: 12px;
}
#footer-facebook a:hover {
	background-image: url(../images/footer-facebook.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	color: #000000;
	text-decoration: underline !important;
}
#footer-instagram a {
	display: block;
	float: left;
	background-image: url(../images/footer-instagram.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-transform: none;
	font-weight: normal;
	padding-left: 30px;
	height: 24px;
	margin-top: 12px;
	width: auto;
	line-height: 24px;
	font-size: 12px;
}
#footer-instagram a:hover {
	background-image: url(../images/footer-instagram.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	color: #000000;
	text-decoration: underline !important;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.top-nav {
	float: right;
	position: relative;
	width: 126px;
	font-size: 12px;
	margin-top: 38px;
	display: block;
	text-align: right;
}
.top-nav a, .top-nav span.current {
	display: block;
	float: right;
	padding: 2px 5px;
	border: 1px solid #ccc;
	font-size: 11px;
	margin-left: 2px;
}
.top-nav a:hover {
	background-color: #eee;
	text-decoration: none;
}
.title {
	float: left;
	width: 300px;
	position: relative;
}
.vladimir {
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
.young-vladimir {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: left;
}
