@charset "utf-8";
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 */
	color: #000000;
	background-color: #000;
}

.uzbec #header {
	height: 135px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	background-color: #0099B5;
	background-image: url(assets/flagleft.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CE1126;
	border-radius: 20px 20px 0px 0px;
} 

.uzbec #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.uzbec #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #000000;
	border-radius: 20px;
	box-shadow: 5px 5px 5px #666;
	padding: 0px;
}
.uzbec #container-slides {
	width: 98%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #000000;
}
.uzbec #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	height: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
 
.uzbec #mainContent {
	margin-top: 25px;
	margin-right: 120px;
	margin-bottom: 0;
	margin-left: 120px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.uzbec #mainContent h1 {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.uzbec #mainContent h2 {
	font-size: medium;
	color: #0099B5;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.uzbec #mainContent h3 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
	color: #1EB53A;
	font-weight: bold;
} 
.uzbec  #mainContent  a  {
	color: #0099B5;
	font-weight: bold;
}
.uzbec  #mainContent  a:hover  {
	color: #1EB53A;
}
.uzbec  #mainContent  h1  {
	font-size: 24px;
	font-weight: bold;
	color: #0099B5;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.uzbec   #header   img    {
	text-align: center;
	display: block;
	padding: 0px;
	height: 90px;
	width: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.uzbec   #sidebar1   ul,li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.uzbec  #footer  p  {
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.uzbec  #sidebar1  a  {
	text-decoration: none;
	color: #0099B5;
}
.uzbec #container #sidebar1 a:hover {
	color: #1EB53A;
}

.uzbec  #yellow-box   {
	border: 5px solid #CE1126;
	text-align: left;
	width: 70%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 8px;
	font-size: 100%;
}

.uzbec #yellow-box #doublephoto {
	display: inline-block;
	width: 47%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 8px;
}
.uzbec #yellow-box #caption {
	text-align: center;
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	background-color: #CE1126;
}
.uzbec #yellow-box #singlephoto {
	width: 98%;
	margin: 0px;
	padding: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.uzbec  #yellow-box  #thumb    {
	vertical-align: top;
	text-align: right;
	height: 100px;
	width: 120px;
	padding: 0px;
	margin: 0px;
}
.uzbec #yellow-box h3 {
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 100%;
	color: #0099B5;
}
.uzbec #container #mainContent #yellow-box img {
	padding: 0px;
	margin: 0px;
}


.uzbec #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #1EB53A;
	margin: 0px;
	height: 130px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CE1126;
	border-radius: 0px 0px 20px 20px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.uzbec #yellow-box #photothumb {
	display: inline-block;
	padding: 5px;
	margin-top: 0px;
	margin-right: 8%;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: text-top;
	float: left;
}
.uzbec  #videobox  {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
	border: 5px solid #CE1126;
	width: 750px;
	padding: 0px;
}
.uzbec #videobox #caption {
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	background-color: #CE1126;
}
