﻿html {
	min-height: 100%;
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}

body
{
	min-height: 100%;
	height: 100%;

	padding: 0;
	margin: 0;
	background-color: #fff;
	text-align: right;
	font-family: "Lucida Sans Unicode", Verdana;
	vertical-align: middle;	
}

#mainContainer
{
	width: 100%;
	min-width: 980px;
	height: 564px;
	float: right;
	color: #3d3d3d;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	background: transparent url('bgMainPage.gif') repeat-x scroll right;

}

#rightContainer
{
	background: transparent url('mainIdentity.gif') no-repeat;
	width: 326px;
	height: 564px;
	float: right;
}

#leftContainer
{
	background: transparent;
	width: 646px;
	height: 564px;
	float: right;
}

#leftTop
{
	width: 646px;
	height: 188px;
}

#leftPuppets
{
	width: 646px;
	height: 155px;
}

#leftPuppets img
{
	border: 0px;
}

#leftContact
{
	width: 646px;
	height: 71px;
	font-size: 10px;
	margin-top: 8px;
	background: transparent url('arrowBg.png') no-repeat;
}

#leftFooter
{
	width: 646px;
	height: 150px;
	font-size: 10px;
}

#leftTop img
{
	visibility: hidden;
}

ul
{
	list-style-type: none;
	font-size: 11px;
	color: #e88317;
	line-height: 23px;
	padding: 0px;
	margin: 0px;

}

#menuList
{
	float: left;
	padding-right: 20px;
	border-right: 1px gray dashed;
}

#freshList
{
	padding-left: 20px;
	float: left;
	text-align: left;
}

#freshList ul
{
	font-size: 10px;
	line-height: 19px;
}

h2
{
	font-family: Georgia, "Times New Roman", Times;
	font-size: 12px;
	letter-spacing: 4px;
	color: #8b8b8b;
	margin-bottom: 3px;

}
/* LINK */


a {
	color: #e88317;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	color: #656565;
}

