A
{
	color: #000;
	text-decoration: none;
	outline: none;
}

hr
{
	color: #A44742;
	width: 684px;
	height: 1px;

}

H1
{
	color: #A44742;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}

A:hover
{
	color: #A44742;
	text-decoration: none;
}

body, form
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

body
{
	background-image: url(../background.jpg);
	background-repeat:repeat-y;
	background-position: center top;
}

.bottomBorder
{
	width: 684px;
	float: left;
	border-bottom: solid 1px #A44742;
	padding: 10px 0;
}

.wrapper
{
	width: 935px;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 50px;
	padding-top: 50px;
}

.logo
{
	width: 535px;
	height: 104px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../logo.png);
}

.tableMiddle
{
	width: 796px;
	margin-left: auto;
	margin-right: auto;
}

.leftTopCorner
{
	background-image:url(../table/backgroundWhite_03.png);
	width: 56px;
	height: 39px;
}

.topMiddle
{
	background-image:url(../table/backgroundWhite_04.png);
	width: 695px;
	height: 39px;
	
}

.topRightCorner
{
	background-image:url(../table/backgroundWhite_05.png);
	width: 45px;
	height: 39px;
}


.Middle
{
	background-image:url(../table/backgroundWhite_07.png);
	width: 568px;
}

.bottomLeftCorner
{
	background-image:url(../table/backgroundWhite_08.png);
	width: 56px;
	height: 39px;
}

.bottomMiddle
{
	background-image:url(../table/backgroundWhite_09.png);
	width: 695px;
	height: 39px;
}

.bottomRightCorner
{
	background-image:url(../table/backgroundWhite_10.png);
	width: 45px;
	height: 39px;
}

.content
{
	width: 685px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.content A
{
	color: #A44742;
	text-decoration: none;
}

.linksHolder
{
	width: 685px;
	margin: 0 auto;
	text-align: center;
}

.linksHolder A
{
	margin-left: 20px;
}

.linkOn A
{
	color: #A44742;
	text-decoration: underline;
}



.imageWrapperRightStack
{
	width: 180px;
	height: 120px;
	background-image: url(../imageBg.png);
	background-position: center center;
	float: right;
	padding: 22px 24px 25px 20px;
	margin-left: 4px;
}

.imageWrapperLeftStack
{
	width: 180px;
	height: 120px;
	background-image: url(../imageBg.png);
	background-position: center center;
	float: left;
	padding: 22px 24px 25px 20px;
	margin-right: 4px;
}

.imageWrapperRightStack img
{
	border: none;
}

.imageWrapperLeftStack img
{
	border: none;
}

.imageWrapperRight
{
	width: 180px;
	height: 120px;
	background-image: url(../imageBg.png);
	background-position: center center;
	float: right;
	padding: 22px 24px 25px 20px;
	margin-left: 4px;
	clear: both;
}

.imageWrapperLeft
{
	width: 180px;
	height: 120px;
	background-image: url(../imageBg.png);
	background-position: center center;
	float: left;
	padding: 22px 24px 25px 20px;
	margin-right: 4px;
	clear: both;
}

.imageWrapperRight img
{
	border: none;
}

.imageWrapperLeft img
{
	border: none;
}

a.indexLogo 
{
	background-image: url(../indexLogo.jpg);
	background-repeat: no-repeat;
	width: 357px;
	height: 493px;
	margin: 50px auto 0px auto;
	padding: 0;
float: left;
}