﻿@import url("layout.css");
body {
	font-family: Tahoma;
	font-size: small;
	background-image: url("../images/gradient5.png");
	background-repeat: repeat-x;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #fff;
	
	
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/tim_heading2.jpg");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #ececec;
}

#column_l {
	width: 367px;
	padding: 15px 5px;
	background-color: #ececec;
	background-repeat: no-repeat;
	background-image:url('../images/side_fadeR.jpg')
	
}
html>body #column_l {
	width: 370px;
	padding: 10px 15px;
}
#column_r {
	width: 370px;
	padding: 2px 2px;
	height: auto;
	margin-top: 12px;
	
	background-color: #fff;
}
html>body #column_r {
	width: 370px;
	padding: 2px 2px;
	background-color: #ececec;
}
#content {

}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */

#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #b9d;
	background-color: #b9d;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	background-color: #ececec;
}
/* Links */
a {
	color: #9560ca;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
