body {
    margin:0;
    padding:0;
    font: normal "Times New Roman", Verdana, "Trebuchet MS", Arial, sans-serif;
    text-align:left;
    line-height: 2em;
    background:#B1FAF3;
    color: #333333;
}
html {
    font-size: 100%;
}

#wrap {
    width: 1250px;
    margin: 0 auto;
    text-align: left;
    background: #B1FAF3;
}

/* #datepicker {
	width: 250px;
	margin: 0 auto;
} */
			/* HEADER */ 
#header {
    margin-top : 10px;
    height: 125px;
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    border-color: #B1FAF3;
    background: #099DA9 url(images/glo_logo_header.jpg) no-repeat;
    color: #fff;
}

#header h2 {
    margin : 0;
    padding : 30px 50px;
    letter-spacing : 3px;
    line-height: normal;
    font-size : 58px;
    font : "Times New Roman";
    font-weight : bold;
    background : transparent;
    color : #fff;
    text-align : center;
} 

			/*TOP NAVIGATION */ 
#menu {
    height: 125px;
    margin-top : 10px;
    padding : 0;
    list-style-type : none;
    list-style-image : none;
/*    text-transform : lowercase;*/
    background: #fff url(images/glo_logo_menu.jpg) no-repeat;
}

#menu li {
    float : left;
    height: 125px;
    width :150px;
    border-right : 1px solid #eee;
}

#menu a {
    display : block;
    margin : 0;
    height : 125px;
    width : 150px;
    padding : 10px 0 0 0;
    font-weight : bold;
    line-height : 30px;
    letter-spacing: 3px;
    text-align : center;
    color : #fff;
    background : #099DA9;
}

#menu a:hover {
    color : #000;
    background : #099DA9 url(images/glo_push_menu.jpg) no-repeat;
}

			/* CONTENT CONTAINER  */ 
#content {
    position: relative;
    width: 1250px;
    padding: 0;
    background: #FFF;
    color: #333;
    text-align : center;
    vertical-align: middle;
}

#container {
    width: 800px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    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. */
    background: #F8F8FF;
    box-shadow: 6px 6px 6px 3px #87CEFA; /* 1 - on x, 2 - on y, 3 - СЂР°Р·РјС‹С‚РёРµ, 4 - СЂР°СЃС‚СЏР¶РµРЅРёРµ */ 
}

			/* LEFT CONTENT */ 
#l-col {
    float: left;
    margin-top: 0;
    width: 145px;
    text-align: left;
    background: transparent;
    color: #333;
}

			/* MAIN CONTENT */ 
#cont { 
width: 525px;
margin-top: 0;
border: 1px solid #eee;
border-width: 1px 1px 0 1px;	
text-align: left;
background: #FDF6E8;
color: #999;
}
			/* FOOTER */ 
#footer {
margin-top: 10px;
text-align: center;
border: 1px solid #fff;
background: #099DA9;
color: #fff;
}
#footer a {
color: #F4D500;
}
#footer a:hover {
color: #fff;
}
			/* LINKS*/ 
a:link, a:visited {
color: #E89E01;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #032D57;
}
			/*LEFT MENU */ 
.sidenav { 
margin : 10px 10px;
padding : 0;
list-style-type : none;
background : inherit;
color : #fff;
} 
.sidenav a { 
letter-spacing : 1px;
border-bottom : 1px solid #aaa;
margin-bottom : 5px;
padding-left : 20px;
display : block;
text-decoration : none;
background : url(images/arrow.gif) no-repeat left center;
color : #E89E01;
} 
.sidenav a#current, .sidenav a:hover { 
text-decoration : none;
background : url(images/arrow2.gif) no-repeat left center;
color : red;
} 
ul { 
list-style : none;
margin : 0;
padding : 0;
} 
			/* TYPOGRAPHY */ 
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}
blockquote p {
padding: 5px;
font-size: 1.2em;    
background: inherit;
}
blockquote {
padding: 5px;
font-size: 1.5em;    
background: inherit;
} 
p {
color: #585947;
margin:0;
padding: 0 10px;
}
h3 {
margin: 0 0 0 10px;
padding: 10px 0;
letter-spacing: 3px;
font-size: 1.2em;
background: inherit;
color: #C63A00;
}
				/* SEARCH BOX*/
legend {
font-weight : bold;
color : #000;
}
input {
background : #D85B00;
color : #fff;
}