/* CSS Document */

#title {
}
    #title .img1 {
    position: fixed;
    top: 0;
    left: 2%;
    }
    #title .img2 {
    position: fixed;
    top: 5px;
    right: 1%;
    }
	#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;
    width: 800px;
    border: 0;
    padding: 0;
    margin: 10px 5% 0 5%;
}
	#content ul.dotts {
	margin-right: 0;
	padding-right: 0;
	}
	#content li.dotts {
	margin-right: 0;
	padding-right: 0;
	}
    
