﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #fff;
	/* background-image: url("../images/background_tile.gif"); */
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #000000;
}
html>body #navigation {
	overflow: hidden;
}

/* next 2 column definitions redifined below

#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}


#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}



#column_faright {
position:static;
	width: 195px;
	padding: 10px 0px;
	background-color: #fff;
}

#column_left {
position:static;
	width: 248px;
	height:600px;
	padding: 10px 0px;
	background-color: #fff;
	margin:0px;
}

#column_middle {
position:static;
	width: 450px;
	height:600px;
	padding:10px 0px;
	background-color: #fff;
}
*/


html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}

html>body #column_l {
	width: 370px;
	padding: 0 15px;
	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: #FF3300;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FF3300;
	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: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
		/* The next line(excluded) would put a botder around each menu button */
	/* border: 1px solid #cdc; */
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	/* color: #fff;*/
	color #FF3300;
	border: 1px solid #c77;
	/* background-color: #c77; this colour is pink so next line changes it to orange*/
	background-color: #FF3300;}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h1huge {
	font-size:50px;
	color: #c77;
}

h2 {
	font-size: x-large;
	color: #FF3300;

}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}



/*h5 {
	font-size: 40px;
	color: #FFFFFF;
	background-color: #FF3300;
}



h6 {
	font-size: xx-small;
	color: #c77;
}
*/

/* Footer */
#footer p {
	font-size: medium;
	color: #000000;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.auto-style1 {
	text-align: right;
	font-family: "Trebuchet MS";
	color: #FF3300;
}
.auto-style2 {
	
	text-align: center;
	font-family: "Trebuchet MS";
	color: #FF3300;
	
}
		.auto-style4 {
			text-align: center;
			font-size: large;
		}
		.auto-style5 {
		margin-left: 200px;
	text-align: center;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#masthead h1Eleos {
	color: #FF3300;
	margin-bottom: 0;
}
h5 {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	background-color: #FF3300;
	margin: 0px;
}

h6 {
	font-size: 60px;
	color: #c77;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	background-color:white ;
	margin: 0px;
}
