/* REDEFINITIONS ---------------------------------------------- */
/* ------------------------------------------------------------ */
 
body, html{
	margin:					0;
	padding:				0;
	background: black url('../images/background/main_bg.gif') repeat-y fixed center;
}
h1, h2 {
	margin:				0;
	padding:			0;
}


h2 {
	margin:				10px 0 0;
	font-size:			12px;
	font-weight:		bold;
	color:				#0066cc;
}

div, td {
	font-family:		Verdana, Sans-Serif;
	font-size:			12px;
	text-align:			justify;
	
}

/* PAGE LAYOUTS ------------------------------------------------ */
/* ------------------------------------------------------------ */
#colors_wrapper {
	width:				700px;
	height:				820px;
	padding:			40px 5px 30px 5px;
	position:			relative;
	left:				3%;
	background:			url(../images/background/colors_bg.gif) repeat-x;

}

#wrapper {
	width:				700px;
	height:				540px;
	padding:			40px 5px 30px 5px;
	position:			relative;
	left:				3%;
	background:			url(../images/background/home_bg.gif) repeat-x;
}

#logos_wrapper
{

	width:				700px;
	height:				1120px;
	padding:			40px 5px 30px 5px;
	position:			relative;
	left:				3%;
	background:			url(../images/background/logos_bg.gif) repeat-x;

}
#holder{

	margin:				0 0 0 27px ;
	width:				640px;
	height:				600px;

}

#links_holder{

	width:				700px;
	height:				700px;
	padding:			40px 5px 30px 5px;
	position:			relative;
	left:				3%;
	background:			url(../images/background/gal_bg.gif) repeat-x;

}
/* ---------------------------------- */
/* HOME STYLES----------------------- */

div.partners_title{	
	
	width:				340px; 
 	height:				40px;	
	margin:				0 0 0 25px;
	background:			url(../images/titles/partners.gif) no-repeat; 
	
}
div.partners{
	
	width:				250px;
	height:				100px;
	margin:				0 0 0 35px;
}

div.right_col{
	
	width:				300px;
	float:				right; 
	
}



