@charset "utf-8";
/* CSS Document */

body{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	background-color: #fbfbfb;
}

a{
	/*text-decoration: underline;*/
	
	cursor: pointer;
}

.wrapper{
	width: 1100px;
	margin: 0px auto;
}

.innerWrapper{
	width: 1100px;
	float: left;
}

.navigation{
	float: left;
	width: 200px;
	margin-right: -300px;
	background-color: #c9c9c9;
}

.navigation ul{
	font-size: 14px;
	line-height: 15px;
}

.navigation li{
	margin-bottom: 8px;
}

.navigation .current{
	font-style: italic;
	font-weight: bold;
}

.navigation .innerList{
	margin-top: 5px;
}

.main{
	width: 800px;
	overflow: hidden;
	border-left: 200px solid #c9c9c9;
	padding-left: 20px;
}

.main p:first-child{
	margin-top: -4px;
}

h1{ 
	color: #575757;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid black;
}

table td{
	padding: 5px;
	border: 1px solid black;
}

table p{
	margin: 0px;
}

table .bigTop{
	padding-top: 15px;
}