﻿@import url("layout.css");
body {
	background: #B7ACB5 url('../images/back_line-spring.jpg') repeat-y center
top;
	font-family: Verdana, Tahoma;
	font-size: small;
	color: #000000;
}
#container {
	border-right: 1px solid #4D7373;
	border-left: 1px solid #4D7373;
	background-color: #fff;
	
}
#masthead {
	text-align: right;
	background-color: #B16F6B;
}
#navigation {
	border-top: 1px solid #B16F6B;
	border-bottom: none;
	background-color: #B16F6B;
}
#navigation2 {
	border-top: 1px solid #FFFFFF;
	background-color: #C79694;
	}
html>body #navigation {
	overflow: hidden;
	font-family: Georgia;
}
html>body #navigation2 {
	overflow: hidden;
	font-family: Georgia;
}
html>body #current {
	overflow: hidden;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
}

#column_l {
	width: 520px;
	padding: 15px;
	background-color: #fff;
	padding-top: 15px;
}
html>body #column_l {
	width: 510px;
	padding: 0 15px;
	background-color: #fff;
}

#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#sample {
	border: #B16F6B double;
	padding: 5px 10px;
	font: 100%;

}
html>#sample {
	border-style: double;
	border: #B16F6B;
	
}

#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	font-size: x-small;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0.5em;
	font-family: "Times New Roman", Times, serif;
}
#masthead h3 {
	font-weight: bold;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
	font-family: Georgia;
	font-size: small;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;

}
#navigation li {
	float: left;
	border-top-color: #B16F6B;
	line-height: 1.6em;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: none;
	font-size: x-small;
	font-family: Verdana;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #C79694;
	font-size: x-small;
	font-family: Verdana;
}
#current {
	font-weight: bold;
	text-decoration: none;
	color: #C2B147;
	border: 1px solid #FFFFFF;
	background-color: #C79694;
	font-size: x-small;
	font-family: Verdana;
}

/* Navigation2 */
#navigation2 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	float: left;
}
#navigation2 a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px solid #C79694;
	font-size: x-small;
	font-family: Verdana;

}
#navigation2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #AD6A67;
	border: 1px #D5B0AE solid;
	background-color: #D5B0AE;

	font-family: Verdana;
}
#navigation2 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #AD6A67;
	background-color: #D5B0AE;
	font-size: x-small;
	font-family: Verdana;
}
/* column_l */

}
#column_l li {
padding-top:10px	
	
}


/* Right Column */
#column_r img {
}
#column_r img {
}
/* Site typography */
h1 {
	font-size: small;
	color: #FFFFFF;
	font-family: Georgia;
}
h2 {
	font-size: large;
	color: #65432A;
	font-family: Georgia;
}
h3 {
	font-size: medium;
	font-style: normal;
	color: #B06F6B;
	font-family: Georgia;
}
h4 {
	font-size: small;
	font-style: normal;
	color: #666633;
	font-family: Georgia;
}
h4 {
	font-size: small;
	font-style: normal;
	color: #65432A;
	font-family: Georgia;
}
h5 {
	font-size: small;
	font-style: normal;
	font-family: Verdana;
	color: #B06F6B
}
h6 {
	font-size: small;
	font-style: normal;
	font-family: Verdana;
	color: #666633;
}
/* images */
#img {
	border-width: 0;
}

/* Footer */
#footer p {
	font-size: small;
	color: #000;
}

/* Links */
a {
	border: none;
	color: #B16F6B;
	text-decoration: underline;
}
a:hover {
	color: 
	text-decoration: none;
}
a:active {
	color: #4D7373;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}