body{	
	margin: 0px;
	padding: 0px;	
	background-color: #fff;	
	font-family: verdana;
	font-size: 12px;
	color: #302f2f;			
	}
a{
	color: #000;
	}
a img{
	border: 0px;
	padding: 0px;
	margin: -2px 0px;
	}
#nav{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 176px;
	height: 100%;
	background-color: #fff;
	}
#nav ul{
	list-style: none;	
	padding: 0px;
	margin: 60px 0px 14px 0px;
	}
#nav li{
	display: block;
	padding: 0px;
	margin: 0px;
	}
#content{	
	margin: 60px 186px 0px 186px;
	}
#content img{
	display: inline;	
	margin-right: 10px;
	}
#content .title{
	position: absolute;
	top: 670px;
	z-index: -1;
	width: 100%;
	font-family: verdana;
	font-size: 14px;
	color: #302f2f;
	}
#legal{
	font-family: georgia, serif;
	font-size: 10px;
	background-color:#fff;
	padding:0px 5px;
	position: fixed;
	right: 10px;
	bottom: 5px;
	}