/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}
	
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	
	color: #666666;
	
	background-color: #C29479;
	background-image: url(../grafx/background_body_x.png);
	background-position: top center;
	background-repeat: repeat-x;
	}
	
/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

.clearFloat {
	position: relative;
	font-size: 0.01em;
	height: auto;
	clear: both;
	margin: 0;
	padding: 0;
	}

/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */


#mainSkinBody {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	
	/*
	height: 100%;
	*/
	min-height: 100%;
	
	background-image: url(../grafx/background_content_y.png);
	background-position: top center;
	background-repeat: repeat-y;
	}
	
* html body #mainSkinBody {
	height: 100%;
	left: 50%;
	margin-left: -500px;
	}
	
#innerSkinBody {
	position: relative;
	width: 1000px;
	margin: 0;
	padding: 0;
	
	height: 100%;
	min-height: 600px;
	
	background-image: url(../grafx/background_content_no.png);
	background-position: center 190px;
	background-repeat: no-repeat;
	}
	
#headerSkinBody {
	position: relative;
	width: 1000px;
	height: 190px;
	margin: 0;
	padding: 0;
	
	background-image: url(../grafx/background_header_no.png);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#header {
	position: relative;
	margin: 0 25px;
	height: 150px;
	}

/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */		
	
#metaNavigationBody {
	position: relative;
	padding: 10px 10px 0 0;
	}
	
#mainNavigationBody {
	position: relative;
	margin: 0 25px;
	height: 40px;
	}
	
/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */	

#breadCrumbBodySkin {
	position: relative;
	margin: 10px 25px 0 25px;
	/*
	border: 1px solid red;
	*/
	}
		
#contentBodySkin {
	position: relative;
	margin: 5px 10px 0 10px;
	/*
	border: 1px solid red;
	*/
	padding: 0 0 45px 0;
	}

/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */	
	
#contentRigthColBody {
	position: relative;
	float: right;
	width: 280px;
	}
	
#contentMainColBody {
	position: relative;
	/*
	width: 700px;
	*/
	margin: 0 280px 0 0;
	}
	
.contentTextBody {
	position: relative;
	display: inline-block;
	width: 100%;
	/*
	border-bottom: 1px solid red;
	*/
	}
	
.contentText {
	position: relative;
	padding: 0 1.50em;
	}

/*	
#contentRigthColBody,
#contentMainColBody {
	opacity: 0.50;
	height: 200px;
	}
*/
