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

body {
	margin: 0;	/* padding: 0; Why did you have this set to 0?*/
	background-image: url(../img_src/DTs_body_bg.gif);
}



/*------------------------------------------------------
C O N T A I N E R
------------------------------------------------------*/

#CONTAINER {
	width: 900px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-repeat: repeat-y;
	margin: auto;
	background-image: url(../img_src/DTs_container_bg.gif);
}
/*------------------------------------------------------
B R A N D I N G
------------------------------------------------------*/

#HEADER {
	width: 850px;
	margin: 25PX;
}

#navbar {
	width: 850px;
	background-color: #e6e6e6;
}

#banner {
	width: 850px;
}

/*------------------------------------------------------
U S E R
------------------------------------------------------*/

#USER {
	width: 850px;
	margin: 25px;
}

#user_MAIN {
	width: 850px;
}

#user_LEFT {
	width: 475px;
	float: left;
}

#user_AD {
	width: 475px;
}

#user_TOPICS {
	width: 475px;
}

#user_topicLeft {
	width: 225px;
	float: left;
}

#user_topicRight {
	width: 225px;
	float: right;
}

#user_RIGHT {
	width: 350px;
	float: right;
}

#user_INFO {
	width: 850px;
	margin-top: 25px;
}

#user_infoLEFT {
	width: 600px;
	float: left;
}

#user_info1 {
	width: 350px;
	float: left;
}

#user_info2 {
	width: 225px;
	float: right;
}

#user_infoRIGHT {
	width: 225px;
	float: right;
}

#user_info3 {
	width: 225px;
}

#user_1 {
	height:350px;
	width: 175px;
}

#user_2 {
	height:225px;
	width: 175px;
}

#user_3 {
	height:225px;
	width: 300px;
}

/*------------------------------------------------------
F O O T E R
------------------------------------------------------*/
#footer {
	width: 800px;
	padding: 25px;
}
.basic {
	margin: 10px;
}

                                                        
           
                                                        
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


