html, body {
	margin: 0px;
	height: 100%;
	padding: 0px;
}

body {
	background-color: #323332;
	background-image: url(grfx/bg.png);
	background-repeat: repeat-x;
	color: #323232;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	min-width: 300px;
    min-height: 400px; 
	text-align: center;
}

img {
	max-width: 100%;
	/*min-width: 300px;*/
	height: auto;
	width: auto\9; /* ie8 */
	border: none;
}

h1 {
	font-family: Verdana, Arial,Sans-Serif;
	font-size: 14px;
	background: url(grfx/bullet.png);
	background-repeat: no-repeat;
	color: #323232;
	margin: 0px;
	padding: 0px 0px 25px 25px;
	line-height: normal;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #A51D21;
	font-size: 10px;
}

a:hover {
	text-decoration: underline;
	color: #A51D21;
	font-size: 10px;
}

.Wrapper {
	width: 770px;
	background-color: #FFFFFF;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 48px;
	margin-left: auto;
	margin-right: auto;
}

.Container {
	width: 666px;
	background-color: #EEEEEE;
	border: solid 1px #323232;
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
}

.Language {
	text-align: right;
	margin: 14px 20px 14px 0px;
	font-weight: bold;
}

.Language a, .Language a:link, .Language a:visited {
	text-deocration: none;
	color: #000000;
	font-size: 12px;
}

.Language a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.Logo {
	height: 171px;
}

.Nav {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px/9;
	width: 666px;
	clear: both;
}

.bt1 { 
	float: left;
  	margin: 0px 5px 0px 27px;
  	padding: 0px;
  	background: url(grfx/bt_1_on.png) no-repeat;
}

.bt1 a, .bt1 a:link, .bt1 a:visited {
  	display: block;
  	width: 200px;
  	height: 55px; 
}

.bt1 a:hover img {
  	visibility: hidden;
}

.bt2 { 
	float: left;
  	margin: 0px 5px 0px 0px;
  	padding: 0px;
  	background: url(grfx/bt_2_on.png) no-repeat;
}

.bt2 a, .bt2 a:link, .bt2 a:visited {
  	display: block;
  	width: 200px;
  	height: 55px; 
}

.bt2 a:hover img {
  	visibility: hidden;
}

.bt3 { 
	float: left;
  	margin: 0px;
  	padding: 0px;
  	background: url(grfx/bt_3_on.png) no-repeat;
}

.bt3 a, .bt3 a:link, .bt3 a:visited {
  	display: block;
  	width: 200px;
  	height: 55px; 
}

.bt3 a:hover img {
  	visibility: hidden;
}

.bt4 { 
	float: left;
  	margin: 0px 5px 0px 27px;
  	padding: 0px;
  	background: url(grfx/bt_4_on.png) no-repeat;
}

.bt4 a, .bt4 a:link, .bt4 a:visited {
  	display: block;
  	width: 200px;
  	height: 55px; 
}

.bt4 a:hover img {
  	visibility: hidden;
}

.bt5 { 
	float: left;
  	margin: 0px 5px 0px 0px;
  	padding: 0px;
  	background: url(grfx/bt_5_on.png) no-repeat;
}

.bt5 a, .bt5 a:link, .bt5 a:visited {
  	display: block;
  	width: 200px;
  	height: 55px; 
}

.bt5 a:hover img {
  	visibility: hidden;
}

.bt6 { 
	float: left;
  	margin: 0px;
  	padding: 0px;
  	background: url(grfx/bt_6_on.png) no-repeat;
}

.bt6 a, .bt6 a:link, .bt6 a:visited {
  	display: block;
  	width: 200px;
  	height: 55px; 
}

.bt6 a:hover img {
  	visibility: hidden;
}

.Content {
	text-align: justify;
	padding: 35px 45px 35px 45px;
	line-height: 20px;
}

.Content a, .Content a:link, .Content a:visited {
	font-size:14px;
}

.Footer {
	background-color: #CC0000;
	height: 7px;
	padding: 0px;
	margin: 40px 0px 0px 0px;
	font-size: 0px;
}

.Copy {
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

.th {
	margin: 0px 0px 0px 15px;
	border: solid 2px #323232;
}

