 @import "style_user.css";
	
	#mast
	{
		display:none;
	}

	#container
	{
		background-color: #ffffff;
		margin: 0 auto;
		align: center;
		width: 770px;
		border : 2px solid black;
		text-align : left;
		padding: 0px;
		position: relative;
	}

	#top
	{
		background: url(GR_DESIGNS_header.png);
		height:107px;
		width: 770px;
		margin:0px;
		padding:0px;
	}

	#menu1
	{
		text-align: center;
		width: 770px;	
		top:113px;
		left:3px;
		position: absolute;
	}

	#menu1 a:link {color: black; font-size: 10pt;}     /* unvisited link */
	#menu1 a:active {color: black; font-size: 10pt;}     /* unvisited link */
	#menu1 a:hover {color: white; font-size: 10pt;}     /* unvisited link */
	#menu1 a:visited {color: black; font-size: 10pt;}  /* visited link */


	
	#content
	{	width:720px;
		background-color: White;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 20px;
		padding-left: 20px;
		height: auto;
	}

	#footer
	{
	font-size: 10px;
	height: 50px;
	width: 770px;
}
