body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	word-spacing: 2px;
	
    text-align:center;
/*	background: #eee;*/
}
/*html {height: 100%;
width: 100%;}
*/
#bodyBlock {
	width: 780px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align: left;
	margin: 0 auto;
	background: #fff;

}

#head {
	/*width: 100%;*/
	
	height: 50px;
	/*border-bottom: 1px dashed #dddddd;*/
	text-align: right;
	padding-bottom: 40px;
}
#title {
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-right: 25px;
}
#title a{
	text-decoration: none;
	color: #000000;
}

#menu {
	width: 180px;
	float: left;
	
/*	position: relative;*/
}
#menuTable {
	border: none;
	border-top: 1px solid #dddddd;
}

#menuTable tr td {
	font-size: 11px;
	font-weight: bold;
	/*border: 1px solid #dddddd;*/
	border-bottom: 1px solid #dddddd;
	margin: 0px;
	padding: 0px;
}

#menuTable a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	padding-left: 5px;
	padding-right; 5px;
	letter-spacing: 1px;

}
#menuTable a:hover {
	color: #ffffff;
	background: #007700;
}

#menuTable tr td:hover, #tdHover:hover {
}
#content{
	/*padding-top: 20px;
	padding-left: 40px;*/
	float: right;
	width: 540px;
/*	width: 500px;*/
	text-align: left;
	padding-right: 20px;
	line-height: 21px;
	/*overflow: hidden;*/
}

#content p {
	padding-bottom: 15px;
}
h1, h2, h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
h3 {
	font-size: 15px;
}
#footer, #footer td {
	clear: both;
	height: 1px;
	font-size: 11px;
	/*border-top: 1px solid #cccccc;*/
	font-style: italic;
	padding-top: 5px;
}

.companiesList li {
	padding-bottom: 15px;
	padding-top: 15px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	display: block;
	border-bottom: 1px dashed #cccccc;
}

.companiesList img {
	border: none;
	text-decoration: none;
	display: block;
}

.companiesList a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.companiesList a:hover {
	text-decoration: none;
	color: #6666ff;
}
ul {
	margin-top: 0px;
}
