/* CSS Document */
	
body { 
	margin: 0; 
	padding: 0;
	background-color:#000000;
	width:100%;
	height:100%;
}

img {
  border: 0;
}
	        
/*******************************************************************************************
********************************************************************************************
*****************************************     Header     ***************************************/	

#header {
	width:910px;
	margin:auto;
}
	#header .logo{
		float:left;
		padding-top:25px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		font-weight:normal;
		text-align:left;
		color:#fcc23f;
	}
	#header .banner{
		padding-top:10px;
		float:right;
		margin-bottom:25px;
	}
	#header .menu{
		clear:both;
		background-image:url(images/menu-bg.png);
		background-repeat:repeat-x; 
		height:31px;
		margin-bottom:18px;
	}
	#header .menu .text{
		color:#79bcbf;
		padding-right:30px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-align:center;
	}
		#header .menu .text  a{
			color:#79bcbf;
			text-decoration:none;
		}
		#header .menu .text   a:hover{
			color:#f11e6f;
			text-decoration:none;
		}				
	#header .menu .text2{
		color:#79bcbf;
		padding:0 30 0 380px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-align:right;
	}
		#header .menu .text2  a{
			color:#79bcbf;
			text-decoration:none;
		}
		#header .menu .text2  a:hover{
			color:#f11e6f;
			text-decoration:none;
		}				
/*********************************                 End of header            **********************************************
***********************************************************************************************************
***************************************    page   Main  Content   **********************************************/			
			
#page {
	width:910px;
	margin:auto;
}
	#page .left{
			float:left;
			width:558px;
		}
		#page .left .head{
				background-image:url(images/left-head-bg.png);
				background-repeat:repeat-x; 
				width:558px;
 				height:21px;
			}		
			#page .left .head .text{
				padding-left:9px;
				color:#aae86d;
				font-family:Arial, Helvetica, sans-serif;
				font-size:20px;
				font-weight:normal;
				text-align:left;
			}
		#page .left .pink{
			margin-top:20px;
			color:#e31e6a;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			font-weight:bold;
			text-align:left;
		}
		#page .left .pink  a{
			color:#e31e6a;
			text-decoration:none;
		}
		#page .left .pink  a:hover{
			color:#e31e6a;
			text-decoration:underline;
		}		
		#page .left .blue{
			margin-bottom:10px;
			color:#00efff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			text-align:left;
		}	
		#page .left .blue  a{
			color:#00efff;
			text-decoration:none;
		}
		#page .left .blue  a:hover{
			color:#00efff;
			text-decoration:underline;
		}		
		#page .left .whith{
			margin-bottom:10px;
			color:#ffffff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:normal;
			text-align:left;
		}
		#page .left .whith  a{
			color:#00efff;
			text-decoration:none;
		}
		#page .left .whith  a:hover{
			color:#00efff;
			text-decoration:underline;
		}			#page .left .read{
			margin:0 0 15 474px;
			
		}
		#page .left .meta{
				background-color:#283643;
				border: #ba1f5a solid 1px;
				width:558px;	
				margin-bottom:20px; 
		}		
			#page .left .meta .text{
				padding:10 20 10 20px;
				color:#00b0bc;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:normal;
				text-align:left;
			}	
		#page .left .bloggers{
				width:80px;	
				margin:20 0 20 0px;
		}		
		#page .left .bloggers .img{
				text-align:center; 
		}		
		#page .left .bloggers .text{
				color:#323232;
				font-family:Arial, Helvetica, sans-serif;
				font-size:9px;
				font-weight:normal;
				text-align:center;
				padding-top:6px;
		}
			#page .left .bloggers .text  a{
				color:#323232;
				text-decoration:none;
			}
			#page .left .bloggers .text  a:hover{
				color:#00efff;
				text-decoration:none;
			}
	#page .right{
	float:right;
	width:300px;
	}
		#page .right .head{
				background-image:url(images/right-head-bg.png);
				background-repeat:repeat-x; 
				width:300px;
 				height:21px;
		}	
			#page .right .head .text{
				padding-left:9px;
				color:#e31e6a;
				font-family:Arial, Helvetica, sans-serif;
				font-size:20px;
				font-weight:normal;
				text-align:left;
			}		
		#page .right  .box  {
			background-color:#010f16;
			border: #222222 solid 1px;
			margin-bottom:5px;
		}
			#page .right  .box .blue{
				padding:5 5 0 5px;
				margin-bottom:10px;
				color:#00efff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:normal;
				text-align:left;
			}	
				#page .right  .box .blue  a{
					color:#00efff;
					text-decoration:none;
				}
				#page .right  .box .blue  a:hover{
					color:#00efff;
					text-decoration:underline;
				}		
			#page .right .banner{
				padding:6 0 6 0px;
			}
/********************************* End of page *********************************
*********************************************************************************
***********************************   footer   *********************************/			
#footer{
	clear:both;
	text-align:left;
	width:910px;
	margin:auto;
}
	#footer .text{
		color:#26262c;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		padding:20 0 20 0px;
	}
		#footer .text  a{
			color:#666666;
			text-decoration:none;
		}
		#footer .text  a:hover{
			color:#00efff;
			text-decoration:underline;
		}
		
#form-submit {
background: url(http://themarkettalk.com/templates/images/login.png) no-repeat;
width:79px;
height:23px;
border:0;
cursor:pointer;
}
#form-register {
background: url(http://themarkettalk.com/templates/images/register.png) no-repeat;
width:79px;
height:23px;
border:0;
cursor:pointer;
}
			