body {
	margin					: 0px;
	padding					: 0px;
	width   				: 100%;
	height					: 100%; 
	overflow				: auto;
	font-size				: 10pt;
	color					: #5e5e5e;
	font-family				: Arial, Helvetica, sans-serif;
	background				: url(images/body.png) repeat-x #FFFFFF;
}

#container {
	position				: absolute;
	left					: 50%;
	height					: 100%;
	width					: 796px;
	margin-left				: -398px;
	padding					: 0px;
}

#logo {
	position				: absolute;
	top						: 0px;
	left					: 0px;
	padding-top				: 0px;
	height					: 152px;
	width					: 796px;
}

#menu {
	position				: absolute;
	top						: 152px;
	left					: 0px;
	width					: 796px;
	height					: 37px;
}

#breadcrums {
	position				: absolute;
	top						: 189px;
	left					: 0px;
	width					: 796px;
	height					: 100px;
}

#text {
	position				: absolute;
	top						: 289px;
	left					: 0px;
	bottom					: 93px;
	width					: 696px;
	padding-left			: 50px;
	padding-right			: 50px;
	padding-top				: 0px;
	text-align  			: left;
	overflow				: auto;
	background				: url(images/text_bg.png);
}

#footer {
	position				: absolute;
	bottom					: 0px;
	left					: 0px;
	width					: 796px;
	height					: 93px;
}



input, select, textarea, option {
	border					: 1px solid #A5BC6A;
	font-size				: 10pt;
	color					: #5e5e5e;
	border-collapse			: collapse;
	background				: #ffffff;
}

a
{
	font-size				: 13px;
	color					: #D78227;
	text-decoration			: none;
	font-weight				: bold;
}

a:hover 
{
	font-size				: 13px;
	color					: #000000;
	text-decoration			: none;
	font-weight				: bold;
}

b 
{
	color					: #D78227;
}
