body
{
	background: #FFF;
	font-family: Verdana, sans-serif;
	color: #000;
	text-align: center;
	margin: 0px;
}

a img {
	border: 0px;	
}


div#container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 798px;
}
	div#container .header
	{
		background: #FFF;
		height: 94px;
	}
	
		div#container .header .left
		{
			background-image: url('../images/top.gif');
			background-color: #444;
			width: 178px;
			float: left;
			height: 94px;
		}
		
		div#container .header .center
		{
			
			float: left;
			
			font-weight: bold;
			font-size: 20px;
			
			padding-top: 65px;
			padding-left: 12px;
			
		}
		
		div#container .header .right
		{
			background-image: url('../images/right.gif');
			background-repeat: no-repeat;
			background-position: bottom right;
			height: 20px;
			width: 220px;
			float: right;
			
			padding-top: 74px;
			font-size: 12px;
			letter-spacing: 2px;
			font-style: italic;
		}

	div#container .content
	{
		border-top: 1px solid #000099;
		background: #e1ebeb;
		background: url('../images/left.gif') #e1ebeb no-repeat;
			text-align:left;
			min-height: 600px;
			
	}
	
	* html div#container .content
	{
		height: 600px;
	}
	
	*+html div#container .content
	{
		height: 600px;
	}
	
		div#container .content .menu
		{
			
			float: left;
			overflow: hidden;
			font-size: 12px;
			text-align: center;
			width: 178px;
			
		}
		
		*+html div#container .content .menu
		{
			height: 600px;
		}
		
		
		* html div#container .content .menu
		{
			height: 600px;
		}
		
			div#container .content .menu ul
			{
				margin: 0px;
				padding: 0px;
				margin-top: 47px;
				list-style-type: none;
			}
			div#container .content .menu li
			{
				margin-left: 20px;
				
				
				
				
				font-size: 12px;
				
				display: block;
			}
			
			div#container .content .menu a
			{
				width: 138px;
				color: #000;
				text-decoration:none;
				height: 12px;
				display: block;
				padding-top: 10px;
				padding-bottom: 14px;
				border-top: 1px solid #000099;
			}
			
			div#container .content .menu a:hover
			{
				background: url('../images/mouseover.png') no-repeat;;
			}
			
			* html div#container .content .menu a:hover
			{
				background: url('../images/mouseover.gif') no-repeat;;
			}
			
			div#container .content .menu a.sub
			{
				margin-left: 10px;
				padding-top: 6px;
				width: 128px;
				padding-bottom: 10px;
				font-size: 11px;
				height: 12px;
			}
			
		
		div#container .content .page
		{
			
			float:left;
			width: 620px;
			background-color: #b1cccc;
			
		}
		
			div#container .content .page .title
			{
				background-color: #b2cccc;
				margin-top: 0px;
				padding-left: 13px;
				height: 60px;
				padding-top: 1px;
				width: 607px;
			}
			
				div#container .content .page .title h1
				{
					letter-spacing: 2px;
					text-align: left;
					color: #000099;
					font-size: 20px;
					font-weight: bold;
					padding-top: 0px;
					margin-top: 0px;
					width: 560px;
					padding-bottom: 20px;
					margin-bottom: 0px;
					border-bottom: 2px ridge #000;
				}
				
				div#container .content .page h2
				{
					font-size: 13px;
					margin-bottom: 0px;
					padding-bottom: 0px;
					color: #009;
				}
							
			div#container .content .page .text
			{
				color: #000;
				font-size: 12px;
				background-color: #b2cccc;
				min-height: 600px;
				width: 450px;
				float:left;
				padding: 0px;
				margin: 0px;
				padding-bottom: 20px;
				padding-left:13px;
				margin-top: -10px;
				* margin-top: -11px;
				
			}
			
			
			* html div#container .content .page .text
			{
				height: 600px;
			}
			
			
			*+html div#container .content .page .text
			{
				height: 600px;
			}
			
				div#container .content .page .text p
				{
					font-size: 12px;
				}
				div#container .content .page .text td
				{
					font-size: 12px;
				}
				
				div#container .content .page .text h1
				{
					font-size: 15px;
				}
			
			div#container .content .page .photo
			{
				background-color: #b2cccc;
				color: #000;
				font-size: 12px;
				text-align:center;
				float: left;
				width: 154px;
				
				padding-top: 50px;
			}
			
			
			* html div#container .content .page .photo
			{
				
				
			}
				div#container .content .page .photo img
				{
					margin: 0px;
					padding: 0px;
					width: 130px;
				}
				div#container .content .page .photo p
				{
					margin: 0px;
					margin-left: 10px;
					margin-top: 10px;
					width: 130px;
					padding: 0px;
					font-style: italic;
					font-weight: bold;
					font-size: 11px;	
				}
			
			*+html div#container .content .page .photo
			{
				height: 600px;
				
			}
		
	
	.footer
	{
		background-image: url('../images/footer.gif');
		background-repeat: no-repeat;
		height: 70px;
		clear:both;
		font-size: 10px;
	
	}
