﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url('../images/lilacfade1.jpg');
	background-repeat: repeat-x;
}
#container {
	border-style: none;
	
}
#masthead {
	text-align: center;
}
#navigation {
	
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	margin: 30px 0px 0px 0px;
	width: 450px;
	
}
html>body #column_l {
	width: 450px;
	padding: 0;
}
#column_r {
	margin: 30px 0px 0px 0px;
	width: 230px;
	float: right;
}
html>body #column_r {
	width: 230px;
	padding: 0px;
}
#content {
	
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	margin: 20px 0px 20px 0px;
	color: #663300;
	font-size: xx-large;
}
#masthead h3 {
	margin: 20px 0px 20px 0px;
	color: #FFFFFF;
	font-size: x-large;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	margin: 0px 7px 0px 7px;
	font-weight: normal;
	text-decoration: none;
	color: #6600FF;
	display: block;
	padding: 5px;
	font-size: large;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #663300;
}
h2 {
	font-size: x-large;
	color: #663300;
}
h3 {
	font-size: large;
	color: #663300;
}
h4 {
	font-size: medium;
	color: #663300;
}
ul {
	font-size: small;
	color: #663300;
}
ol {
	font-size: small;
	color: #663300;
}
p {
	font-size: small;
	color: #663300;
}
blockquote {
	font-size: small;
	color: #663300;
}
h5 {
	font-size: x-small;
	color: #663300;
}
h6 {
	font-size: xx-small;
	color: #663300;
}
/* Footer */
#footer p {
	font-size: small;
	color: #6600FF;
	margin-top: 20px;
}
/* Links */
a {
	color: #6600FF;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}