/* `Pull in 960 stylesheets
----------------------------------------------------------------------------------------------------*/
@import "960.css";
@import "reset.css";


/* Layout Styles
----------------------------------------------------------------------------------------------------*/


body {
	font-size: 13px;
	line-height: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #867A60;
	background-image:url(../img/bg_img-2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	background-image:url(../img/ikebana_header.jpg);
	height: 200px;
	margin-bottom: 80px;
}


a { color: #867A60;
text-decoration:none;
	
}

a:hover {
	color:#004B06;
text-decoration:none;
	
}




td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;

}
	
 a:focus {
 outline:1px dotted
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:80px
}
h2 {
	font-size:45px;
	line-height: 65px;
	margin-top: 20px;
	margin-bottom: 34px;

}
h3 {
	font-size:30px
}
h4 {
	font-size:19px;
	line-height: 25px;
	margin-bottom: 5px;
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
ol {
	list-style:decimal
}
ul {
	list-style:disc
}
li {
	margin-left:30px
}

#main_content {
	background-image: url(../img/home-bg.jpg);
	height: 900px;
}
#left_nav ul {
	margin-left: 30px;
	color: #663C1E;
	font-size:24px;
	list-style: none;
}
#left_nav li {
	padding-top: 25px;
	list-style: none;

}
#left_nav li a {
	text-decoration:none;
	color: #663C1E;
}
#left_nav li a.active {
	color:#A4A4A4;
	text-decoration:none;
}
#logo {
	height: 65px;
	margin-top: 70px;
	margin-left: 50px;
	color: #663C1E;
	font-size: 80px;
	padding: 0px;
}
#top_content {
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}
#middle_content {
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
}
.smltext {
	font-size:10px;
}
