body
{

}

#main
{
	width: 100%;
	height: 100%;
}

#left-side
{
	width: 140px;
	height: 100%;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}
#blank
{
	height: 96px;
}
#active
{
	color: #fff;
	background-color: #222222;
}

#left-side A
{
        color: #000;
        text-decoration: none;
}

#left-side A:hover
{
	color: #28ccff;
}

#active A
{
	color: #fff;
	text-decoration: none;
}

#right-side
{
	padding: 0 0 0 140px;
}

#heading
{
	text-align: center;
	font-size: 18px;
}

#content
{
/*	border-left-style: solid;*/
	
}
#link
{
	position: relative;
	padding: 0px 0px 0px 10px;
}
#detail
{
	text-align: center;
	border-left-style: solid;
	border-left-width: 1px;
}

table
{
	border: 1px solid #121212;
	border-collapse: collapse;
}
tr td 
{
	border: 1px solid #121212;
}
th
{
	border: 1px solid #121212;
}
