body {
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:tahoma;
	font-size:12px;
}


/* DIV*/


/*Body*/
div#MainBody{
	width:1000px;
	margin: 0 auto;
	
}

/*toplink*/
div#topLink{
	margin-top:8px;
	margin-left:5px;
	height:25px;
	color:#FFFFFF;
}
div#topLink a{
	color:#999999;
}

/*Header*/
div#header{
	height:138px;
}

div#logo_web{
	margin-top:15px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:77px;
	width:214px;
	float:left;
}
div#banner{
	margin-top:9px;
	height:77px;
	float:right;
}
/* Level 1*/
div#header_level1{
	height:100px;
}

/* Level 2*/
div#header_level2{
	height:35px;
}

/* Main Content Web*/
div#Main_content{
	color:#333333;

}

div#left_content{
	width:675px;
	float:left;
}

div#left_left{
	width:140px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
div#right_left{
	width:160px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#left_content_col2{
	width:425px;
	float:right;
}

div#right_content{
	background-color:#3A72CD;
	width:314px;
	float:right;
}
div#right_content_inner{
	width:300px;
	margin:0 auto;
	margin-top:3px;
}

/* Programming*/
div#group_left{
	width:670px;
	float:left;
}

div#center_blog{
	width:410px;
	float:left;
}
div#left_content_col1{
	margin:0px;
	width:250px;
	float:left;
}
div#tab1{
	width:670px;
	margin-top:2px;
}
div#tab2{
	width:670px;
	margin-top:6px;
}
div#div_banner{
	background-color:#FFFFFF;
	color:#000000;
	font-size:10px;
}
div#col1{
	background-color:#9C0F06;
}
div#col1_foot{
	background-image:url(images/talk.jpg);
	height:39px;
}
div#col1_recomd{
	margin-left:6px;
	margin-right:6px;
	padding-top:5px;
	padding-bottom:10px;
	width:240px;
	color:#FFFFFF;
}
.hits{
font-size:16px;
color:#FFFFFF;
font-weight:bold;
margin-bottom:10px;
}
.a_link{
	color:#FFFFFF;
	margin-top:5px;
}
.a_link a{
	color:#FFFFFF;
	text-decoration:none;
}
.a_link a:hover{
	color:#FFFF00;
	text-decoration:none;
}

div#col2{
}

div#col3{
}

div#col4{
		margin-left:10px;
}

div#profile{
	margin:0 auto;
	margin-top:5px;
}
div#img_profile{
	width:60px;
	margin:0 auto;
	float:left;
}
div#detail_profile{
	background-image:url(images/web.jpg);
	background-repeat:no-repeat;
	float:left;
	width:190px;
}
.prof{
color:#006699;
text-decoration:none;
}
.lef{
	margin-left:6px;
}
.lef2{
	margin-left:6px;
	margin-top:6px;
}
.col4_head{
		background-image:url(images/broswe_section.jpg);
		background-repeat:no-repeat;
		margin-top:5px;
		margin-bottom:5px;
		height:37px;
}
.col4_item{
	background-image:url(images/browsebg.jpg);
	background-repeat:no-repeat;
}
.itemlink{
	text-decoration:none;
	margin-left:12px;
	color:#666666;
	font-weight:bold;
}

div#content_frontpage{
	width:390px;
	float:left;
	margin-top:2px;
	margin-left:5px;
	margin-right:5px;
	text-align:left;
}
div#content_frontpage p{
	color:#666666;
	font-family:tahoma;
	font-size:12 px;
}
div#content_frontpage  h3{
	color:#999999;
	font-family:tahoma;
	font-size:20px;
}

div#content_frontpage a{
	color:#999999;
	text-decoration:none;
}

div#content_frontpage a:hover{
	color:#006699;
	text-decoration:none;
}
.sick{
font-family:tahoma;
font-size:9px;
color:#003366;
text-decoration:none;
text-align:left;
font-weight:bold;
}
.liner{
border-color:#CCCCCC; border-style:dashed; border-width:1px;}

div#login{
	background-color:#FFFFFF;
	color:#000000;
	font-size:10px;
}
.button{
font-size:9px;
}
.log_head{
font-size:15px;
color:#333333;
margin-left:15px;
}
.log_title{
	font-family:tahoma;
	font-size:12px;
	color:#666666;
	width:120px;
	margin-left:15px;
}
.log_frm{
	margin-left:15px;
}
.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 250px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: black url(glossyback.gif) repeat-x bottom left;
	font: bold 12px Tahoma;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 240px;
	padding: 4px 0 4px 10px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px Tahoma;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

