html,
body{
	height:auto;
}

body {
  margin: 0;
  margin-top:20px;
  padding: 0;
  text-align: center;
  
  font: 400 0.8em verdana, arial, sans-serif;
  line-height: 110%;
  background-color: #492637;

  color: #555;
}

#bgImage{
clear:both;
  background: #492637 url(../images/bg.gif) repeat-y top center;
  height:auto;
}

#footGirl{
	background: url(../images/girl2.gif) no-repeat bottom left ;
	background-position:0px bottom;
}

#navigation{
	margin-left:30px;
	padding-left:30px;
	margin-top:80px;
}

a{
	color:#ff9933;
	text-decoration:none;
}

a:hover{
	color:#492637;
}

h1{
	color:#ff9933;
	font-size:1.4em;
	margin-bottom:10px;
	line-height: 140%;
	border-bottom:14px solid #ff9933;
	
}

h2{
	color:#ff9933;
	font-size:1.2em;
	margin-bottom:0px;	
}

h3{
	color:#ff9933;
	font-size:1.1em;
	margin-bottom:0px;
	text-transform:uppercase;
}

h4{
	color:#ff9933;
	font-size:1.2em;
	margin-bottom:-15px;	
}

.miniHeading{
	font-weight:bolder;
	color:#ff9933;
}

.DivaGirl{
	display:block;
	position:absolute;
	left:40px;
	top:90%;
}

#headerImg {
	margin: 0 auto;
	height: 196px;
	background: url(../images/header.gif) no-repeat top center;
}

#content {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.miniGallery{
	margin-left:25px;
	border:3px solid #ff9933;
}

#galleryText{
	width:100%;
	text-align:center;
}


/**************************************************************
   Generic Display 
 **************************************************************/

#page {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 6em;
	text-align: left;
}

#columns {
	margin: 0 auto;
}


/* Column widths */
.width {
	width: 776px;
}

.widthPad {
	width: 717px;
}

.width25 {
	width: 24%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width95 {
  width: 95%;
}

.width100 {
  width: 100%;
}

.imgWidth{
	border:0px;
}

.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.marginLeft {
  margin-left: 15px;
}

.marginTop {
  margin-top: 85px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 15px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.grey{
	color:#666;
}


/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #ff9933;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 0.9em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 1.8em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1em;
  font-weight: bold;
  color: #ff9933;
}

.post .info {
    font-size: 0.8em;
	line-height:1em;
}

.post p {
	margin: 0 0 0 3.5em;
	padding:  0 0 1em 1.2em;
	border-left: 1px solid #ff9933;
}


/**************************************************************
   Contact Info Table
 **************************************************************/

#contactInfo{
	float:left;
	margin-left:60px;
	padding-top:10px;
	text-align:left;
}

#contactInfo table{
	font-size:0.8em;
	line-height:1em;
}

#contactInfo table th{
	color:#ff9933;
	vertical-align:top;
	text-align:right;
}

/**************************************************************
   Footer
 **************************************************************/


#footer {
	background: #492637 url(../images/footer.gif) no-repeat bottom center;
	clear: both;
	margin: 0 auto;
	padding-left:1px;
	width: 717px;
	height: 99px;
}

#footer #btmLinks {
	margin: 0 auto;
	height: 99px;
}

#footer #btmLinks ul {
	float: left;
	margin: 3em 1em 0 0 !important;
	margin: 3em 0.5em 0 0;
	padding: 0;
	padding-left:35px;
}

#footer #btmLinks ul li {
	display: inline;
	list-style: none;
}

#footer #btmLinks ul li a {
	float: left;
	padding: 0 0.5em;
	
	font: 400 1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;

	border-right: 1px solid #000;
}

#footer #btmLinks ul li a.last {
	padding-right: 0;
	border-right: 0;
}

.warningText{
	color:#CC0000;
	font-weight:bolder;
}