html {margin: 0px; padding: 0px; width: 100.01%; }

body {
	width: 100.01%;
	margin: 0px;
	text-align: center;
	background-image: url(images/bg1.jpg);
}

#container {
	margin: 5px auto;
	width: 810px;
	text-align:left;
}

#header {
	width: 810px;
	height: 250px;
	background: url(images/header.png);
}

#menu {
	margin-top:10px;
	float: right;
	width: 190px;
	height: 200px;
}

.btn {
	display: block;
	height: 24px;
	width: 185px;
	background: #BCD5EA  url(images/btn.jpg);
	text-decoration: none;
	padding-left: 5px;
	color: #586C8D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

.btn:hover {
	background: #BCD5EA  url(images/btn_dark1.jpg);
	color:#FFF;
}

#main {
	width: 810px;
	overflow:hidden;
	background:url(images/container_bg.png) repeat-y;
	padding: 15px 0px;
}

#content {width: 450px; min-height:420px; margin:0px 15px; float:left; padding:0px;}

#content img {padding: 0px; margin: 0px;}

#top_txt{width: 450px; height:10px; background: url(images/top_txt.png) no-repeat ; font-size:1px;}
#text {
	width: 450px;
	background:url(images/bg_txt.png) repeat-y;
	min-height:400px;
	padding: 0px; margin: 0px;
}

#text p, li, td {
	margin: 0px 10px;
	padding-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #586C8D;
}

#text a:link {
	color: #586C8D;
	font-weight: bold;
}

#text a:visited {
	color: #586C8D;
	font-weight: bold;
}

#text a:active {
	color: #586C8D;
	font-weight: bold;
}

#text a:hover {
	color:#9DB3C4;
	font-weight: bold;
	text-decoration: none;
}

#text table { width: 400px; margin:0px auto;}

#text ul  {
	margin: 0px 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#bottom_txt{width: 450px; height:10px; background:url(images/bottom_txt.png)  no-repeat ; font-size:1px;}

#right_sidebar {margin: 0px; width:317px; height:217px; float:left;}

#slideshow {
	border: solid 1px #fff;
}

#footer {
	width: 800px;
	font: 10px Verdana, Geneva, sans-serif;
	color: #586C8D;
	float:left;
	text-align:right;
	margin-top: 15px;
}

#bottom_border {
	width: 810px;
	height: 10px;
	background:url(images/bottom_border.png) no-repeat;
	font-size:1px;
}

#elly {
	position: fixed;
	left:0px;
	top: 30%;
	width: 40px;
	height: 120px;
}

#elly a img {	border: 0px;}