@CHARSET "UTF-8";
body {
	margin: 0 auto 15px auto;
	font-family: Verdana;
	color: #000;
	background: #fff;
	width: 1014px;
	font-size: 14px;
}
	div#mainFrame {
		width: 1014px;			
	}
			div#mainFrame div#logoFrame {
				padding: 10px 0 10px 25px;				
			}
					div#mainFrame div#logoFrame img {
						border: 0;
					}
			div#mainFrame div#headFrame {
				background: #fff url('../_img/bgHeadFrame.jpg') no-repeat top left;
				height: 253px;				
			}
			div#mainFrame div#contentContainerFrame {								
			}		
					div#mainFrame div#contentContainerFrame div#menuFrame {
						width: 277px;								
						background: #fff url('../_img/bgMenuFrame.jpg') no-repeat top left;
						min-height: 350px;
						height:auto !important;
  						height:350px;  						
  						float: left;
  						padding: 0 6px 0 11px;  						
					}
							div#mainFrame div#contentContainerFrame div#menuFrame a {
								display: block;
								text-decoration: none;
								color: #000;
								font-size: 14px;								
								background: transparent url('../_img/bgMenuPointer.jpg') no-repeat 230px 2px;
								text-align: right;
								padding: 0 55px 0 0;
								margin: 0 0 10px 0;
								font-weight: bold;
							}
							div#mainFrame div#contentContainerFrame div#menuFrame a:hover {																
								background: transparent url('../_img/bgMenuPointer_hover.jpg') no-repeat 230px 2px;
								color: #4a4a4a;								
							}
							div#mainFrame div#contentContainerFrame div#menuFrame a.selected {																
								background: transparent url('../_img/bgMenuPointer_hover.jpg') no-repeat 230px 2px;
								color: #805230;								
							}
					div#mainFrame div#contentContainerFrame div#contentFrame {						  						
  						float: left;  						
  						width: 710px;
  						padding: 0 0 0 10px;					 
					}
							div#mainFrame div#contentContainerFrame div#contentFrame h1 {						  						
		  						margin: 0 0 15px 0;
		  						color: #000;
		  						font-size: 20px;
		  						font-weight: normal;
		  						letter-spacing: -1px;					 
							}
							div#mainFrame div#contentContainerFrame div#contentFrame a {						  						
		  						color: #883512;					 
							}
							div#mainFrame div#contentContainerFrame div#contentFrame a:hover {						  						
		  						color: #000;					 
							}
							div#mainFrame div#contentContainerFrame div#contentFrame .big {						  						
		  						font-weight: bold;
		  						font-size: 16px;					 
							}
			div#mainFrame div#footerFrame {
				background: #fff url('../_img/bgFooterFrame.jpg') no-repeat top left;
				padding: 20px;
				text-align: center;
				font-size: 11px;
				color: #8f5e36;
				margin-top: 10px;				
			}
							