@charset "utf-8";
/* CSS Document
Programmed by Solstice Web
www.solsticeweb.com*/

body{
	margin-top: 0px;
	text-align: center;
	background-color: #b1382e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {/*makes all images that are links have no border*/
	border: none;
	text-align: center;
}
img {/*makes all images have no border*/
	border: none;
}
.a {
	color: #cc0000;
}

#header{
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/**Container To Hold The Layout**/
.container{
	margin-left: auto;
	margin-right: auto;
	width: 792px;
	height: 100%;
	background-color: #FFF;
	margin-top: 15px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

#grid_1,
#grid_2,
#grid_3 {
	position: relative;
	margin-left: 0px;
margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
	z-index: 1;
	
}
/* Grid >> 3 Columns
----------------------------------------------------------------------------------------------------*/

#grid_1 {
	width:96px;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 25px;
}

#grid_2 {
	background-color: #FFFFFF;
	width: 545px;
	height: auto;
	float: left;
}
#content{
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 35px;
	margin-right: 22px;
	width: 450px;
	margin-left: 75px;
	height: auto;
	z-index: 1;
}

#grid_3 {
	width:149px;
	background-color: #FFF;
	float: right;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

#pics {
	width:149px;
	margin-top: 0px;

}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
line-height: 0px;
font-size: 0px;
clear: both;
height: 0px;
}

#footer {
	height: 30px;
	width: 792px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-size: 11px;
	color: #FFF;

}

/* end of footer tools âââââââââââââââ-*/
.fr {
float: right;
}
.fl {
float: left;
}
.container   #header .logo{
	position: absolute;
	top: 0px;
	z-index: 100;
	left: 28px;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}
.subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;

}

a:link { color:#cc0000 }
a:visited { color: #cc0000;}
a:hover { color: #cc0000;}
a:active{ color: #cc0000;}
#footer a{color:#ffffff;
	text-decoration: none;
}
