﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url('../images/2010 xmas background.jpg');
	background-repeat: repeat;
}

#container {
	background-color: transparent;
	margin: 5% 0 5% 0;
}
#masthead {
	text-align: center;
	background-color:transparent;
	background-repeat: no-repeat;
	line-height:.3em;
}

#navigation {
	background-color: teal;
	background: #ECEDD6;
	border-top: 1px solid #teal;
	border-bottom: 1px solid teal;
	height: 45px;
}
html>body #navigation {
	margin: 0 4px 0 4px;
	overflow: hidden;
	text-align: center;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #14E066;
	background: #14E066;
}
html>body #column_l {
	width: 370px;
	background-color: #B3CCCC;
	background: #CBD28B;
	text-align: center;
	border: 5 #ffffff ridge;
	width: 96%;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#headerimg {
	border-style:  groove;
	border-width:medium;
	border-color:white;
	height: 191px;
	width:213px;
}
#footer {
	text-align: center;
	background-color: #990000;
	background: #ECEDD6;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
html>body #footer {
	margin: 0 auto 0 0;
	text-align: center;
	padding-bottom: 0;
	border-top-color: #800000;
	border-top-style: solid;
	border-top-width: medium;
}
/* Masthead */
#masthead h1 {
	font: italic normal bolder 35px/normal Pristina;
	color: teal;
}
#masthead h3 {
	font: oblique normal bolder 100% "Lucida Calligraphy";
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type:none;
	width:59%;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	list-style:none;
}
#navigation li {
	text-align:center;
	float:left;
}
#navigation a {
	font-weight: bold;
	font-size: medium;
	color: red;
	display: list-item;
	padding: 5px;
	border: 1px solid #cdc;
	text-decoration: underline;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: x-large;
	color: #c77;
	text-align: center;
	height: 45px;
	background-color: #990000;
	background: #ECEDD6;
	color: green;
}
h1 ul {
	color: green;
	text-align: center;
}

h2 {
	font-size: x-large;
	color: #0000FF;
	text-align: center;
	background: #CBD28B;
}
h3 {
	font-size: large;
	color: #5080F0;
	text-align: left;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,ol,ul {
	border: medium #CCD6BC;
	font-size: small;
	color: #000000;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}
blockquote,p {
	border: medium #CCD6BC;
	font-size: small;
	color: #000000;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
}

h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}