/* Style Sheet */
		body{
			background:#1a1a1a;
			font-family:"Century Gothic",Georgia, Tahoma, "sans Serif";
		}
		
		body#home li#home-link a,
		body#gallery li#gallery-link a,
		body#about li#about-link a,
		body#contact li#contact-link a{
			
			border-bottom:solid 1px #4c6aa3;
			font-weight:bold;
			color:#4c6aa3;
		
		}
		
		h1,h2,h3,h4,h5,h6{
			font-family: Garamond, Times New Roman, Serif;
			color:#4c6aa3;
		}

		h1 { font-size: 26px;}
		h2 { font-size: 22px;}
		h3 { font-size: 18px;}
		h4 { font-size: 16px;}
		h5 { font-size: 12px;}
		h6 { font-size: 10px;}
		
			.container_01{
				width:980px;
				height:auto;
				margin:0px auto;
				background:#000000;
			}
				#header{
					width:960px;
					height:135px;
					margin:15px 10px;
					background:#000000;
					text-align:center;
				}
				
				#header img{
					width:299px;
					height:120px;
					border:none;
				}

				#topnav{
					width:960px;
					height:60px;
					margin:15px 10px;
					background:#000000;
					text-align:center;
					line-height:60px;
				}
				
				.nav{
					list-style-type:none;
				}
				
				.nav li{
					display:inline;
				}
				
				.nav li a{
					width:220px;
					height:60px;
					text-decoration:none;
					color:#3f3f3f;
					display:block;
					float:left;
				}
				.nav li a:hover{
					border-bottom:solid 1px #4c6aa3;
					color:#4c6aa3;
					font-weight:bold;
				
				}

				#banner{
					width:960px;
					height:495px;
					margin:15px 10px;
					background:#000000;
					text-align:center;
				}
				#banner img{
					width:960px;
					height:495px;
					border:none;
				}
				#content{
					width:960px;
					height:660px;
					margin:15px 10px;
				}
					#content_01{
					width:600px;
					height:600px;
					margin:15px 10px;
					padding:15px 10px;
					background:#000000;
					color:#ffffff;
					float:left;
				}
					
					.galleries{
						width:259px;
						height:570px;
						margin:15px 10px;
						background:#000000;
						line-height:60px;
						float:right;
						font-size: 12px;
						list-style-type:none;
						border-left:dotted 1px #3f3f3f;
					}
				
					.galleries li{
						display:inline;
					}
				
				.galleries li a{
					width:220px;
					height:60px;
					text-decoration:none;
					color:#3f3f3f;
					display:block;
					float:left;
				}
				.galleries a:hover{
					border-bottom:solid 1px #4c6aa3;
					font-weight:bold;
					color:#4c6aa3;
				
				}
					
				#bottomnav{
					width:960px;
					height:45px;
					margin:15px 10px;
					background:#000000;
					text-align:center;
					line-height:45px;
					font-size:8px;
				}
				
				.nav2{
					list-style-type:none;
				}
				
				.nav2 li{
					display:inline;
				}
				
				.nav2 li a{
					width:140px;
					height:45px;
					text-decoration:none;
					color:#3f3f3f;
					display:block;
					float:left;
				}
				.nav2 li a:hover{
					border-bottom:solid 1px #4c6aa3;
					font-weight:bold;
				
				}
				
				#footer{
					width:960px;
					height:120px;
					line-height:105px;
					margin:15px 10px;
					background:#000000;
					color:#3f3f3f;
					font-size:10px;
				}
					#footer-left{
						width:460px;
						float:left;
						padding:15px 10px;
						}
						
					#footer-right{
						width:460px;
						float:right;
						padding:15px 10px;
						text-align:right;
						}
						
						#footer-rt-text a{
							text-decoration:none;
							color:#4c6aa3;
							}
							
						#footer-rt-text a:hover{
							text-decoration:underline;
						}