﻿@import url("layout.css");
body {
	font-family: Cochin, Myriad Pro, Biaukai, Papyrus, Verdana, Arial, Helvetica, sans-serif;
	color: silver;
	font-size: small;
	background-image: url("../images/ink.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color:white;
}
#container {
	background-color: transparent;
}
#masthead {
	text-align: right;
	background-position: top;
	background-color: transparent;
	position:relative;
	top: 10px;
}
#next {
	text-align: left;
}
#next a:hover {
	font-weight: bold;
	color: transparent;
}

#navigation {
	background-color: transparent;
	text-align: right;
	width: 717px;
	position: absolute;
	top: 135px;

}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 684px;
	padding: 15px 15px;
	background-color: transparent;
	height: 500px;
	overflow:auto;
	position: absolute;
	top: 180px;
	left: 270px;

}
html>body #column_l {
	width: 687px;
	padding: 15px 15px;
	background-color: transparent;
	height: 500px;
	overflow:auto;
	color: silver;
	scrollbar-face-color: black;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: black;
	scrollbar-arrow-color: black;
	}
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type:none;
	height: 50px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
	padding: 0;
}
#navigation a {
	text-decoration: none;
	color: transparent;
	display: block;
	padding: 2px;
	background-color: transparent;
}
#navigation a:hover {
	font-weight: bold;
	color: transparent;
	background-image:url('../images/button_bg.jpg');
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: silver;
}
h2 {
	font-size: x-large;
	color: silver;
}
h3 {
	font-size: large;
	color: silver;
}
h4 {
	font-size: medium;
	color: silver;
}
h5 {
	font-size: x-small;
	color: silver;
}
h6 {
	font-size: xx-small;
	color: silver;
}
/* Footer */
/* Links */
a {
	color:silver;
	
}
a img {border: 0px;}.
a:hover {
	color: silver;

}
.style_bold {
	font-weight: 
}
