html, div {
    display: block;
}

#container {
	 float: right;
    width:800px;
    text-align:justify;
}

#header {
	float: right;
}

#left {
    float:left;
    margin:0 auto;   
    width:485px;
    height: 450px;
    vertical-align: text-bottom;
}

#right {
    float:right;
    margin:0 auto;
    width:300px;
    height: 450px;
}

p {
	font-size: 14px;
	font-family: calibri;
	font-weight: normal;
}

