@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #8C8C73;
	background-image: url(images/logo-lissim.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(images/dot.gif) repeat-x scroll center bottom;
	color:#656551;
	font-size:18px;
	letter-spacing:-1px;
	line-height:25px;
	margin-bottom:20px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
h1 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#656551;
	font-size:18px;
	letter-spacing:-1px;
	line-height:25px;
	padding:0px;
	top:4px;
	background-image: none;
	text-decoration: none;
	margin: 0px;
}
h1 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:18px;
	letter-spacing:-1px;
	line-height:25px;
	padding:0px;
	top:4px;
	background-image: none;
	text-decoration: none;
	margin: 0px;
}
ul {
	list-style-type: none;
}
#logo {
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height: 84px;
	width: 435px;
}
.middle {
	width: 620px;
	margin:auto;
	clear:both;
	padding-top: 140px;
}
#interior {
	width: 930px;
	margin:auto;
	clear:both;
	padding-top:10px;
}
#header {
	float:left;
	width: 715px;
	background-color: transparent;
	height: 182px;
	background-image: url(images/logo-lissim.png);
	background-repeat: no-repeat;
	background-position: 15px;
}
#content {
	float:left;
	width: 600px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top: 0px;
}
#content a {
	color: #1383B3;
	text-decoration: none;
}
#content a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer {
	clear:both;
	height: 60px;
	padding-top:25px;
	text-align:center;
	width: 100%;
	background-image: url(images/bk-footer.gif);
	background-repeat: no-repeat;
	color: #CCCCCC;
	background-color: transparent;
	background-position: 1px 0px;
}

