body
{
}

#holder 
{
	width:760px;
	margin:0 auto 0 auto;	
}

#header
{
}

#nav
{
	width:285px;
	float:left;
	padding:15px 10px;
	font-size:10px;
	overflow:scroll;
	height:500px;
}

#content
{
	margin:0px 0px 0px 310px;
	padding:15px;
}

#entry, #notice
{
	border:1px solid black;
	background-color:Silver;
}

b
{
	font-size:12px;
	text-decoration:underline;
}

span
{
	color:Red;
}

p
{
	text-decoration:underline;
	font-weight:bold;
}

.bold
{
	font-weight:bold;
}

