﻿html, body
{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	height:100%; /* needed for container min-height */
	background:#18150c;
	background-image: url('../Images/tile1.gif');
	background-repeat: repeat-x;
	font-family: Helvetica;
	font-style: normal;
	font-size: 14px;
}

a
{
	text-decoration:none;
	color:Black;
}

div#container
{
	width:770px;
	min-width:600px;
	max-width: 800px;
	background-color:white;
	position:relative; /* needed for footer positioning*/
	clear:both;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	margin: 10px auto 5px auto;
}

div#header {
	padding:1em;
	background: Transparent 98% 10px no-repeat;
	border-bottom:6px double gray;
	border-top:6px double gray;
}

div#content 
{
	position:relative;
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	padding:0em 0em 0em; /* bottom padding for footer */
	overflow:hidden;
}

div#content p 	
{
	text-align:justify;
	padding:0 1em;
}

#leftBorder
{
	width: 10%;
	max-width: 120px;
	background-image: url('../Images/tile.jpg');
	background-repeat: repeat-y;
	/*border-right: solid 6px grey;*/
	position: relative;
	float:left;
	min-height:100%;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	z-index:2;
}

#middle
{
	width: 76%;
	padding-left: 30px;
	background-color:Transparent;
	position:relative;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	z-index:0;
}

#rightBorder
{
	width: 10%;
	max-width: 120px;
	background-image: url('../Images/tile.jpg');
	background-repeat: repeat-y;
	/*border-left: solid 5px grey;*/
	position: relative;
	float: right;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	z-index:2;
}

#bottom
{
	margin-top:30px;
	bottom: 0px;
	position: relative;
}

div#footer {
	clear:both;
	position:relative;
	width:100%;
	bottom:0; /* stick to bottom */
	background:white;
	border-top:6px double gray;
}

#clear
{
	clear:both;
}


#links
{
	margin-bottom: 30px;
	padding-top: 20px;
	position: relative;
	color:Black;	
}

#flairLeft
{
	position:absolute;
	top:100px;
	left:0px;
	z-index:-1;
}

#flairRight
{
	position:absolute;
	top:360px;
	right:0px;
	z-index:-1;
}

#contacts
{
	margin-left:30px;
	text-align:center;
	margin-bottom:40px;
}

#map
{
	margin-left:35px;
	border-style:none;
	margin-top:30px;
}

#map img
{
	border-color:#d21c45;
}

.contactText
{
	text-align:left;
	padding-left:40px;
}

.heading
{
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
	color:Black;
	font-variant:small-caps;
}

.subHeading1
{
	text-align: left;
	margin-bottom: 5px;
	font-weight: normal;
	position: relative;
	color:Black;
	font-variant:normal;	
}

.infoText
{
	text-align: justify;
	font-size: 10;
}
.links a
{
	font-weight: bold;
	color: Black; /* underline away */
	font-variant:small-caps;
}

.current
{
	color:Gray;
	font-weight:bold;
	font-variant:small-caps;
}

.footerText
{
	font-family:Helvetica;
	font-size:8px;
	color:#d21c45;
	text-align:center;
	width:100%;
}

