@charset "utf-8";
/* CSS Document */

body { margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
		line-height: 20px;
		background-image: url(images/bg.jpg);
		background-repeat: no-repeat;
		background-position:  bottom left;
		background-attachment: fixed;
}

h3 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#710000;
	margin-bottom: -3px;}
	
h4 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#710000;}

#main-container {width: 960px;
				margin-left: auto;
				margin-right: auto;
				background-color: transparent;
}

#header-logo {background-image:url(images/bg-header-logo.png);
				background-repeat: no-repeat;
				width: 100%;
				height: 81px;
}

#header-main {background-image: url(images/bg-header-main.png);
				background-repeat: no-repeat;
				width: 100%;
				height: 200px;
}

.main-content-box {width: 100%;
}

#main-top {width: 100%;
			background-image: url(images/bg-main-top.png);
			background-repeat: no-repeat;
			height: 36px;
}

#main-expand {width: 100%;
			background-image: url(images/bg-main-expand.png);
			background-repeat: repeat-y;
}


#main-expand-left { width: 170px;        /* LC width */
					position: relative;
					float: left;
					padding-left: 45px;
					padding-top: 10px;
}

#main-expand-left a img{ border: none;
}

a{ color: #666; padding-left: 2px;
	text-decoration: none;
	font-weight: bold;
	color:#600;
}

a:hover{ color: #F30; padding-left: 2px;
	text-decoration: none;
	font-weight: bold;
}

.main-expand-middle { 	width: 400px;
						margin-left: 24%;
						margin-right: auto;
						margin-top: 0px;
						text-align: left;
						left: -30px;
						border-left: solid 1px #dedede;
						border-right: solid 1px #dedede;
						padding-left: 20px;
						padding-right: 40px;
						padding-top: 10px;
						padding-bottom: 10px;
						margin-bottom: 20px;
						color:#333;
						font-size: 13px;
						line-height: 20px;
}

.main-expand-middle ul, li {color: #600;
}

.main-expand-middle h3 { margin-bottom: 5px;
}

#main-expand-right { 	width: 220px;          /* RC width */
						float: right;
						margin-right: 30px;
						font-size: 11px;
						margin-top: -15px;
						padding-left: 10px;
						padding-top: 10px;
						line-height: 14px;

}

#main-left-right-box {width: 960px;
						position: absolute;
						top: 315px;
						margin-left: auto;
						margin-right: auto;
}

#main-bottom {width: 100%;
			background-image: url(images/bg-main-bottom.png);
			background-repeat: no-repeat;
			height: 36px;
			margin-top: -20px;
}

#footer {width: 100%;
			background-image: url(images/bg-footer.png);
			background-repeat: no-repeat;
			height: 204px;
			color: #333;
			padding-left: 30px;
			padding-top: 20px;
			margin-bottom: 15px;
}

#footer a img{	text-decoration: none; border: none;
}

#footer img { margin-bottom: 7px;
}

#pix {
}

#pix img { padding: 3px;
			border: 1px solid #999;
			margin-top: 6px;
			margin-bottom: 6px;
}

td {		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		color: #696969;
}

iframe { border: 1px solid #999;
}