﻿@import url(layout.css);
.goldtext {
	color: #FFC20D;
}
.leftalign {
	text-align: left;
}
.border0 {
	border-width: 0;
}
.centeralign {
	text-align: center;
}
.smalllinks {
	font-size: x-small;
}
.justify {
	text-align: justify;
}
body {
	margin-top: 2px;
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: black;
	
}
#container {
	width: 880px;
	margin: 0 auto;
}
#masthead {
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	background: url(../images/Classycool_heading.jpg) bottom;
	background-repeat: repeat-y;
	background-color: #000;
	width: 880px;
	height: 160px;
	padding: 0;
	color: #000;
}
#navigation {
	margin-right: 0px;
	margin-left: 0px;
	background: url(../images/stretchtile.gif) bottom;
	background-repeat: repeat-x;
	background-color: #000;
	overflow: hidden;
}
#footer {
	text-align: center;
	background-color: #000;
	margin-right: 0px;
	margin-left: 0px;
	background: url(../images/stretchtile.gif) bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: center;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 80%;
	margin: 0;
	padding: 0;
	clear: both;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 0px solid #d3d3d3;
}
#navigation a:hover {
	color: #ffc20d;
	background-color: #000;
	border: 0px solid #f2f2f2;
}


/* Styles for Content */
}
h1 {
	color: #000;
	font-size: 2.0em;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #ffc20d;
	border-bottom: 1px solid #81B2FE;
}
h5 {
	color: #000;
	font-size: 0.85em;
}
h6 {
	color: #000;
	font-size: 0.5em;
}
h6 {
	color: #000;
	font-size: 0.5em;
}
big {
	color: #000;
	font-size: medium;
}
{
	color: #000;
	font-size: small;
	text-align: justify;
	margin: 0;
	padding: 5px;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #f2b600;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #438dfe;
	text-decoration: none;
}
a:hover {
	color: #f2b600;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}