@import "style_user.css";
	
	#mast
	{
		display:none;
	}

	#container
	{
		background-color: #534fd6;
		margin: 0 auto;
		align: center;
		width: 770px;
	    border : 2px solid #2b2886;
		text-align : left;
		padding: 0px;
		position: relative;
	}

	#top
	{
		background: url(RE3_blue_header.jpg);
		height:176px;
		width: 770px;
		margin:0px;
		padding:0px;
	}

	#menu1
	{
		text-align:center;
		width: 144px;	
		top:1840px;
		left:0px;
		position: absolute;
		text-decoration:none;

	}

	#menu1 a:link {color: #2b2886; font-size: 12pt;}     /* unvisited link */
	#menu1 a:active {color: #2b2886; font-size: 12pt;}     /* unvisited link */
	#menu1 a:hover {color: #2b2886; font-size: 12pt;}     /* unvisited link */
	#menu1 a:visited {color: #2b2886; font-size: 12pt;}  /* visited link */
	
	
	#content
	{	width:606px;
		background-color: White;
		padding-right: 10px;
		padding-left:10px;
		margin-left: 144px;
                  min-height: 1625px;		
		height: auto;
	}

	#footer
	{
	background-color: #ffffff;
	height: 600px;
	width: 626px;
	margin-left: 144px;	
	vertical-align : baseline;
}
	#element1
	{
		width: 144px;
		height: 144px;
		margin: 0;
		padding-left: 0px;
		top:1px;
		left:0px;
		position: absolute;
	}
	#menu2
	{
		text-align:center;
		width: 144px;
		top:150px;
		left:0px;
		position: absolute;
		color:white;
		text-decoration:none;
                  min-height: 1900px;
                  height: auto;
	}

	#menu2 a:link {color: white; font-size: 12pt;}     /* unvisited link */
	#menu2 a:active {color: white; font-size: 12pt;}     /* unvisited link */
	#menu2 a:hover {color: black; font-size: 12pt;}     /* unvisited link */
	#menu2 a:visited {color: white; font-size: 12pt;}  /* visited link */

























