a:link, a:visited {color:black; text-decoration:none; border-bottom:1px dotted black}
a:hover, a:visited:hover {color:white; background: black;}


body {
	font-family:Baskerville,Times New Roman, serif;
	font-size:13px;
	color:#000000;	
	text-align:center;
	margin: 0px;
	line-height: 1.5em;
}



#txtMenu {
	position: absolute;
	top: 27px;
	left: 350px	
}

#menu {
	width: 300px;
	text-align: left;
	position: absolute; top: 50px; left: 0px;
}

#menu a {
	text-decoration: none;
	font-family: Baskerville, Times, serif;
	font-size: 16px;
	padding: 5px;
	border: none;
	/*padding-top: 33px;
	padding-bottom: 15px;*/
	color: black;
	margin: 0px;
}

#menu a:hover {
	background: black;
	color: white;
}

#photos img {
	padding: 2px;
	border: 1px solid black;
	margin: 10px;
}

#photos a, #photos a:visited { border: none;}
#photos a:hover, #photos a:visited { background: transparent; }

#container {
	position: relative;
	margin:0px auto;
	text-align:left;
	width:700px;
	padding:0px;
	background-image:url("images/y2.jpg");
	background-repeat:repeat-y;
	background-color:#ffffff;
	text-align: justify;
}

p {text-indent:10px;}

h1 {
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	/*text-indent:5px;*/
	margin: 5px;
	font-weight: normal;
	padding: 5px;
	color: black;
	line-height: 1.1em;
}
h2 {
	text-indent:40px;
	margin:5px;
	color:white;
	background: black;
}
h3 {
	font-size: 13px;
	text-indent:7px;
	margin:0px;
	padding:0px;
	color:white;
	background: black;
}
#lColumn {
	float:left;
	width:60%;	
}
#rColumn {
	float:right;
	width:40%;
}
#menu {
	padding-left:50px;
	padding-bottom:0px;
	height:25px;
	text-align:center;
	width: 500px;
}

#content {
	background:url(images/head.jpg) left top no-repeat;
}

#credits {
	position: absolute;
	bottom: 0px;
	width: 675px;
	font-family: "Helvetica", sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}

#credits a:link, a:visited {font-family: "Helvetica", sans-serif; font-size: 10px; color: #666;}


#cBox {
	padding-left:20px;
	padding-right:0px;
	width:650px;
}

hr {
	width: 75%;
}

#right {
	float:right;
	color:black;
	margin-left:15px;
	margin-right:0px;
	padding:5px;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
}
#left {
	float:left;
	color:black;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:7px;
	padding:5px;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	}
#rBox {
	float:right;
	color:black;
	margin-left:0px;
	margin-right:7px;
	border:1px solid #cccccc;
	padding:10px;
}
#lBox {
	float:left;
	color:black;
	margin-left:0px;
	margin-right:7px;
	border-right:2px dotted #cccccc;
	padding:10px;
	width:150px;
}


.bRight {
	border-right:1px solid #cccccc;
}

.bBoth {
	border-right:1px dotted #999;
	border-left:1px dotted #999;
}

.grey {
	background-color: #F8F8F8;
}

.border {
	border:1px solid #ddd;
}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}


.har {
	background: url("images/har.jpg") top center no-repeat;
	width: 500px;
	height: 7px;
}


.black { color: white; background: black; padding: 2px;}
