@charset "UTF-8";
/* CSS Document */

/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* HOLDERS */
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */

body {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#dfdebf;
	border-style:none;
}

p {
	font-size:12px;
	color:#333333;
}

img
{
	border-style: none;
}

.back {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}

.holder {
	position:absolute;
	width:850px;
	left:50%; 
	margin-left:-425px;
	background-image:url(images/back_shadow.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

.content {
	width:800px;
	margin-left:25px;
}

/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */




/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* FOOTER */
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */

.footerGrey {
	float:left;
	display:inline;
	color:#006600;
	background-image:url(images/footer_grey.gif);
	height:50px;
	width:800px;
}

.footerBlue {
	float:left;
	display:inline;
	color:#006600;
	background-image:url(images/footer_blue.gif);
	height:50px;
	width:800px;
}

.footerGold {
	float:left;
	display:inline;
	color:#006600;
	background-image:url(images/footer_gold.gif);
	height:50px;
	width:800px;
}

.footerPurple {
	float:left;
	display:inline;
	color:#006600;
	background-image:url(images/footer_purple.gif);
	height:50px;
	width:800px;
}

.footerText {
	margin-top:30px;
	margin-left:15px;
	font-size:12px;
	color:#FFFFFF;

}

.contact {
	margin-right:10px;
}


.shadow {
	position:absolute;
	bottom:-20px;
	height:20px;
	width:850px;
	background-image:url(images/footer_shadow.jpg);
}

/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */

