*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
body
{
	background-color: #dedee0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#language
{
	position: absolute;
	top: 28px;
	margin-left: 600px;
}
#language h6
{
	width: 17px;
	border: 1px solid #c4c4c4;
	height: 11px;
}
#container
{
	width: 643px;
	margin: 0 auto;
	margin-top: 16px;
	background-image: url(images/bgContainer.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 81px;
}
#content
{
	background-color: #ffffff;
	background-image: url(images/bgBottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 7px;
}
#container h2
{
	font-size: 12px;
	font-weight: normal;
	padding-top: 60px;
	padding-left: 470px;
	margin-bottom: 7px;
}
#container h2 a
{
	text-decoration: none;
	color: #ffffff;
}
#container h2 a:hover
{
	text-decoration: underline;
}
#logo
{
	width: 643px;
	margin: 0 auto;
	background-image: url(images/bgLogo.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 225px;
	margin-bottom: 21px;
}
#logo h3
{
	padding-top: 10px;
	text-align: center;
}
#menu
{
	list-style: none;
	padding-left: 40px;
	padding-top: 10px;
}
#menu li
{
	font-size: 10px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
#menu li a
{
	color: #000000;
	text-decoration: none;
}
#menu li a:hover
{
	text-decoration: underline;
}
#left
{
	float: left;
	margin-left: 20px;
	display: inline;
	width: 430px;
}
#txt h3
{
	font-size: 12px;
	color: #000000;
	margin-bottom: 20px;
}
#txt
{
	color: #000000;
	font-size: 12px;
}
#txt ul
{
	padding-left: 15px;
}
#right
{
	float: right;
}
#contact
{
	width: 180px;
	margin-right: 12px;
	background-image: url(images/contactBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 160px;
}
#contact h5
{
	padding-left: 15px;
	font-size: 12px;
	color: #000000;
	margin-bottom: 15px;
}
#contact p
{
	padding-left: 15px;
	font-size: 12px;
}
#contact a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#contact a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.bg
{
	clear: both;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	height: 52px;
}
#footer
{
	width: 643px;
	margin: 0 auto;
	clear: both;
	font-size: 10px;
	color: #3e3e3e;
	padding-top: 12px;
}
#footer a
{
	color: #3e3e3e;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover
{
	color: #3e3e3e;
	text-decoration: underline;
	font-weight: bold;
}
.copyright
{
	float: left;
   padding-left: 15px;
	padding-bottom: 10px;
}
.created
{
	float: right;
	padding-right: 15px;
}
.created a
{
	color: #3e3e3e;
	text-decoration: none;
	font-weight: bold;
}
.created a:hover
{
	text-decoration: underline;
}