﻿@import url("layout.css");
@import url("common.css");
body {
	
	background-image: url("../images/smiley_background_image.jpg");
	background-repeat: repeat;
}
#container {
	border: 2px solid #8c8c8c;
	background-color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: x-large;
}
/* Masthead */
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
}
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 10px;
}

/* Navigation */
#navigation {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	background-color: #cdc;
	overflow: scroll;
}
#navigation .divider {
	clear: both;
	height:1px;
	width:100%;
	color: black;
	border-color:black;
	margin: 0px;
	padding: 0px;
	}
#navigation ul {
	list-style-type: none;
	/* (for cross-browser compatibility add two lines) */
	padding: 0px;
  margin: 0px;
}
#navigation li {
	float: left;
	padding: 3px 8px 3px 8px;
}
#navigation a {
	font-weight: normal;
	font-size: large;
	text-decoration: none;
	color: #000;

}
/* mouse over link */
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #FF0000;
	}


#content {
	width: 950px;
	padding: 15px;
	background-color: #fff;
}
#content li {
	margin: 10px 0px 10px 0px;
}

#footer {
	padding-bottom: 10px;
}
#footer p {
	text-align: center;
	font-size: medium;
}



/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,ol,ul {
	font-size: 1em;
	color: #000;
}


/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
