/* CSS Document */

body {  
  padding : 20px;
  margin : 10px;
  width : 100%;
  font : 100.1% 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
  background : #003333 url(../images/darkgreen.jpg) repeat;
}

/* 
  This is the inner wrapper which contains the entire site 
*/
#wrapper {
  width : 759px; 
  background : #999966;
  border : solid 10px #ffffff;
  margin : 0 auto; 
}

/*
  Global link styling except where specified otherwise 
*/
a:link {
  color : #336699;
}

a:visited {
  color : #003366;
}

a:hover, a:focus, a:active {
  color : #fff;
  text-decoration : none;
}


/*
  Layout the content area 
*/
#content {
  float : left;
  width : 410px;
  padding : 5px 0;
  margin : 7px 20px;
  }

#rightcolumn {
  width : 309px;
  float : right;
  }

#gallery {
  display: inline; 
  list-style: none;
  width: 410px;
  min-height: 175px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  }

  
/*Layout the various content elements
*/
h2 {
	color : #003333;
	padding-top : 10px;
}

h3 {
	color : #003333;
}

p {
	color: #003333;
	font-size : 0.9em;
	padding-top : 10px;
	line-height : 1.5em;
}

ul {
  color: #003333;
  font-size : 0.9em;
  list-style-type : square;
  padding-left : 60px;
  padding-right : 60px;
  margin-left : 5px;
}  

div.images {
	float: right;
	background-color: #fff;
	border-left: 6px solid #fff;
}  

div.images p {
	color: #003333;
	text-align : right;
	font-size : 0.5em;
	font-style : italic;
	color : #003333;
	margin-bottom: 1px;
	padding: 0 0 0;
}

a.pic:link {
  color : #fff;
  text-decoration : none;
}

a.pic:visited {
  color : #fff;
}

a.pic:hover, a:focus, a:active {
  color : #003333;
  text-decoration : none;
}

.linkPic {
	float: left;
	margin: 0 12px 0px 0px;
	padding: 5px;
} 


/*
  Layout the footer
*/
#footer {
	clear : both;
	width : 748px;
	height : auto;
	padding : 5px 6px;
	background : #fff /*url(../images/footer_background.jpg)*/;
	text-align : left;
	border-top : 1px solid #fff;
	}

/*
  Style the various footer elements
*/
#footer p {
  color : #fff;
  margin : 5px;
  padding-top : 10px;
  font-size : 0.8em;
}

#footer a:link {
  color : #336699;
}

#footer a:visited {
  color : #003366;
}

#footer a:hover, #footer a:focus {
  color : #003333;
}
