body
	{
	text-align:center;
	background-color:#ECECEC;
	font-family:"Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color:#58576D;
	}

a
	{
	font-weight:bold;
	text-decoration:none;
	}
	
a:link
	{
	color:#D0311D;
	}
	
a:visited
	{
	color:#D0311D;
	}
	
a:hover
	{
	color:#B1BBC6;
	}
	
div.main_contain
	{
	text-align:left;
 	width:660px;
	height:413px;
	margin-top:30px;
 	margin-left:auto;
	margin-right:auto;
	background-image:url(images/afterclass_background.jpg);
	background-repeat:no-repeat;
	position:relative;
	bottom:14px;
  }
	
div#beams
	{
	background-image:url(images/beams.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
div#rails
	{
	background-image:url(images/rails.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
div#heavy
	{
	background-image:url(images/heavy.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
div#cut
	{
	background-image:url(images/cut.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
div#close
	{
	background-image:url(images/close.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
div#crane
	{
	background-image:url(images/crane.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
	
/*img.logo2
	{
	position:absolute;
	top:34px;
	left:257px;
	}*/
	
img.logo2
	{
	margin-top:32px;
	margin-bottom:0;
	margin-left:260px;
	}
	
div.content
	{
	margin-left:277px;
	margin-top:0px;
	height:215px;
	width:270px;
	padding:3px 3px 3px 3px;
	overflow:auto;
	}
	
div.content p
	{
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	}
	
div.menu
	{
	margin-left:276px;
	margin-top:22px;
	width:300px;
	}
	
img
	 {
	 border:none;
	 }
	 
span.bold
	{
	font-weight:bold;
	}

h2
	{
	font-size:19px;
	margin-top:0;
	margin-bottom:10px;
	color:#3b3a5e;
	}

span.header
	{
	font-weight:bold;
	color:#3b3a5e;
	}

div.desc, div.name
	{
	margin-top:5px;
	margin-bottom:5px;
	width:200px;
	height:60px;
	float:left;
	overflow:auto;
	border:#ECECEC 1px solid;
	padding:3px 3px 3px 3px;
	}

div#name_header, div#desc_header
	{
	border:none;
	margin:0;
	padding-left:10px;
	height:auto;
	}
	
span.red
	{
	font-weight:bold;
	color:#D0311D;
	}