html,body {
	font: 11px Verdana, sans-serif;
	color: #000;
	background-color: #7D7D7D;
	margin: 0 auto;
	padding: 0;
	display:table;
	text-align:center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
img {
	border:none;
}
#center {

}
div.clear {
	clear:both;
}
#container {
	width:776px;
	margin: 0 auto;
	padding: 0;
	display:table;
	text-align:center;
	margin-top:14px;
	background-image:url(images/main_slice.jpg);
}
#header {
	height:9px;
	background-image:url(images/top.jpg);
}
#container_left {
	width:7px;
	background-image:url(images/left_slice_bg.jpg);
	float:left;
}
#container_right {
	width:7px;
	background-image:url(images/right_slice_bg.jpg);
	float:right;
}
#content {
	width:754px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	float:left;
	padding-left:2px;
	border-bottom:1px solid #665656;
}
#banner {
	width: 756px;
	background-image: url(images/banner.jpg);
	height:46px;
}
#buttons {
	width: 756px;
	height:29px;
}
#underbuttons {
	width: 756px;
	background-image: url(images/under_buttons.jpg);
	height:16px;
}
#left {
	width:224px;
	float:left;
	text-align: left;
	padding-left:6px;
}
#right {
	width:514px;
	float:right;
	text-align:left;
	background:url(images/mainbox_slice.jpg);
	margin-right:2px;
}
#main {
	width:494px;
	padding:10px;
}
#main a:link {
	color: #743927;
	text-decoration: underline;
	padding-bottom: 0px;
}
#footer {
	background:url(images/footer.jpg);
	height:12px;
}

/* Paragraphs */

p {
	line-height: 16px;
}

/* Headers */

h1 {
	font: 18px Arial;
	color: #000;
	font-weight: bold;
}
h2 {
	font: 16px Arial;
	font-weight: bold;
	color: #696969;
	line-height:10px;
	text-align:left;
	margin: 0 20px 10px 20px;
	border-bottom: 1px solid;
	padding-bottom:20px;
}
h3 {
	margin-left: 10px;
	font: 12px Georgia;
	color: #526E84;
	font-weight: bold;
}
h4 {
	font: bold 16px Arial, sans-serif;
	color: #fff;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:4px;
	margin-top:0px;
}

/* Links */

input {
	color: #000000;
	background-color: #E5ECF4;
	border: 1px solid #587A90;
	font-weight: bolder;
	font-size: 12px;
}

ul, ol {
	color: #616355;
}
li {
	color: #616355;
	margin-left: 16px;
	line-height: 16px;
	text-align: justify;
}
ul.li4 {
	list-style-image: url(images/arrow.jpg);
	text-align:left;
	margin-left:10px;
	padding-left:12px;
	margin-bottom: 0px;
}
ul.li4 li, ul.li4 p {
	margin: 0;
	text-align:left;
	color:#4E6A80;
	font-size:10px;
	padding-right:6px;
	line-height:14px;
	margin-bottom:6px;
}
ul.li4 a {
	text-decoration:none;
	font-weight:bold;
	color:#4E6A80;
	border:none;
}
a.listen {
	color: red;
}
#footer a {
	color: white;
}