html,body {
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #333;
	
	background: #555;
}

html {
	background: 0 0 url('../img/html-back.gif');
}

body {
	padding: 40px 0;
	background: 0 0 url('../img/body-back.gif') repeat-x;
}

a {
	color: #e92620;
	text-decoration: underline;
	
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#wrap {
	margin: 0 auto;
	padding: 5px;
	
	width: 825px;
	min-height: 500px;
	
	border: 5px solid #e92620;
	
	background: #fff;
	
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
}
	#wrap #head {
		min-height: 135px;
	}
		#head a.logo {
			display: block;
			
			margin: 0 0 0 0;
			
			width: 150px;
			height: 135px;
			
			text-indent: -9999px;
			outline: none;
			
			background: url('../img/head-logo.jpg');
		}
		#head .banner {
			margin: -135px 0 0 155px;
			
			
			height: 135px;
			
			background: #CCC;
		}
		
	
	#wrap #main {
		margin: 5px 0 0 0;
		
		background: -150px 0 url('../img/main-back.gif') repeat-y;
	}
		#wrap #side {
			float: left;
			
			margin: 0 0 0 -100%;
			
			width: 150px;
			min-height: 400px;
		}
			#wrap #side ul {
			}
			#wrap #side ul li {
				_height: 1%;
			}
				#wrap #side ul li a {
					display: block;
					padding: 6px 5px 6px 10px;
					
					color: #fff;
					text-decoration: none;
					
					border-bottom: 1px solid #00305f;
				}
				#wrap #side ul li a.selected {
					font-weight: bold;
				}
				
					#wrap #side ul ul a {
						padding: 4px 5px 4px 15px;
						font-size: 11px;
						color: #0066cc;
						background: #fff;
						border: 0;
					}
					#wrap #side ul ul a:hover {
						background: #eee;
					}
						#wrap #side ul ul ul a {
							padding-left: 25px;
						}
				
		
		#wrap #content-wrap {
			float: left;
			
			width: 100%;
		}
			#wrap #content-wrap #content {
				margin: 0 0 0 155px;
				padding: 10px;
				
				min-height: 400px;
				
				line-height: 150%;
				
				overflow: hidden;
			}
			
			#content h1,
			#content h2,
			#content h3 {
				margin: 0 0 10px 0;
				
				font-size: 17px;
				font-weight: bold;
			}
			#content h2 {
				font-size: 15px;
			}
			#content h3 {
				font-size: 11px;
			}
			
			#content p {
				padding: 0 0 8px 0;
			}
			
			#content hr {
				margin: 10px 0;
				padding: 0;
				
				
				border: 0;
				border-top: 1px solid #eee;
				border-bottom: 1px solid #555;
			}
			
			
			#content ul {
				padding: 8px 0;
			}
				#content ul li {
					margin: 0 0 0 20px;
					padding: 0 0 0 0;
					list-style: disc;
				}
			
			.article-index {
				margin-top: 10px;
			}
			.article-item {
			}
				.article-item h1 {
					font-size: 15px;
				}
			

.image-list {
}
	.image-list .image-item {
		float: left;
		
		margin: 0 10px 10px 0;
		
		border: 1px solid #777;
	}
		.image-list .image-item span {
			display: none;
		}
		.image-list .image-item a {
			display: block;
			
			height: 100px;
			width: 100px;
			border: 1px solid #fff;
			background: center 25% no-repeat #000;
		}





#ImageWrap {
	position: relative;
	
	width: 670px;
	height: 135px;
}
	#ImageWrap .Image {
		position: absolute;
		
		top: 0;
		left: 0;
		
		width: 670px;
		height: 135px;
		
	}





.form.txt {
	padding: 0 0 10px 12px;
}
	.form.txt label {
		display: block;
		margin: 0 0 2px -12px;
	}
	.form.txt input,
	.form.txt textarea
	{
		margin: 0 0 0 -12px;
		padding: 5px;
		
		font-size: 11px;
		
		width: 100%;
		
		border: 1px solid #ddd;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #eee;
	}
	.form.txt textarea {
		height: 150px;
	}

.form.btn {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-align: right;
	
	border-top: 1px solid #ddd;
}
	.form.btn input {
		padding: 5px 10px;
		
		font-size: 11px;
		font-weight: bold;
		
		border: 1px solid #aaa;
		background: #eee;
	}









		
		