body{
	text-align:center;
}
#header{
	background:url('images/0003.gif') repeat-x;
	text-align:left;
	clear:both;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
        height: 87px;
        _height: 84px;
}
#wrapper{
	margin:0 auto;
	position: absolute;
	top:100px;
	width: 80%;
	height:100%;
	bottom:0;
	left:10%;
	text-align:left;
	clear:both;
}
#middle{
	clear: both;
	width: 100%;
}
#content{
	float:right;
	background:#FFF;
	width:79%;
}
#sidebar{
	float: left;
	background: #2184CE;
	width: 20%;
	/*position: absolute;
	top: 0;
	left: 0;
	bottom: 0;*/
	text-align: left;
}
#footer{
	font-size:12px;
	color: navy;
	clear:both;
	margin:10px 0;
	padding:10px 5px 10px;
	text-align:center; 
	border-top:3px solid gray;
}
.list{
	width: 100%;
	margin: 0;
}
/*heading*/
h3.title , h4.subtitle , h5.minortitle{margin:0;padding:0;}

/*HTML Elements*/
img{border:0;}
#nav li a:hover{background:#2184CF;}
.box1{
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	padding:0 0 0 15px;
} 

