@CHARSET "UTF-8";



 .gradient_background{
	background: #d4cec7; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d4cec7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d4cec7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d4cec7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d4cec7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d4cec7 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#d4cec7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4cec7',GradientType=0 ); /* IE6-9 */
}

.gradient_nav{
	background: #5A4397; /* Old browsers */
	background: -moz-linear-gradient(top, #5A4397 0%, #3C2D66 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5A4397), color-stop(100%,#3C2D66)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5A4397 0%,#3C2D66 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5A4397 0%,#3C2D66 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5A4397 0%,#3C2D66 100%); /* IE10+ */
	background: linear-gradient(top, #5A4397 0%,#3C2D66 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5A4397', endColorstr='#3C2D66',GradientType=0 ); /* IE6-9*/ 
}


#nav{
	background: #4b48a8; /* Old browsers */
	background: -moz-linear-gradient(top, #4b48a8 0%, #262455 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b48a8), color-stop(100%,#262455)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4b48a8 0%,#262455 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4b48a8 0%,#262455 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4b48a8 0%,#262455 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4b48a8 0%,#262455 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b48a8', endColorstr='#262455',GradientType=0 ); /* IE6-9 */
}