/* style.css - revised 102507 */
/* Template Style Rules*/
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #313131;
	text-align: center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

h1	{
	margin-top: 60px;
	margin-bottom: 50px;
}

.footer	{
	font-size: smaller;
	text-align: center;
	clear: both;
}

.validator	{
	text-align: left;
	clear: both;
}

/* Horizontal Navigation Menu Style Rules */
#navcontainer ul	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li	{
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding: 3px 10px;
}

#navlist a:link	{
	color: yellow;
	background-color: gray;
	text-decoration: none;
}

#navlist a:visited	{
	color: lime;
	background-color: gray;
	text-decoration: none;
}

#navlist a:hover	{
	color: red;
	background-color: black;
	text-decoration: none;
}

#current	{
	color: silver;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}

/* Link Style Rules*/
a:link      {color:aqua; }
a:visited   {color:lime; }
a:hover     {color:red; }
a:active    {color:white; }


/* Photo, Mat & Frame Style Rules*/
.wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	width: 960px;
	text-align: center;
}

.line {

	display: block;
	text-align: center;
	height: 385px;
	width: 725px;
	margin-left:auto;
	margin-right:auto;
}

.lmat {
	float: left;
	display:inline;
	background-color: #FFFFFF;
	height: 285px;
	width: 400px;
	margin: 5px;
	padding-top: 50px;
	border-width: 20px;
	border-left-style:outset;
	border-top-style:outset;
	border-right-style:inset;
	border-bottom-style:inset;
	border-color: #666666;
}

.pmat	{
	float: left;
	display:inline;
	background-color: #FFFFFF;
	height: 300px;
	width: 220px;
	margin: 5px;
	padding-top: 35px;
	border-width: 20px;
	border-left-style:outset;
	border-top-style:outset;
	border-right-style:inset;
	border-bottom-style:inset;
	border-color: #666666;
}

img	{
	padding: 0;
	margin: 0;
}

.caption {
	display:block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
}

