#html1, #css1 {
	height: 400px;
	width: 90%;
}

#css_container, #html_container {
	width: 50%;
	float: left;
	overflow: hidden;
}
#html_container html1{
}

textarea.code {
	display: block;
	width: 100%;
}

p {
	font-size: 9pt;
	width: 550px;
	margin-left: 40px;
}

h2 {
	border-bottom: solid 1px #000;
}

h1, h2, h3, p, li {
	font-family: arial, verdana;
}

#ui_container, #nav_container {
}
#nav_container {
	border: solid 2px #0b6cb1;
	min-height: 100px;
	padding-bottom: 50px;
}

#ui_container {
	margin-top: 20px;
}
body {
	padding-bottom: 40px;
}
#ui_container p a {
	font-weight: bold;
}