 html
{
	overflow: scroll;
	font-family: "Times New Roman, Arial, Helvetica, sans-serif";
}
body
{
	background-color: black;
}

/* Styles for main structure */

#container
{
	width: 900px;
	height: 830px;
	margin: auto;
	margin-top: 30px;
	border: solid 2px black;
	background-color: #f5fcae;
}

/* Styles for header */

#header
{
	background-image: url(images/banner.jpg);
	width: 900px;
	height: 200px;
	text-align: right;
	font-size: 25px;
	font-style: italic;
	border-bottom: solid 2px black;
}

/* Styles for content */

#content
{
	width: 729px;
	height: 660px;
	float: left;;
	color: black;
	background-color: #f5fcae;
}

#content h1
{
	text-align: left;
	font-size: 30px;
	margin:0;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 0;
}

#content h2
{
	text-align: center;
	font-size: 20px;
	margin:0;
	padding: 0;
}

#content h3
{
	text-align: left;
	font-size: 20px;
	margin:0;
	margin-left: 10px;
	padding: 0;
}

#content p
{
	font-size: 14px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

#content a
{
	color: red;
	text-decoration: none;
}

#content a:hover
{
	color: red;
	text-decoration: underline;
}



/* Styles for left side bar ( bg color was #dbe0e1)  */

#leftsidebar
{
	width: 169px;
	height: 660px;
	float: left;
	border-right: solid 2px black;
	background-color: #f5fcae;
}

#leftsidebar h3
{
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: -5px;
	text-decoration: underline;
}

/* Styles for Navigation */

#menu
{
	height: 280px;
}

#menu ul
{
	width: 168px;
	text-align: center;
	list-style-type: none;
	padding: 0;
	display: block;
}

#menu ul li
{
	width: 168px;
	line-height: 26px;
	margin-top: 10px;
	background-image: url(images/menu_bg.png);ƒ
}

#menu a
{
	width: 168px;
	text-decoration: none;
	color: black;
	font-size: 15px;
}

#menu a:hover
{
	text-decoration: none;
	color: red;
	font-size: 15px;
}

#menu h3
{
	margin-top: 15px;
	margin-bottom: 15px;
}

#menua 
{
	height: 70px;
	border-bottom: dashed 1px black;
}

#menub 
{
	height: 70px;
	border-bottom: dashed 1px black;
}

#menuc 
{
	height: 105px;
	border-bottom: solid 2px black;
}

/*Styles for footer */

#footer
{
	width: 900px;
	height: 20px;
	float: left;
	font-size: 15px;
	background-color: white; 
	border: solid 1px black;
	margin-left:-1px;
}

#footer p
{
	margin-top:2px;
}

#footer a
{
	font-weight: normal;
	text-decoration: none;
	color: blue;
	display: inline;
}

#footer a:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}

#address
{
	width: 399px;
	text-align: right;
	color: black;
	float: left;
}

#telephone
{
	width: 200px;
	text-align: right;
	color: black;
	float: left;
}

#footerlinks
{
	width:278px;
	text-align: right;
	color: black;
	float: left;
	list-style-type:none;
}

#footerlinks a
{
	color: blue;
	text-decoration: none;
}

#footerlinks a:hover
{
	color: red;
	text-decoration: none;
}

/* Styles for Homepage */

#home
{
	height: 600px;

}

#home a
{
	color: blue;
	text-decoration: none;

}

#home img
{
	width: 350px;
	border: solid 1px black;
	text-align: center;

}

#home p
{
	text-align: center;
	font-size: 18px;
	font-style:italic;

}

#home h1
{
	text-align: center;
	color: red;

}

#openinghours
{
	margin-left: 250px;

}

/* Styles for Links page */

#links h3
{
	margin-top: 25px;
	margin-bottom: 25px;
}

#links p
{
	margin-top: 70px;
	text-align: center;
	font-weight: bold;
}

#links ul li
{
	font-size: 15px;
	margin-top: 12px;
	list-style-type: none;
}

#links ul li a
{
	color: blue;
	font-weight: bold;
	text-decoration:none;
}

#links ul li a:hover
{
	font-size: 15px;
	color: red;
	font-weight: bold;
	text-decoration:none;
}

/* Styles for Locate Us */

#locateus a
{
	margin-left: 550px;
	font-size: 14px;
	color: blue;
	font-weight: bold;
	text-decoration:none;
}

#locateus a:hover
{
	margin-left: 550px;
	color: red;
	font-weight: bold;
	text-decoration:none;
}

#locateus p
{
	margin: 10px;
	color: red;
}

#map2
{
	width: 600px;
	height: 400px;
	margin-left: 50px;
	border: solid 1px black;
}


/* Styles for podcast page */

#podcast h1
{
	margin-bottom: 30px;
}

#podcast h3
{
	margin-bottom: 30px;
}

#podcast img
{
	float:left;
}

/* Styles for About Us */

#aboutus-left
{
	width: 55%;
	float: left;
}

#aboutus-right
{
	width: 45%;
	float: right;
	margin-bottom: 25px;
}

#aboutus-right img
{
	margin-left: 35px;
	border: solid 1px black;
	margin-top: 10px;
}

#oldpic
{
	float: right;
	margin-right: 30px;
}




/* Menu page styles*/

#menus 
{
	height: 550px;
}

#menuimages
{
	margin-left: 50px;
	margin-top: 20px;
}

#menuimages img
{
	border: solid 2px black;
	margin-top: 5px;
	margin-right: 5px;
}

#menuimages a:hover img
{
	border: solid 2px #c10b10;
}



/* Styles for contact us */

.cfbpro {
 width: 500px;
}
label {
 padding-right:10px
}
.form_title {
 font-size:22px;
font-weight:bold;
}
.required {
 font-weight:bold
}
.not-required {
 font-weight:normal
}

/* Styles for Rallying Gallery */

#gallery h1
{
	margin-bottom: 30px;
}

#gallery img
{
	margin-left: 100px;
	border:solid 1px black
}

#gallery p
{
	margin-top: 95px;
	text-align: center;
	color: red;
}

/* Styles for copyright statement */

#copyright
{
	width: 900px;
	height: 40px;
	padding-top: 210px;
	margin:auto;
	font-size: 11px;
	text-align: center;
	color: white;
}
#contactform
{
	width:550px;
	height:450px;
	margin-left: 30px;
	border: 1px solid black;
}