@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	
}


#container {
	height: 600px;
	width: 800px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-color: #00CC66;
	border-top-width: 0px;
}
#container #head {
	background-color:#FFFFFF;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
#container #footer {
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	padding-top: 5px;
}


#container #navcontainer {
	background-color:#FFFFFF;
	text-align:right;
	font-size: 11px;
	font-family:"Times New Roman", Times, serif;
	float: left;
	clear: left;
	width: 800px;
}
#navlist
{
	margin: 0;
	border-bottom: 1px solid #000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
}

#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;
	text-decoration: none;
	color: #999;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
}

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

#navlist a:hover { color: #000; }

#container #outterphotoborder {
	background-color: #FFFFFF;
	height: 600px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#outterphotoborder table {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	
}

#outterphotoborder table a:link {
	color:#000000;
	text-decoration: none;
	
}
	
	
#outterphotoborder table a:hover {
	color:#999999;
	text-decoration: none;

}
	
#outterphotoborder table a:visited {
	color:#CC3333;
	text-decoration: none;
}

	