/*--------------------------------------------*/
/*---BLOCKS, SIZES, POSITIONS & BACKGROUNDS---*/
/*--------------------------------------------*/
#bgFlash {
	width:100%;
	height:100%;
	z-index:1;
}
#global{
	/*
	width:100%;
	height:100%;
	z-index:2;
	position:absolute;
	top: 0;
	left:0;
	*/
	/*background:black url(../images/background.jpg) no-repeat center 78px;*/
}
#headContainer{
	width:100%;
	background:black url(../images/bgHeaderRepeat.png) repeat-x 0 0;
}
#footContainer{
	width:100%;
	background:transparent url(../images/bgFooterRepeat.png) repeat-x 0 0;
	margin: 0 auto ; 
	width: 945px;
}
#header {
	width:945px;
	height:63px;
	margin:0 auto;
	position: relative;
	/*background:transparent url(../images/bgHeader.png) no-repeat 98% 50%;*/
}
#footer {
	width:945px;
	height:22px;
	margin:0 auto;
}
#contentContainer, #contentPerso {
	width:945px;
	margin:0 auto;
}
#contentPerso {
	background:transparent url(../images/bgContentPersoHeader.png) no-repeat 0 0;
	padding-top:15px;
	margin-top:15px;
}
#contentPerso div.internal {
	background:black;
}
.column {
	float:left;
	display:inline;
	/*height:482px;*/
	margin-top:20px;
}
.column .top, .column .content, .column .bottom {
	width: 100%;
}
#leftColumn {
	width: 452px;
}
#rightColumn {
	width: 473px;
	margin-left:20px;
}
#mainColumn {
	width:440px;
	margin:0 10px;
}
#rightSideColumn {
	width:249px;
	margin:0 10px;
}
#leftSideColumn {
	width:160px;
	margin:0 10px;
	background:#000;
}
#bottomRow {
	padding-top: 15px;
	width: 100%;
}
#contentPerso #bottomRow {
	background:black;
}

#div_ugc
{
	text-align:center;
	color: #ccc;
	font-size:13px;
}

#div_ugc p.uploadResult
{
	margin: 0 0 0 0;
	padding: 10px 10px;
}

#div_ugc p{
	text-align:left;
	margin-bottom:20px;
	margin-left:20px;
}
#contentPerso .separator {
	background: url(../images/separator.jpg) repeat-x scroll 0 0;
	margin-top: 20px;
	float:left;
	height:8px;
	width:750px;
	
}

#rssSeparator {
	margin-top:1px;
	margin-bottom:1px;
	width: 75%;
	height: 0.05em;
	margin-right: 35px;
	background-color: rgb(204, 204, 204);
	float: right;

}
#rssCategory {
	width: 77%;
	float: right;
	height: auto;
	margin-top:10px;
	margin-bottom: 10px;
	clear:right;	
	
}
#rssCategory h2 {
	font-size:1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	
}
.subcategory {
	float:left;
	height:auto;
	margin-bottom:10px;
	padding-left:5px;
	width:350px;
	
	
	}
.subcategory h3 {
	
	padding-left:5px;
	font-size:1.0em;
	
}
.rssCriteria {
	width:350px;
	margin-left: 25px;
	padding-top: 10px;
}

.rssCriteria span {
   width: 100%;
   float: left;
   font-size:0.8em;
   margin-bottom: 8px;
}
.rssCriteria a {
  text-decoration: none;	
  color: white ; 
}

