/* COLORS
gray:	#b5b7c4
red:	#ee1a2c
*/

/********/
/* GENERAL */
/********/
body {
	margin:0px 0px 0px 0px;
	padding:0;
	background: url(../images/bg.jpg) top repeat-x;
	
}


div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}



/***********/
/* WRAPPER */
/***********/
.wrapper {
	margin: 0 auto;
	width: 788px;
}

/*************/
/* CONTAINER */
/*************/
.container {
	width: 100%;
	border: 2px solid #b5b7c4;
	background: url(../images/bg_stripes.gif);
	float: left;
	font-family: Arial;
	font-size: 11px;
}


/***************/
/* BACKGROUNDS */
/***************/
.index {
	background: url(../images/bg_index.gif);
}

.index {
	background: url(../images/bg_index.gif);
}

/***********/
/* CONTENT */
/***********/
.maintext {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;	
}
.bottom {

	font-family:verdana;
	font-size:8px;
	letter-spacing: 0.5pt;
	font-weight:normal;
	color:#666666;
}


/* FOOTER */

.footer {
	clear: both;
	width: 788px;
	background-color: #ee1a2c;
	border-top: 2px solid #b5b7c4;
}


.bgmainpage {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
}
.bgmainpage2 {
	background-image: url(../images/bg2.gif);
	background-repeat: no-repeat;
}
.bgfooter {
	background-image: url(../images/bgfooter.gif);
	background-repeat: no-repeat;
}
