
body {
		
		background:#000 url(pic/bck.jpg) repeat-x top left; 
		margin: 0px 0px 0px 0px;
		font: 10px  verdana, lucida, helvetica, sans-serif;
		font-weight:bold;
		}

#main {
		width:600px;
		
		margin-right:auto;
		margin-left:auto;
		margin-top:70px;
	
		}
		
#left 	{
		
		width:50px;
		padding:0px;
		float:left;
		}

#right {
		
		width:50px;
		padding:0px;
		float:left;			
		}

#container {
		width:595px;
		height:425px;
		background:#361100 url(pic/wrkshp_1.jpg) top left no-repeat;
		
		
		
		float:left;
		}
		


p 	{
		
		color:#932A01;
		margin: 372px 0px 0px 0px;
		padding: 3px 5px 0px 255px;
		letter-spacing:2px;
		line-height: 1.6em;
		text-align:right;
		}

a 		{
		color: #fff;
		text-decoration: none;
		}

a:hover {
		color: #932A01;
		text-decoration: none;
		}

