body, div, p, img, ul {
	margin: 0px;
	border: 0px none;
	padding: 0px;
}
body {
	background: #000 url('img/bg.jpg') no-repeat scroll top left;
	color: #cacaca;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	padding-top: 200px;
}
#container {
	width: 925px;
	background: transparent url('img/menubg.gif') no-repeat scroll left 40px;
	padding-top: 90px;
	font-size: 100%;
}
#menu, #content {
	margin-left: 130px;
}
#menu {
  padding-top: 15px;
	padding-bottom: 30px;
}
#content {
	background: transparent url('img/forta.gif') no-repeat scroll right bottom;
	width: 795px;
}
#leftCont {
	width: 480px;
	float: left;
	overflow: hidden;
	background: transparent;
}
#rightCont {
	float: left;
	overflow: hidden;
	margin-left: 30px;
	background: transparent;
}
ul.menu {
	list-style-type: none;
}
ul.menu li {
	display: inline;
	margin-right: 120px;
}
p {
	line-height: 18px;
	padding-bottom: 15px;
}
.contact {
	border-left: 1px solid #595959;
	color: #595959;
	padding-left: 15px;
}
ul.auto {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 18px;
}
ul.auto li.show {
  cursor:pointer;
}
a {
  color: #595959;
}
