html,body {
	margin:0px;
	padding:0px;
	font-family: arial;
	font-size:12px;
	color: #222;
	background: #fff;
	height:100%;
}
h1 {
	margin-top:10px;
	font-size:25px;
	font-family: "Trebuchet MS";
	font-weight:normal;
	margin-bottom:10px;
}
h2 {
	margin-top:10px;
	font-size:25px;
	font-family: "Trebuchet MS";
	font-weight:normal;
	margin-bottom:10px;
}
h3 {
	margin-top:10px;
	font-size:16px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#8e8e8e;
}
td {
	font-family: arial;
	font-size:11px;
	color: #222;
}
th {
	font-family: arial;
	font-size:11px;
	color: #222;
}
img {
	border:0px;
}
#container1 {
	width:100%;
	min-height:100%;
	background-image: url('images/pattern2.jpg'); 
	background-repeat: repeat-y;
	background-position: top center;
}
#container2 {
	margin-left:auto;
	margin-right:auto;
	width:980px;

	min-height:100%;
}
#menu-lang {
	height:30px;
	text-align:right;
	padding-top:15px;
}
#menu-lang a {
	color: #bfbfbf;
	text-decoration:none;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.active-link {
	color: #fff;
	background: #bfbfbf;
	text-decoration:none;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
}
#menu-main {
	margin-top:10px;
	margin-left:0px;
	padding-left:20px;
	list-style-type:none;
}
#menu-main li {
	line-height:25px;
}
#menu-main a {
	font-size:12px; 
	display:block;
	color: #000;
	text-decoration:none;
	padding-left:25px;
	background-image: url('images/bullet.gif');
	background-repeat:no-repeat;
	background-position: 5px 50% ;
}
#menu-main a:hover {
	background: #00acef;
	color: #fff;
	background-image: url('images/bullet2.gif');
	background-repeat:no-repeat;
	background-position: 5px 50% ;
}
#header {
	clear:both;
	background: #fff;
	height:230px;
	padding-top:10px;
	padding-bottom:10px;
}
#header-col1 {
	float:left;
	width:200px;
}
#header-col2 {
	float:left;
	width:530px;
}
#header-col3 {
	float:left;
	width:220px;
}

#content {
	clear:both;
}
#content-col1 {
	float:left;
	width:324px;
	border-right:2px solid #fff;
}
#content-col2 {
	float:left;
	width:324px;
	border-right:2px solid #fff;
}
#content-col3 {
	float:left;
	width:324px;
}

#footer {
	clear:both;
	background: #fff;
	padding-top:10px;
	padding-bottom:10px;
}
#footer-col1 {
	float:left;
	width:324px;
}
#footer-col2 {
	float:left;
	width:324px;
}
#footer-col3 {
	float:left;
	width:324px;
}
.sitemap a {
	font-size:11px; 
	color: #000;
	text-decoration:none;
}
.sitemap a:hover {
  text-decoration:underline;
}
