body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: black;
}
html,body {
	height: 100%;
}

/* IE minwidth hack */
.wrap-width {
	width:100%;
	min-width:850px;
}

* html .wrap-minwidth {
	padding-left:850px;
}

* html .wrap-container {
	margin-left:-850px;
	position:relative;
}

/*\*/
* html .wrap-minwidth, * html .wrap-container, * html .wrapper, * html .wrap-layout  {
	height:1px;
}
/**/

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 100%;
	background-color: black;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 15px;
	padding-bottom: 5px;
	position: relative;
}
.header-img {
	float: left;
}
.header-text {
	float: right;
	color: red;
	font-size: xx-large;
	padding-top: 50px;
	padding-right: 130px;
	text-align: center;
}
.header-subtext {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}	
a img { border: 0; }

#navbar {
	width: 100%;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	float: right;
	clear: both;
	display: block;
	padding-right: 30px;
}
.menuitem {
	float: right;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 8px;
	margin-right: 18px;
	color: #000000;
	font-weight:bold;
}
.menuitem a {
	text-decoration: none;
	color: black;
}
.menuitem a:hover {
	color: red;
}
#content {
	clear: both;
	padding-left: 10px;
	background-color: white;
}
#content-calendar {
	min-width: 700px;
	text-align: left;
}

.text-window {
	text-align: center;
	margin-right:300px;
}
.pane {
	margin: auto;
	margin-top: 10px;
	width: 75%;
	text-align: left;
}
#pictures {
	float: right;
	clear: right;
	width: 305px;
	padding-left: 5px;
}
#pictures img {
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 10px;
}

/* sandbags for right side */
#smr-01 
{
	clear: right;
	float: right;
	padding:0;
	margin-right: 3em;
}
#smr-01 {
	width: 200px;
	height: 100%;
	min-height: 1px;
}
#footer {
	clear: both;
  	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	width: 100%;
	height: 37px;
	padding-left: 300px;
	margin-top: -20px;
	display: block;
}
.footeritem {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 8px;
	margin-right: 18px;
	margin-top: 3px;
	color: #000000;
	font-size: small;

}
.footeritem a {
	text-decoration: none;
	color: black;
}
.footeritem a:hover {
	color: red;
}

.red { color: red;}
.clear {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}

/* Calendar Styles */
#sml-15 {
	/* Used in calendar/plans.template */
	width: 100px;
	height: 700px;
}
#corner {
	position: absolute;
	top: 129px;
	left: 214px;
	z-index:1;
}
.calendar {
	width: 700px;
	min-width: 700px;
}
#copyright {
	font-size:small;
	text-align: center;
	margin-top: -10px;
	color: white;
}
.bbb {
	color: #0033CC;
}
.small {
	font-size: small;
}


/* Gallery Styles */
#content div.gallery {
	/* padding-left: 200px;*/
}

.text-right {
	text-align: right;
}
.big {font-size: xx-large;}

.quote1 {
	float: left;
	width: 35%;
	padding: 5px;
	margin-top: 20px;
	color: white;
}



/* For rounded border corners */
.spiffy{ 
display:block;
} 
.spiffy *{ 
display:block;
height:1px;
overflow:hidden;
background:#000000;
} 
.spiffy1{ 
border-right:1px solid #919191;
padding-right:1px;
margin-right:3px;
border-left:1px solid #919191;
padding-left:1px;
margin-left:3px;
background:#3f3f3f;
} 
.spiffy2{ 
border-right:1px solid #e5e5e5;
border-left:1px solid #e5e5e5;
padding:0px 1px;
background:#303030;
margin:0px 1px;
} 
.spiffy3{ 
border-right:1px solid #303030;
border-left:1px solid #303030;
margin:0px 1px;
} 
.spiffy4{ 
border-right:1px solid #919191;
border-left:1px solid #919191;
} 
.spiffy5{ 
border-right:1px solid #3f3f3f;
border-left:1px solid #3f3f3f;
} 
.spiffy_content{ 
padding:0px 5px;
background:#000000;
}  
.creditcards {
	color: white;
	position: absolute;
	bottom: 3px;
	right: 55px;
}

