body {
	/*background-color: black;*/
	margin: 0px;
	padding: 0px;
}	

body *{
	margin: 0px;
	padding: 0px;
}
a { color: #360; }
h3 { padding-top: 50px; }

ul { 
	padding-top: 10px;
}

#container {
	margin: 0px;
	/*background: url(images/BodyBox.jpg) top center no-repeat;*/
	width: 100%;
	height: 940px;
}	
	
#page {
  /* width: 980px; */
  margin: 0;
  padding: 0;
  text-align: center;
}
#main-col-bkg {	 	 
  width: 800px;	
  margin: 0 auto;
  /*padding-top: 142px;	*/
}

#main-col {	 
  /*background: url(images/TLbox35.jpg) top center no-repeat;*/		 
  width: 800px;	
  margin: 0 auto;
  padding-top: 10px;	
  height: 500px;
}

#home-link {
  padding-top: 10px;
  margin: 0 auto;	
}

a#home-link{
  display: block;
  background: transparent url(images/simple.gif) center left no-repeat;	
  width: 306px;
  height: 71px;
}
a#home-link:hover{
  background: transparent url(images/simple_ro.gif) center left no-repeat;	
  width: 306px;
  height: 71px;
}

li {
	list-style-image: none;
	list-style-type: none
}

}
#footer {
  text-align: center;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
