﻿@import url("layout.css");
body {
	font-family: comic sans ms;
	font-size: small;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000000;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #cbcbcb;
	width: 760px;
	margin-left: auto;
	margin-right: auto;

}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url("../images/banner1.jpg");
	background-position: top;
	background-repeat: no-repeat;
	height: 206px;
	width: 760px;
}
#navigation {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #cbcbcb;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #cbcbcb;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #E4E4E4;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #E4E4E4;
}
#content {
	background-color: #E4E4E4;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* 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: #fff;
	display: block;
	padding: 5px;
	border: 1px solid #000;
	background-color: #000;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #cbcbcb;
	background-color: #cbcbcb;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	font-family: Comic Sans Ms;
	font-style:italic;
	color:#E4297A;

}
h2 {
	font-size: x-large;
	font-family: Comic Sans Ms;
	font-style:italic;
	color:#E4297A;

}
h3 {
	font-size: large;
	font-family: Comic Sans Ms;
	font-style:italic;
	color:#E4297A;
	font-weight:bold;
	
}
h4 {
	font-size: medium;
	font-family: Comic Sans Ms;
	font-style:italic;
	color:#E4297A;

}
h5 {
	font-size: x-small;
	font-family: Comic Sans Ms;
	font-style:italic;
	color:#E4297A;

}
h6 {
	font-size: xx-small;
	font-family: Comic Sans Ms;
	font-style:italic;
	color:#E4297A;

}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #9990c0;
	text-decoration: underline;
}
a:hover {
	color: #e4297a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}