body {
	height					: 100%;
	width   				: 100%;
	margin					: 0px;
	font-size				: 11pt;
	color					: #444450;
	font-family				: arial, helvetica, sans-serif;
	
	background				: url(images/bg.jpg) repeat-x #444450;
}

img {
	border					: 0px;
}

h1 {
	font-size				: 18px;
	color					: #444450;
}

input, textarea {
	border					: 1px solid #d2d2d2;
	margin					: 2px;
}

a
{
	text-decoration			: none;
	color					: #444450;
}

#container {
	position				: absolute;
	top						: 0%;
	left					: 50%;
	width					: 970px;
	height					: 640px;
	margin					: 0 0 0 -485px;
	text-align  			: left;
}

#logo {
	position				: absolute;
	left					: 0px;
	top						: 0px;
	height					: 118px;
	width					: 970px;
	background				: url(images/logo.jpg);
}

#menu {
	position				: absolute;
	top						: 118px;
	left					: 95px;
	height					: 58px;
	width					: 780px;
}

#text {
	position				: absolute;
	left					: 0px;
	top						: 188px;
	width					: 780px;
	height					: 373px;
	
	margin					: 0px;
	padding-left			: 95px;
	padding-right			: 95px;
	padding-top				: 80px;
	padding-bottom			: 80px;

	font-size				: 11pt;
	color					: #000000;

	background				: url(images/container.jpg);
}

#breadcrum {
	position				: absolute;
	left					: 176px;
	top						: 24px;

	width					: 160px;
	height					: 19px;
}

#text2 {
	width					: 780px;
	height					: 373px;
	font-size				: 10pt;
	color					: #000000;
	
	margin					: 0px;
	padding					: 0px;
	
	overflow				: auto;
}

#footer {
	position				: absolute;
	left					: 0px;
	top						: 721px;
	width					: 970px;
	height					: 30px;
}