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

body {
	margin: 0;
	padding: 0;
	background-image: url(../img_src/body_bg.gif);
	background-repeat: repeat;
}


/*------------------------------------------------------
H E A D I N G S
------------------------------------------------------*/

h1,h2,h3				{padding:0; margin:0;}
	h1				{
	color: #ff9900;
	line-height: 2;
}
	h2				{color: #ff0066;}
	h3				{color: #009933;}
h4 {
	font-size: 10px;
	color: #009933;
}
p {
	margin-left: 10px;
}

li {
	list-style-type: disc;
}

                                              

/*------------------------------------------------------
T E X T
------------------------------------------------------*/

a:link {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	color: #009933;
	text-decoration: none;
}
a:hover {
	color: #ff0066;
}


/*------------------------------------------------------
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-image: url(../img_src/container_bg.gif);
	background-repeat: repeat-y;
	margin: auto;
}
/*------------------------------------------------------
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;
}

/*------------------------------------------------------
C L A S S E S
------------------------------------------------------*/

.basic {
	border-bottom-color: #ff9900;
	border-bottom-style: dashed;
	margin: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thumbleft {
	float: left;
	border-width: 0px;
	padding: 10px;
}

