/*
  Project: CSS Template
  Developer(s): Derek Harvey
  Website: lotsofcode.com    
  Description: Multi-Column/Cells Layout
*/

/* General Styles
  **************************************/

body {
  background: #FFFFFF;
  margin: 0;
  font: 12px Tahoma, Verdana, Sans-serif;
  text-align: center;
}

a {
  color:#0000CC;
  text-decoration: none;
}

a img {
  border: 0;
}

li {
  margin-left: -14px;
  }

h1 { 
	font-size: 2em; 
	margin: .5em 15px; 
	}

h3 {
    font-size:1.5em;
    color:#FFFF00;
}

td {
  font-size:12px;
}

p {
  margin: 0 0 5px 0;
}

.content-padding {
  padding: 4px;
}

.clear {
  clear: both;
}

/* Wrapper Styles
  **************************************/

#wrapper-container {
  width: 600px;
  margin: 0 auto;
}


/* Centeral Column Styles
  **************************************/

.middle-column {
  min-height: 900px;
  text-align:left;
}


.upcoming {
  width: 600px;
  background: #ffffff;
  height:auto;
  min-height:900px !important;
}

.important {
  width: 600px;
  border:solid #000000 1px;
}
.important_text {
  margin: 10px 10px 10px 10px;
  text-align:justify;
}


/* Footer Styles
  **************************************/
  
#footer-container .top {
  background: #666666;
}

#footer-container .bottom {
  background: #ccc;
  text-align: center;
}

#nav {
	color: #fff;
	}
	
/* Text Styles
  **************************************/

.tour_title {
  font-size: 22px;
  font-weight:bold;
}

.other_information {
  font-size: 18px;
  font-weight:bold;
}

.red {
  color:#FF0000;
}

.blue {
  font-size:12px;
  color:#0000FF;
}

.tour_info {
  font-size: 14px;
  font-weight:bold;
}

#justify {
  width:600px;
  text-align:justify;
}



