﻿@import url("layout.css");
@import url("common.css");
body {
	font-family: "Arial", sans-serif;
	background-image:url('http://www.lilesnet.com/fox/_rotation_backgrounds/rotate.php');	background-repeat: repeat;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#column_c {
	width: 760px;
	padding: 10px;
	background-color:white;
}

#column_l {
	width: 370px;
	padding: 10px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 10px;
	background-color: #fff;
}
#column_r {
	width: 370px;
	padding: 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 370px;
	padding: 10px;;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000000;
	margin-bottom: 0;
	font-style: italic;
	font-weight: bold;
}
#masthead h3 {
	color: #FFFFFF;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	font-size:small;
	color: #000;
	display: block;
	padding: 1px 8px 1px 8px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: normal;
	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: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
	margin-top:5px; 
	margin-bottom:5px;

}
h3 {
	font-size: large;
	color: #c77;
	margin-top:15px; 
	margin-bottom:5px;
}
h4 {
	font-size: medium;
	color: #c77;
}
p {
	font-size: 1em;
	color: #000;
	margin-top:10px; 
	margin-bottom:2px;
	}
blockquote {
	font-size: 1em;
	color: #000;}
ol {
	font-size: 1em;
	color: #000;}
ul {
	font-size: 1em;
	color: #000;}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
hr {
	margin-bottom:0px;margin-top:0px;
}
/* Footer */
#footer p {
	font-size: 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;
}
.img-centered {
	display:block;margin-left:auto;margin-right:auto;
}
.img-table {
	margin-left:auto;
	margin-right:auto;
}
.cell-pad10 {
	padding-top:10px;
	padding-bottom:10px;
}
.table-double-border-outside {
	width:700px;
	background-color: #CDD7FE;
	padding:25px;
	margin-left:auto;
	margin-right:auto;
	border:3px;
	border-color:black;
	border-style:solid;
}
.table-double-border-inside {
	width:650px;
	background-color: white;
	padding:25px;
	border:3px;
	border-color:black;
	border-style:solid;
}
.boombox {
	background-color:white;
			border:5px;
			border-color:black;
			border-style:solid;
			width:300px;
			margin-left:auto;
			margin-right:auto;
			font-size:large;
			padding:10px;
}
