/* MAIN ***********************************************************************/


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:white;
	
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

h1 { 
	font-size:16px; 
	font-weight: bold;
  margin: 10px 0;
}

h2 {
	font-size:12px; 
	font-weight: bold;
  margin-top: 15px;
}

h1, h2, p, a, th, td {
  color: #707070;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

img {
  border:0;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:710px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
  background-color: white;
}

/* HEADER *********************************************************************/

div#header {
	padding:16px 0 0px 0;
	border-top: #707070 8px solid;
}

/* MENU ***********************************************************************/

#menu {
  border-top: #707070 1px solid;
  border-bottom: #707070 1px solid;
  margin-top: 14px;
  padding: 5px 0;
  font-size: 12px;
}

#menu ul {
	list-style: none;
	padding: 0;
  margin: 0;
}

#menu ul li {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  padding: 3px 5px;
  text-transform: uppercase;
}

#menu ul li a {
  font-weight: bold;
  color: #707070;
  text-decoration: none;
}

#menu ul li:hover,
#menu ul li:hover a,
#menu ul li a:hover {
  color: white;
  background-color: #CACACA;
}

#menu ul li.active,
#menu ul li.active a {
  color: white;
  background-color: #707070;
}


/* CONTENT ********************************************************************/


div#content {
	padding: 5px 0 70px 0;
}

div#content p {
  margin: 10px 0 10px;
}

div#content table {
  width: 710px;
  border-collapse: collapse;
  margin: 10px 0 10px 0;
  border-bottom: #dddddd 1px solid;
}

div#content table th {
  font-size: 11px;
  text-align:left;
  vertical-align: top;
  border-top: #dddddd 1px solid;
  padding: 4px 15px 4px 0;
  font-weight: normal;
}

div#content table td {
  border-top: #dddddd 1px solid;
  padding: 4px 0;
}

div#content table tr.header th {
  border: 0;
}


/* FOOTER *********************************************************************/

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
  border-top: #707070 1px solid;
  border-bottom: #707070 8px solid;
  padding: 10px 0 0px 0;
}

div#footer p {
  font-size: 10px;
}

/* IMAGE LAYOUT ***************************************************************/

.images {
  width:300px;
}

.images img {
  margin: 10px 0;
}

.images.left {
  float:left; 
  margin-right:20px;
}

.images.right {
  float:right; 
  margin-left:20px;
}

/* HOME ***********************************************************************/

div#content .banner {
  padding-bottom: 5px;
  border-bottom: #707070 1px solid;
}

div#content .latest {
  border: #cccccc 1px solid;
  padding: 19px 0 19px 11px;
}

div#content .latest img {
  margin: 0 9px;
}

/* GALLERY ********************************************************************/

.gallery {
  width:710px;
}

.gallery .item {
  width: 150px;
  float: left;
  margin-right: 36px;
  margin-bottom: 20px;
  color: #707070;
}

.gallery .item.last_column {
  margin: 0;
}

.gallery .item div {
  margin: 3px 0 0 0;
  text-align: center;
}

.gallery .item2 {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 36px;
  margin-bottom: 20px;
  color: #707070;
}

.gallery .item2.last_column {
  margin: 0;
}

.gallery .item2 div {
  margin: 3px 0 0 0;
  text-align: center;
}
