ul {
    list-style: none;
    font-family: "trebuchet MS";
}
h3 {
    font-family: calibri;
    background-image: none;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #004262;
    font-weight: bold;
    text-indent: 12px;
    background-position: left center;
}
h4 {
    font-family: "trebuchet MS";
    font-size: 13px;
    color: #004891;
    text-indent: 20px;
    background-image: url(../../images/info_site.jpg);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    font-weight: normal;
}
h5 {
    font-family: "trebuchet MS";
    font-size: 12px;
    color: #00468C;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    font-weight: normal;
    text-indent: 11px;
}
p {
    font-family: "trebuchet MS";
    font-size: 13px;
    color: #003955;
    text-indent: 0px;
}
h2 {
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #003264;
    background-position: left top;
    text-align: left;
    text-indent: 15px;
}
h1 {
    font-family: "Trebuchet MS";
    font-size: 19px;
    color: #004262;
    text-align: center;
    vertical-align: top;
}
a {
    font-family: "trebuchet MS";
    font-size: 13px;
    color: #9B0000;
    text-decoration: none;
}
a:hover {
    color: #EF4507;
    text-decoration: underline;
    font-family: "trebuchet MS";
}
body  {
    font: 13px "trebuchet MS";
    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: #004262;
    background-color: #FFFFFF;
    border-top-color: #0066FF;
    border-right-color: #0066FF;
    border-bottom-color: #0066FF;
    border-left-color: #0066FF;
}
.twoColFixLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #565044;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E3F0FF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: 3456px;
} 
.twoColFixLtHdr #header {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background-color: #FFFFFF;
    background-image: url(../../images/banner.jpg);
    height: 150px;
    text-indent: 10px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
#sideBarStg {
    float: left;
    width: 237px;
    background-color: #9FD6FF;
    background-image: url(../../images/margine.jpg);
    background-repeat: repeat-y;
    text-indent: 10px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #66CCCC;
    clip: rect(0px, auto, auto, auto);
    padding-left: 10px;
}

.twoColFixLtHdr #mainContent {
    float: right;
    width: 700px;
    margin-top: 0;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    height: auto;
    padding-left: 0px;
    clip: rect(auto,auto,auto,auto);
    border: 1px solid #9595FF;
    text-align: left;
    display: block;
    left: 30px;
}
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	background-image: url(../../images/footerAlbastru.jpg);
	height: 40px;
	line-height: 35px;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	height:0;
	line-height: 0px;
	font-size: 1px;
	clear: both;
}

