* {
  margin: 0;
  padding: 0;
 }
 
html {
  height: 100%;
 	font-family:Arial;
 	font-size:90%;
	color:#3a4247;
 }
 
body {
  min-height: 100%;
  min-width: 600px;
  position: relative;
  font-size:90%;
 }
 
* html body {
  height: 100%;
 }

#header{
 	height:234px;
	min-width:600px;
	background-image:url(/img/header_left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	} 

#header img.logo {
  padding:12px 0 0 263px;
  float:left;
	}

#header img.date {
  position:absolute;
  right:0px
	}

#header img.date_new {
  position:absolute;
  right:58px;
  top:14px
	}


#header a {
	display:block;
	width:280px;
	height:120px;
	position:absolute;
	right:0px;
	margin-top:100px;
	}

#menu {
 	width:220px;
	float:left;
	padding:12px 0 0 32px;
	}
  
#menu ul{
 	list-style: none;
 	margin-left: 0;
 	padding-left: 1em;
	line-height:2em;
	font-weight:bold;
	font-size:1.2em;
	}

#menu div{
	width:220px;
	clear:both;
	padding-top:60px;
	}

#menu .a {
 	color:#fd4d1e;
 	font-weight:bold;
 	text-decoration:none;
	}
  
#body{
 	min-width:350px;
 	min-height:100%;
	margin:0 0 150px 274px;
	padding:0 48px 230px 0;
	}
	
#body ul{
	margin-left: 0;
 	padding: 0 0 1em 1em;
	}

#body img {
	border: solid 1px #000;
	margin: 12px 0;
	}

#bottom {
	background-image:url(/img/footer.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:180px;
	margin-top:70px;
	}

#bottom_left {
	background-image:url(/img/footer_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:135px;
	width:150px;
	float:left;
	left:0;
	}

#bottom_right {
	background-image:url(/img/footer.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:135px;
	width:578px;
	margin-left:150px;
	right:0;
	position:absolute;
	}

#footer{
	height:220px;
	min-width:600px;
	clear:both;
	padding:60px 0 20px 0;
	position: absolute;
	width: 100%;
	bottom: 0px;
	}

#footer div.left {
 	width:206px;
	float:left;
	padding-left:48px;
	}

#footer div.center {
 	min-width:350px;
	margin-left:274px;
	padding-right:32px;
	}

#footer div.button  {
	width:88px; 
	height:31px; 
	float:left; 
	margin-right:10px;
	}

#footer div.button img  {
	border:none;
	}

#footer div.counter  {
	width:173px; 
	height:23px; 
	padding-top:6px;
	clear:both; 
	}

h1{
  font-size:1.8em;
  font-weight: normal;
  margin:12px 0 6px 0;
	}

h1 .info {
	color:#fd4d1e;
	padding:0;
	}

.info {
	color:#fd4d1e;
	padding-left:16px;
	}

div.faq {
	background: #fafafa;
	padding:0 16px 16px 16px;
	margin:0 16px 16px 16px;
	}

div.faq ol b {
	line-height:3em;
	}

ol {
  margin:0 16px;
	}

a {
	color:#004e8a;
	}

p {
  padding:8px 0;
	}

form p {
	padding:4px 0 0 0;
	}
div.clear {clear:both}

.red {color:#fd4d1e;}

div.kars {
	width:100px;
	height:100px;
	float: left;
	margin-right:6px;
	background-image:url(/img/kars.gif);
	}

a img {border:none}