body {
	font: 11pt/1.3em Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	margin: 0 0 30px 0;
	padding: 0;
	color: #000;
}

/* @group tags */

h1, h2, h3, h4, h5, h6 {
}

a, a:link, a:visited, a:active {
	color: #6A96BC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* @end */

#container {
	font-size: 95%;
	background: #fff;
	position: relative;
	color: #333;
	width: 750px;
	margin: 0;
	padding: 0;
}

#head {
	position: absolute;
	top: 15px;
	left: 20px;
	padding: 0;
	margin: 0;
	height: 30px;
	width: 750px;
	/*background: url(i/logo.jpg) no-repeat 0 -5px;
	text-indent: -4000px;*/
}

#address {
	position:absolute ;
	top: 70px;
	left: 20px;
	width: 220px;
}

#content {
	padding: 300px 20px 0 20px;
}

/* @group image switch */

/*body#taxi #content {
	background: url(i/taxi.jpg) no-repeat 250px 90px;
}

body#akinom #content {
	background: url(i/finance.jpg) no-repeat 250px 90px;
}

body#allinstruct #content {
	background: url(i/allinstruct.jpg) no-repeat 250px 90px;
}*/

/* @end */

#leftCol {
	width: 340px;
	float: left;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	padding-bottom: 20px;
	
}
#rightCol {
	width: 340px;
	float: right;
	padding-bottom: 20px;
}


#nav {
	display: none;
	background: #6A96BC;
	position: absolute;
	top: 0;
	left: 250px;
	width: 500px;
	height: 30px;
}

/* @group navigation */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#nav li.active a, #nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {
	background: url(i/current.gif) no-repeat 50% bottom;
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active {
	color: #fff;
	text-decoration: none;
	padding: 8px 20px;
}

#nav li a:hover {
	background: url(i/current.gif) no-repeat 50% bottom;
}

#nav li {
display: inline;
}

/* @end */

#foot {
	display: none;
	clear: both;
	background: #6A96BC;
	color: #fff;
	line-height: 25px;
	padding: 0 20px;
	margin: 0;
	word-spacing: 4px;
}

/* @group special tags */

#address h2 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	display: none;
}
#address p {
	margin: 0;
	padding: 17px 0;
}
#foot a  {
	color: #fff;
	text-decoration: none;
}


#content h2 {
	font-size: 150%;
}

#content h3 {
	font-size: 120%;
}

#content h4, #content h5, #content h6 {
	font-size: 100%;
	
}

#content p {
	
}
#content em {
	font-style: normal;
	color: #f80f0f;
}
/*body#taxi #rightCol {
	padding-top: 36px;
}*/
/* @end */

/* @group clearing */

#nav ul:after, 
#container:after,
#content:after,
#leftCol:after,
#footer:after,
#rightCol:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }



/* @end */
