body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
#header {
	float: left;
	width: 630px;
	height: 75px;
	border-bottom: 1px solid #666666;
}
#logo {
	float: left;
	padding-top: 11px;
	padding-left: 22px;
	padding-bottom: 15px;
}

#tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	text-align: right;
	width: 630px;
	padding-top: 10px;
}
#nav {
	display: none;
}

#left {
	float: right; 
	width: 160px;
	height: 100%;    
}            
#left ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-indent: 5px;
	border-top: 1px solid #dddddd;
}
#left li {
	list-style-type: none;
	line-height: 24px;
	border-bottom: 1px solid #dddddd;
}
#left li a{
	font-size: 11px;
	width: 160px;
	height: 24px;
	color : #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
	display: block;
}
.address {
	color: #666666;
	font-size: 10px;
	text-align: center;
	padding-left: 10px;
	padding-top: 20px;
}
.address a:link{
	color : #666666;
	text-decoration : none;
}

#center {
	float: left;
	width: 405px;
	margin-left: 6px;
	color: #000000;
	padding: 5px;
	text-align: justify;
}
#center h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #354B5C;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#center p {
	padding: 0px 5px 0px 2px;
	margin: 3px 0px 15px 0px;
}
#right {
	display: none;
}
#centerBottom {
	font-size: 10px;
	color:  #999999;
	line-height: 12px;
	text-align: center;
	border-top: 1px solid #999999;
	padding-top: 5px;
}
#centerBottom a:link{
	color : #999999;
	text-decoration : none;
}