body {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 80%;
	color					: #999999;
	background-color		: #FFFFFF;
	text-align				: center;
	margin					: 0px;
	padding 				: 0px;
}

#container{
	width					: 763px;
	margin-right			: auto;
	margin-left				: auto;
	text-align				: left;
	display					: block;
	border-top 				: 10px solid #FFFFFF;
	padding-left			: 1px;
	height 					: 95%;
}
#header{
	display 				: block;
	height 					: 80px;
	background-image		: url(../images/header_bg.gif);
	background-repeat		: repeat-y;
	margin-bottom 			: 7px;
}
#header ul{
	list-style 				: none;
	margin 					: 0px;
	padding 				: 0px;
}
#header ul li{
	display 				: inline;
	margin-top 				: 50px;
}
#header ul li a{
	display 				: block;
	float 					: left;
	margin-top 				: 40px;
	padding 				: 10px;
	text-decoration 		: none;
	color 					: #999999;
	font-size 				: 120%;
	font-weight 			: bold;
}
#header ul li a:hover{
	color 					: #666666;
}
#header img{
	float 					: right;
	margin-right 			: 10px;
	margin-top 				: 10px;
}
#content{
	width					: 763px;
	display					: block;
}
#leftBar{
	display 				: block;
	width 					: 125px;
	height					: 375px;
	float 					: left;
	background-color 		: #C3D7D5;
	color 					: #FFFFFF;
	font-size 				: 160%;
	padding 				: 5px;
	margin-bottom 			: 20px;
	margin-right 			: 20px;
	text-align				: center;
	padding-top 			: 20px;
}
	#leftBar ul{
		list-style				: none;
		margin 					: 0px;
		padding 				: 0px;
		margin-top 				: 20px;
	}
	#leftBar ul li{
		text-align 				: right;
	
	}	
	#leftBar ul li a{
		display 				: block;
		font-size 				: 65%;
		color 					: #FFFFFF;
		text-decoration 		: none;
		height 					: 20px;
		font-weight 			: bold;
	}
	#leftBar ul li a:hover{
		color 					: #999999;
	}
	#leftBar ul li a.current{
		color 					: #999999;
	}

#contentBar{
	margin-left 			: 20px;
	margin-top				: 30px;
	display 				: block;

}
#contentBar a{
	color 					: #666666;
}
#contentBar a:hover{
	color 					: #000000;
}
#contentBar .pattern{
	float					: right;
	margin-left 			: 10px;
}

.imgTable{
	float					: right;
}
.imgTable img{
	margin-left 			: 15px;
	margin-bottom 			: 15px;
}
#footer{
	display 				: block;
	clear 					: both;
	margin-top	 			: 7px;
	background-color 		: #C0BFBF;
	color 					: #FFFFFF;
	font-size 				: 90%;
	text-align 				: center;
	font-weight 			: bold;
	height 					: 23px;
	padding-top 			: 7px;
}
