/* CSS Document */

/*
html {
    background: #999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0A599', endColorstr='#D6CCC2');
    background: -webkit-gradient(linear, left top, left bottom, from(#B0A599), to(#D6CCC2));
    background: -moz-linear-gradient(top,  #B0A599, #D6CCC2);
	min-height: 100%;
}

body {
	background-image:url(../images/body-bg-top.png);
}
#body-bg-top {
	background-image:url(../images/body-bg-top.png);
	background-repeat:repeat-x;
	background-position: center;
}
*/

body
{
	background-image: url(../images/gradient.png);
	background-attachment:fixed; 
}

#header-wrapper
{
    background-image: url(../images/header-bg.png);
    background-color: #134274;
}

#col-wrapper {
	background-color: #75839f;
	border:3px solid #fff;
}

#left .left-box 
{
	/*background-color:#ffc;*/
	background-color: #FDF3EA; /*#e5eecc; /*#EAF2D3;*/
	border: 1px solid #fff;
}
#left .left-box h3 
{
	/*background:#803142;*/
	background: #134274;/*#719BA7; #82989C;*/
    font-size: 13px; 
}
#left .left-box label 
{
	/*background:#803142;*/
	background: #134274; /*#719BA7; #82989C;*/
}

.home-text 
{
	/*background-color:#ffc;*/
	/*#e5eecc; /*#EAF2D3;*/
	border: 1px solid #fff;
}
.home-text h2 
{
	/*background:#803142;*/
	background: #134274;/*#719BA7; #82989C;*/
    font-size: 13px;
    text-align: left;
}
.home-text label 
{
	/*background:#803142;*/
	background: #134274; /*#719BA7; #82989C;*/
}

.header-title
{
	/*background:#803142;*/
    background-color: #134274;
}
