﻿/* Master Page Layout */
#master_header
{
	
	width: 100%;
	height:100px;
	
	
}

#master_headertop
{
	height:18px; 
	
	
	
	font-size:80%;
	
	
}
.loginUserName
{
	float:left;
	
}


#master_headerbottom
{
	
	/* height:15px; */
	
	
	
}
.LoginRegister
{
	float:right;
	
}

#top_advert
{
    height:40px;
    text-align:center;
}


.UserFunctionLink
{
	float:right;
	font-size:0.6em;
}

#master_page
{
	
	width: 100%;
	
}

#master_content
{
	
	width:100%;
	
}


#master_contentplaceholder
{
	
font-size: 0.8em;
}

#master_footer
{
	
	margin-top:10px;
	font:11px verdana, arial, helvetica, sans-serif; 

}
