html,body{
	margin: 0px auto ;
	padding: 0px;
	height:100%;
}
body{
	background: #000000 url(../images/window_bg.jpg) no-repeat fixed center;
	background-repeat: repeat-y;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	height:100%;
}
img{
	margin: 0px;
	padding: 0px;
	border:none;
}
#header{
	height:149px;
}	
#bar{
	background: #550000 url(../images/bar_bg.gif) top;
	height:19px;
}
#page{
	z-index:10;
	background:#ffffff;
	margin: 0px auto;
	width:760px;
	padding-top:0px;
}
#main_content{
	padding-right:30px;
	padding-left:30px;
	margin-top:40px;
	height:100%;
	background:#ffffff;
}
#main_content ul{
	list-style: url(../images/bullet.gif);
	margin-left:25px;
}
#main_content li{
	margin-bottom: 5px;	
}
#side_bar{
	background:#f79b7b;
	padding:10px;
	width:206px;
	margin:10px;
	margin-right:40px;
	float:left;
}
#side_bar h3{
	margin-bottom:2px;
	color:#ffffff;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-weight:bold;
}
#footer{
	clear:both;
	color:#cccccc;
	font: 11px Arial, Verdana, Sans;
	margin-top:10px;
	text-align:center;
}
h1{
	margin: 0px 8px;
	font-weight:bold;
}
h2{
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	color:#6d0000;
}
h4{
	font-weight:bold;
}
.caption{
	font-size:.8em;
}
.icon{
	vertical-align:bottom;
	margin: 0px 2px;
}
a:link{
	color:#990000;

}
a:visited{
	color:#990000;
}
a:hover{
	color:#ffffff;
	background:#330000;
	
}
/*------------*/
#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 169px;
z-index:100;
width: 760PX;
height:16px;
}
#menu dl {
float: left;
width: 125px;
margin: 0;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
height: 100%;
background:#fff;
font-size:10px;
padding:0px 3px;
display:none;
}
#menu li {
background: #fff;
margin-bottom:2px;
border-bottom:1px solid #ccc;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}