body		{background-image: url('../images/background1.jpg');
		 background-repeat: repeat-x;
		 font-family: Arial;
		 font-weight: bold; 
		 margin-left: 150px; }

.header		{background-image: url('../images/header1.png');
		 height: 158px;
		 width: 600px; }

.menu		{margin: 15px 20px;}

.menu td	{width: 135; 
		 background-color: #DDDDDD; 
		 text-align: center; }

.menu a		{font-size: 17px;
		 font-weight: 600;
		 color: #530603; 
		 text-decoration: none;}

.menu .here	{background-color: #555555; }

.menu .here a	{color: #EEEEEE; 
		 font-weight: 500;}


.content	{font-size: 14px;
		 width: 550px;
		 margin: 0px 10px;
		 padding: 10px;
		 background-color: #AAAAAA;
		 border: 5px groove #333333; }

.content table	{font-weight: bold; }

.regular	{font-weight: normal;
		 font-size: 12px; }

