/* CSS Document */


html
	{
	min-height: 100%;
	height: auto;
	background-image:url(../images/bkg/bl_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	}

body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	background-image: url(../images/bkg/tr_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}


/*** structure ***/

#header
	{
	width: 100%;
	background-image: url(../images/bkg/tl_corner.gif);
	background-repeat: no-repeat;
	}

#content
	{
	padding: 5px 40px;
	}

#contact
	{
	padding: 5px 40px;
	}

#footer
	{
	padding: 25px 40px;
	clear: both;
	}

.img_pad {
	padding: 5px;
	margin: 7px;
	}


/*** navigation ***/

#navcontainer { border-bottom: 1px solid #000; }

#navlist
	{
	margin: 0;
	padding: 0 0 20px 10px;
	}

#navlist ul, #navlist li
	{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited
	{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	}

#active a:link, #navlist a:hover, #active a:visited, #active a:hover
	{
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	}


/*** other nav ***/

a:link
	{
	text-decoration: none;
	color: #00B1E8;
	}

a:visited
	{
	text-decoration: none;
	color: #00B1E8;
	}

a:hover
	{
	text-decoration: none;
	color: #E92448;
	}

.album_link {
	font-size: 11px;
}

/*** form ***/

input, select, textarea{
  color: #000000;
  background-image: url(images/bkg/form_bkg2.jpg);
  background-repeat: no-repeat;
  border: 1px solid gray;
  }


/*** miscellaneous ***/

.instructions {
	color: #00B1E8;
}

.instructions strong {
	color: #E92448;
}

