body {
	margin: 0;
	padding: 0;
	background-image:url(../img/page_bg.jpg);
	background-attachment: fixed;
	background-position: center center;
}

body, div, p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 500px;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
}

#top img {
	margin: 22px;
}

/* top menu */

#topmenu {
	height:20px;
	width:200px;
	position: absolute;
	top:37px;
	left: 535px;
	text-align: right;
}

#topmenu li {
	display: inline;
	list-style: none;
	float: right;
	margin-right: 15px
}

#topmenu a {
	color: #717171;
}

#topmenu a:hover {
	color: #F44413;
}

#menu {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 760px;
	height: 83px;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;	
}

#buttons {
	position: absolute;
	top: 11px;
	left: 28px;
}

#menu h1 {
	position: absolute;
	top: 28px;
	left: 270px;
	color: #EEE;
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: "times new roman", times, georgia;
	text-align: right;
	filter:shadow(color:#555555,direction:180,strength:2);
	width: 464px;
}

#contentcontainer {
	width: 760px;
	height: 310px;
	position: absolute;
	top: 162px;
	background-image: url(../img/bg2.gif);
}
#contentcontainer.main {
	background-image: url(../img/bg.gif);
}
#contentcontainer.sub {
	background-image: url(../img/bg1.gif);
}
.idx {
	background-image: url(../img/bg3.gif);
}
#divContainer {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 470px;
	height: 193px;
	overflow: hidden;
	background-color: #FFFFFF;
	clip:  rect(0 470 193 0);
	visibility:hidden;
}

#divContainer h2 {
	color: #E5634A;
	font-size: 11px;
	font-weight: bold;
	margin:0;
	padding:0 0 5px 0;
	border-bottom: 1px solid #CCC;
}

#divContainer p {
	color: #666;
	font-size: 11px;
	margin:7px 0;
	padding:0;
}

#sidemenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 204px;
	left: 545px;
	top: 1px;
}
#sidemenu li {
	padding: 6px;
	font-size: 10px;
	height: 14px;
	width: 192px;
	background-image: url(../img/bg_sidemenu.gif);
	text-align: right;
	list-style-type: none;
}
* html #sidemenu li {
	width: 204px;
	height: 26px;
}
#sidemenu li.feat {
	background-image: url(../img/bg_sidemenu_feat.gif);
}
#sidemenu li a {
	color: #EEE;
	text-decoration: none;
}
#sidemenu li a:hover {
	color: #FFF;
}
#footer {
	position: absolute;
	top: 405px;
	left: 7px;
	width: 742px;
	height: 27px;
}
.finep {
	float: right;
}
.finep p {
	text-align: right;
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 9px;
}
.finep a {
	color: #999999;
}
.finep a:hover {
	color: #666666;
}
.foott {
	float: left;
	color: #666666;
	padding: 7px;
}
#footlinks {
	position: absolute;
	top: 451px;
	left: 13px;
	width: 737px;
	height: 27px;
}
#footlinks a {
	color: #990000;
	margin-right: 10px;
}
#footlinks a:hover {
	color: #F44413;
}
#divUpControl{
	position:absolute;
	width:13;
	left:501px;
	top:10px;
	z-index:1;
	text-align: right;
	height: 217px;
	padding:2px;
	background-color: #EEEEEE;
} 
#divContent{position:absolute; top:0; left:0} 

.padded {
	margin: 10px; padding: 10px;
	width: 720px !important;
	height: 205px !important;
	_width: 740px !important;
	_height: 225px !important;
	overflow: auto;
	}
