*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	border: 0;
}
#container
{
	margin: 0 auto;
	background-image: url(images/bgTop.png);
	background-repeat: repeat-x;
	background-position: center 13px;
	width: 700px;
}
#content
{
	margin: 0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 700px;
	height: 200px;
	padding-top: 11px;
}
#language
{
	background-image: url(images/bgLanguage.png);
	background-repeat: no-repeat;
	list-style: none;
	width: 80px;
	height: 24px;
	margin-left: 620px;
}
#language h6
{
	float: left;
	width: 17px;
	height: 11px;
	border: 1px solid #c4c4c4;
	margin-top: 6px;
	margin-left: 5px;
	display: inline;
}
.m
{
	margin-left: 6px !important;
}
#language li img
{
	width: 17px;
	height: 11px;
}
#menu
{
	background-image: url(images/bgTopMenu.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 190px;
	background-color: #FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	text-align: left;
}
#menu li
{
	background-image: url(images/bgMenu.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-left: 16px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#menu li a
{
	text-decoration: none;
	color: #74d0ff;
	text-align: left;
}
#menu li a:hover
{
	text-decoration: underline;
}
#menu li ul
{
	list-style: none;
}
#menu li ul li
{
	background-image: none;
	margin-left: 10px;
	padding-left: 0;
	font-size: 10px;
	font-weight: normal;
}
#center
{
	width: 470px;
	border: 1px solid #cccccc;
	margin-top: 222px;
}
#center h2
{
	font-size: 12px;
	color: #74d0ff;
	font-weight: bold;
	background-image: url(images/bgBottom.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 13px;
	padding-left: 19px;
	margin-bottom: 37px;
	text-align: left;
}
#center h2 img
{
	width: 6px;
	height: 9px;
	margin-right: 5px;
}
#txt
{
	padding-left: 19px;
	padding-right: 21px;
	color: #3e3e3e;
	font-size: 12px;
	margin-bottom: 10px;
}
#contact
{
	width: 190px;
	border: 1px solid #cccccc;
	margin-top: 10px;
}
#contact h2
{
	font-size: 12px;
	color: #74d0ff;
	font-weight: bold;
	background-image: url(images/bgBottom.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 13px;
	padding-left: 19px;
	margin-bottom: 20px;
}
#contact h2 img
{
	width: 6px;
	height: 9px;
	margin-right: 5px;
}
#contact h3
{
	width: 143px;
	height: 121px;
	padding-left: 20px;
}
#contact p
{
	color: #3e3e3e;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact a
{
	color: #3e3e3e;
	text-decoration: none;
}
#contact a:hover
{
	color: #3e3e3e;
	text-decoration: underline;
}
#left
{
	float: left;
	width: 190px;
	margin-left: 13px;
	display: inline;
	margin-bottom: 20px;
}
#right
{
	float: right;
	width: 470px;
	margin-right: 2px;
	display: inline;
	margin-bottom: 20px;
}
#footer
{
	width: 700px;
	margin: 0 auto;
	background-image: url(images/bgFooter.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 46px;
	clear: both;
	font-size: 12px;
	color: #3e3e3e;
	padding-top: 12px;
}
.copyright
{
	float: left;
   padding-left: 15px;
}
.created
{
	float: right;
	padding-right: 15px;
}
.created a
{
	color: #3e3e3e;
	text-decoration: none;
}
.created a:hover
{
	color: #3e3e3e;
	text-decoration: underline;
}