body {
	background: url(images/background.png) repeat;
	font-family: verdana, arial, serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.cent {

	vertical-align: middle;

}

a {
	background-color: #ffffff;
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
         
}

#header {
	background: url(images/forex.gif) no-repeat;
	height: 140px;
	text-align: center;
	width: 100%;
}

#header h1 {
	font-size: 2.2em;
	position: relative;
	left: 260px;
	top: 10px;
}

#header a {
	background-color: transparent;
	color: #000000;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: #999999;
}

#sidebar {
	float: left;	
	margin-top: 10px;
	width: 100px;
}

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebar a {
	background-color: #ffffff;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover {
	background-color: #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#sidebarR {
	float: right;	
	margin-top: 10px;
	width: 100px;
}

#sidebarR ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebarR ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebarR a {
	background-color: #ffffff;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebarR a:hover {
	background-color: #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#content {
	float: right;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 8px;
	width: 500px;
}

#content ul {
  margin-left: 50px;
  padding-left: 0px;
}

#content .inet {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 40px;
	background: url(images/inet.gif) no-repeat left 3px;
}
#content .mail {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 40px;
	background: url(images/mail.gif) no-repeat left 3px;
}

#content .tel {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 40px;
	background: url(images/tel.gif) no-repeat left 3px;
}
#content .work {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 40px;
	background: url(images/work.gif) no-repeat left 3px;
}
#content .address {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 40px;
	background: url(images/address.gif) no-repeat left 3px;
}
#content .info {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 40px;
	background: url(images/info.gif) no-repeat left 3px;
}
#content .fax {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 40px;
	background: url(images/fax.gif) no-repeat left 3px;
}

#footer {
	background-color: #ffffff;
	clear: right;
	color: #000000;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 730px;
}

#footer a {
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	text-decoration: none;	
}
.pod {
	text-decoration: underline;
}

