/* CSS Document */
	
body {
	font-size:small;
	background-color:#FFFF99;
	font-family:"Georgia", Times, Serif;
}

#container {
	position:relative;
	top:0px;
	margin: 0 auto;
	width:748px;
	text-align:left;
}

#header {
	float:bottom;
	text-align:center;
	vertical-align:middle;
	width:748px;
	height:120px;
	margin: 0 0 5px 0;
}

#content {
	float:bottom;
	width:736px;
	padding:10px 10px 10px 10px;
	border:1px solid;
}

#img_1 {
	float:right;
	margin:0 5px 0 5px;
	border: 1px ridge;
	padding: 2px;
}
