@import "style_user.css";
	#mast
	{
		display:none;
	
	}
	
	#container
	{
		background: white repeat;
		margin: 0 auto;
		height: 100%;
		width: 780px;
		text-align : left;
		padding: 0px;
		position: relative;
	}

		
	#top
	{
		background: white no-repeat top right;
		height:270px;
		margin:0px;
		padding:0px;
	}


	#menu1
	{
		text-align:right;
		width: 740px;
		top:25px;
		left:0px;
		position: absolute;
		color:white;
		text-decoration:none;
		
			
	}
	#menu1 a:link {color: white}     /* unvisited link */
	#menu1 a:visited {color: white}  /* visited link */
	
	#menu2
	{  
		background: url(/m/17000/17917/images/menu_background.gif) repeat-y;
		text-align : left;
		margin: 0px auto;
		padding: 2px;
		top:270px;
		left:0px;
		width: 150px;
		position: absolute;
		color:#000000;
		min-height: 50%;
	}
	
	#menu2 a:link {color: #0E1F90}     /* unvisited link */
	#menu2 a:visited {color: #064BC4}  /* visited link */
	
	#element1
	{
		text-align:left;
		width: 250px;
		height: 140px;
		margin: 0;
		padding-left: 10px;
		top:115px;
		left:300px;
		position: absolute;
		color:green;
	}
	
	#element2
	{
		text-align:left;
		width: 190px;
		height: 156px;
		margin: 0;
		padding-left: 10px;
		top:330px;
		left:0px;
		position: absolute;
	}
	
	#content
	{
		background: white;
		margin-left: 150px;
		margin-top:0px;
		width:610px;
		padding-right: 10px;
		padding-left: 10px;
		line-height: 1.2;
		height: 100%;
	}
	
	#footer
	{
		clear: both;
		height:160px;
		margin: 0;
		background: black no-repeat;
		height: auto;
		color: #ffffcc;
		width:780px;	
	}
	
	#footer a:link {color: #ffffcc} 
	#footer a:visited {color: #EAE97D}

#footernav	
{
	background: black;
	width:780px;
	padding-left:0px;
}
	




































