@charset "UTF-8";
/* CSS Document */
#container{
	width:960px;
}

#info{
	width: 945px;
	font-size: 16px;
}

#left-col
{
	float: left;
	width: 140px;
	z-index: 100;
	position: absolute;
	top: 50px;
	left: -20px;
}

.left
{
	float:right;
}

.left li
{
	list-style: none;
	padding: 20px;
	border-left: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
	border-right: 1px solid rgb(255,255,255);
	border-radius: 10px;
	text-align: center;
}

#patent
{
	background-color: rgb(255,255,255);
	text-align: center;
}

#right-col
{
	float: right;
	width: 800px;
	z-index: 90;
	position: relative;
	left: -30px;
}

.patentTable
{
	border-left: 1px solid rgb(204,204,204);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

th,td
{
	text-align:center;
}

#bgImg{
	background: url("../images/background/background_repeat.png") repeat-y;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-100;
}
