@charset "UTF-8";
/* CSS Document */

body {
	font-size:1.2em;
	line-height:1.2em;
}

#nav_hor {
	border:thin solid #000000;
	width:25%;
	float:left;
	position:fixed;
	top:150px;
}

#about {
	padding-left:5px;
	clear:left;
}

#content {
	float:right;
	width:70%;
}

#footer {
	clear:both;
	text-align:center;
}

img {
	display:block;
	text-align:right;
}