/* CSS Document */

#title {
}
    #title .img1 {
    position: fixed;
    top: 0;
    left: 5%;
    }
    #title .img2 {
    position: fixed;
    top: 5px;
    right: 5%;
    }
	#title .ibox {
	position: fixed;
	top: 65px;
	right: 1%;
	width: 113px;
	border: 1px solid #000; 
	background: #FFF1D8;
	}
		#title .ibox p {
		padding: 4px 2px 4px 6px;
		margin: 0;
		font-weight: bold;
		}

#header {

}

#content {
    background: white;
    border: 0;
    padding: 0;
    margin: 10px 19% 0 10%;
}
	#content ul.dotts {
	margin-right: 0;
	padding-right: 0;
	}
	#content li.dotts {
	margin-right: 0;
	padding-right: 0;
	}
  
.foot {
    background: white;
    border: 0;
	border-top: 1px solid #0053a0;
    padding: 0;
    margin: 10px 19% 0 10%;  
	height: 50px;
}
	.foot p {
	padding: 0;
	margin: 7px 0;
	}
