/* Main Text Styles */
* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
body {
	font: 0.85em Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #98CCCA;
	height: 100%;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{ /* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 10px;
}
h1 {
	font-size: 140%;
	font-weight: bold;
}
h2 {}
h3 {
	font-size: 130%;
	color: #890000;
}
h4 {}
h5 {}
h6 {
	color: #FF0000;
	font-size: 140%;
}
p {
	margin-right: 10px;
}
ul,ol {
	margin-left: 25px;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
form {}
a, a:link, a:visited, a:active {
	color: #0000CC;
	text-decoration: none;
}
a:hover,a:focus {
	color: #FFCC00;
	text-decoration: none;
	background: #660000;
}
/* End Main Text Styles */

.spitfire {
	font-size: 90%;
	color: #CCCCCC;
	text-align: right;
	margin-top: 6px;
	margin-right: 18px;
}
.spitfire a,.spitfire a:link,.spitfire a:active,.spitfire a:visited {
	color: #666666;
	text-decoration: none;
}
.spitfire a:hover,.spitfire a:focus {
	color: #222222;
	text-decoration: none;
}
.navbar {
	font-size: 140%;
	font-weight: bold;
	background: url(../../images/main/sand.jpg) no-repeat center;
}
.edge_l {
	background: url(../../images/main/edge_l.jpg);
}
.edge_r {

	background: url(../../images/main/edge_r.gif);
}
.edge_b {


	background: url(../../images/main/edge_b.gif);
}
.image_right {
	padding-left: 30px;
	float: right;
}
.image_left {
	float: left;
	padding-right: 30px;
}
.image_border {
	border: 5px groove #98CCCA;
	text-align: center;
}

