body {
	background: #FFF;
}

#header a {
	display: block;
	width: 200px;
	height: 60px;
	margin-left: 2em;
	background: url('../images/psilon-unbatang.png') no-repeat;
}
#header {
	height: 38px;
	border-bottom: 1px solid #F60;
}

#menu li {
	display: inline-block;
	margin-right: 2em;
}
#menu li a {
	text-decoration: none;
	color: #666;
}
#menu li a:hover { text-decoration: underline; }

#sidebar {
	position: absolute;
	float: right;
	top: 0.5em;
	right: 2em;
	padding: 0.4em;
	width: 250px;
	background: #FFF;
}
#sidebarcommons {
	padding: 0 !important;
	border: 0 none white !important;
}
#sidebarcommons fieldset {
	border: 1px solid #F60;
}
#sidebarcommons legend {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #333;
}
#sidebarcommons input, #sidebarcommons select {
	width: 100%;
	background: #FFF;
	color: #999;
}
#googlesearch input[type=submit] { display: none; }

#sidebar div {
	padding: 0.5em;
	border: 1px solid #F60;
	margin-bottom: 1em;
}

#content {
	margin-left: 10px;
	margin-right: 280px;
}
p { text-indent: 0.7em; }

#footer {
	position: relative;
	clear: both;
	margin-top: 2.8em;
	bottom: 0.5em;
	left: 0;
	right: 0;
	text-align: center;
}