html {
	margin: 0;
	height: 100%;
	background: #004fb5 ;
}
body {
    text-align:center; /* for IE6 */
	margin: 0;
	padding: 0 0 225px 0;
	height: auto !important;
	height: 100%;
	min-height: 1100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004db3;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
* html body {
	height: 1275px;
}
#page {
	margin: 0 auto; 
	width: 890px;
	text-align:left; /* for IE6 */

}
#header {
	margin: 0 0 25px 0;
	height: 100px;
}
#header h1 {
	margin: 0;
	width: 280px; height: 155px;
	font-size: 0; text-indent: -99999em;
}
#header h1 a {
	display: block;
	width: 100%; height: 100%;
}
#container2 {
	padding: 25px 25px 25px 15px;
	width: 850px;
	background: #0e47a7 repeat-x url(images/bckcontainer.png);
}
#container2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sidebar {
	float: left;
	margin: 0; padding: 0;
	list-style-type: none;
	width: 250px;
}
#sidebar ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#sidebar .menu {
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	background-repeat: no-repeat;
	background-position: left;
}
#sidebar .menu h3 {
	margin: 0;
	text-align: center; line-height: 40px;
	background: no-repeat url(images/bcksidebarmenuh3.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 17px; font-weight: normal;
	color: #fff;
}
#sidebar .menu li {
	border: #3d8bf2 1px solid; border-bottom: #1556b8 1px solid;
	font-size: 12px;
}
#sidebar .menu li a {
	display: block;
	height: 40px;
	text-align: center; line-height: 40px;
	background: repeat-x url(images/bcksidebarmenulia.png);
	color: #fff;
	text-decoration: none;
}
#sidebar .menu li a:hover {
	background-position: left -40px;
}
#sidebar .testimonial blockquote {
	margin: 10px 0 0 0; padding: 25px 15px;
	border-top: #5984c6 1px solid; border-bottom: #5984c6 1px solid;
	font-size: 16px;
	color: #fff;
}
#content {
	float: right;
	width: 585px;
}
#content .welcome {
	margin: 0 0 5px 0;
	padding: 15px 25px 0 285px;
	height: 225px;
	background: no-repeat url(images/bckwelcome.jpg);
}
#content .welcome h3 {
	margin: 0 0 20px 20px;
	font-size: 20px;
	color: #6c3;
}
#content .news {
	padding: 10px;
	background: #0e47a7 repeat-x url(images/bckcontentnews.png);
}

#content .news-portfolio {
	padding: 10px;
	background: #0e47a7 repeat-x url(images/bckcontentnews.png);
	width: 825px;
	margin-left: -260px;
}

#content .news .images {
	margin: 0 0 15px 0;
	
}

#content .news-portfolio .images {
	margin: 0 0 15px 0;
	
}

#fontmedia {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#fontmedia a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#fontmedia a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#content .news .images img {
	margin: 0 5px 0 0; padding: 10px 10px 10px 5px;
	width: 120px; height: 80px;
	background: no-repeat url(images/bckcontentnewsimagesimg.png);
}
#content .news .images .last {
	margin: 0;
}
#content .news h3 {
	margin: 0 auto 10px auto; padding: 0 0 0 30px;
	width: 490px; line-height: 35px;
	background: no-repeat url(images/bckcontentnewsh3.png);
	font-size: 21px; font-weight: normal;
	color: #fff;
}
#content .news ul {
	margin: 0; padding: 0 0 0 60px;
	list-style-type: none;
	background: no-repeat url(images/bckcontentnewsul.png);
}
#content .news li {
	margin: 0 0 10px 0;
}
#content .news li h4 {
	margin: 0;
	font-size: 11px;
}

#content .news-portfolio .images img {
	margin: 0 5px 0 0; padding: 10px 10px 10px 5px;
	width: 120px; height: 80px;
	background: no-repeat url(images/bckcontentnewsimagesimg.png);
}
#content .news-portfolio .images .last {
	margin: 0;
}
#content .news-portfolio h3 {
	margin: 0 auto 10px auto; padding: 0 0 0 30px;
	width: 490px; line-height: 35px;
	background: no-repeat url(images/bckcontentnewsh3.png);
	font-size: 21px; font-weight: normal;
	color: #fff;
}
#content .news-portfolio ul {
	margin: 0; padding: 0 0 0 60px;
	list-style-type: none;
	background: no-repeat url(images/bckcontentnewsul.png);
}
#content .news-portfolio li {
	margin: 0 0 10px 0;
}
#content .news-portfolio li h4 {
	margin: 0;
	font-size: 11px;
}

#panel {
	position: relative;
	list-style-type: none;
	height: 80px;
	background: no-repeat url(images/bckpanel.png);
	border: #0a347e 1px solid;
	margin-top: 0;
	margin-right: -6px;
	margin-bottom: 0;
	margin-left: -6px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#panel a {
	color: #fff;
	text-decoration: none;
}
#panel .menu {
	float: left;
	border-right: #82a0cf 1px solid;
	padding-right: 45px;
	padding-left: 45px;
}
#panel .menu ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#panel .address {
	float: left;
	width: 220px;
	height: 70px;
	font-weight: bold;
	color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	background-image: url(images/bckpaneladdress.png);
	background-repeat: no-repeat;
}
#gallery {
	width: 450px;
}

#main-containter {
	width: 870px;
}
#content .news a {
	color: #004DB3;
	text-decoration: none;
	font-weight: bold;
}
#content .news a:hover {
	text-decoration: underline;
}
#content .welcome a {
	font-weight: bold;
	color: #0069D5;
	text-decoration: none;
}
#content .welcome a:hover {
	text-decoration: underline;
}
