﻿
body
{
	background-color: White;
	font-size: 12px;
	color: #444D61;
	font-family: Arial;
	background-image: url('carpet6.jpg');
}

.TextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000080;
	background-color: #FFFFFF;
	border: thin solid #C0C0C0;
}

.divMainBlock
{
	background-color: #FFCC66;
	width: 800px;
	height: 525px;
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
}

.divTopBlock
{
	background-color: #444D61;
	width: 800px;
	height: 125px;
	position: absolute;
	top: 0;
}

.divLeftBlock
{
	background-color: #E7CE8F;
	width: 150px;
	height: 400px;
	position: absolute;
	top: 126px;
	left: 0px;
}


.divContentBlock
{
	background-color: #FEF1AE;
	width: 652px;
	height: 350px;
	position: absolute;
	top: 126px;
	left: 151px;
}

.divBottomBlock
{
	background-color: #DE903C;
	width: 650px;
	height: 50px;
	position: absolute;
	top: 451px;
	left: 151px;
}

.divDarkBigText
{
	color: #444D61;
	font-size: 36px;
	font-weight: bold;
}

a:link
{
	color: #444d61;
	text-decoration: underline;
}

a:hover
{
		color: #444d61 ;
			text-decoration: underline;

}
a:visited
{
		color: #444d61 ;
			text-decoration: underline;

}
