@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding:0; 
	margin:0;

}
p {
	line-height: 180%;
	margin-top: 0;
	padding-top: 0;
}
li {
	line-height: 180%;
}
#main {
	width: 706px;
	text-align: left;
	border-left: 30px solid #666666;
	border-right: 30px solid #666666;
}
#container {
	width: 100%;
}
#topL {
	height: 23px;
	background: url(/images/top-bar.jpg) repeat-x;
	padding: 0 15px;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a img {
	border: 0;
}