﻿html, body {
    background-color: #c9bfb5;
    scrollbar-face-color: #3a3a3a;
}
.bodyLeft 
{
	background: url(../images/bg/bg_grad_home_left.jpg) repeat-y;
}
.bodyRight 
{
	background: url(../images/bg/bg_grad_home_right.jpg) repeat-y;
}
.bodyCornerLeft
{
	background: url(../images/bg/bg_grad_home_corner_left.jpg) repeat-y;
}
.bodyCornerRight 
{
	background: url(../images/bg/bg_grad_home_corner_right.jpg) repeat-y;
}
.bodyBottom 
{
	background: url(../images/bg/bg_grad_home_bottom.jpg) repeat-x top;
}
.bodyCornerLeftBottom
{
	background: url(../images/bg/bg_grad_home_corner_left_bottom.jpg);
}
.bodyCornerRightBottom
{
	background: url(../images/bg/bg_grad_home_corner_right_bottom.jpg);
}

A:hover 
{
	color: #3a3a3a;
}

#divHeaderBar 
{
	background-color: #3a3a3a;
}

#divHeaderLogo 
{
	background: url(../images/hdr/hdr_home_01.jpg);
	background-repeat:no-repeat;
}

.bgSection 
{
	background-color: #3a3a3a;
}

.fontSection 
{
	color: #3a3a3a;
}
