/*
=======================================================================
"inside" page specific styles
=======================================================================
198.167.59.8/~pbmacintyre/htdocs/golflegends    DEV locations
www.legendsofgolf.ca                            PROD locations
=======================================================================
*/
body{
	width:790px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

p.pgTitle {
	margin: 0pt 0pt 0pt 0pt;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

#log_content{
	padding:0px;
	margin:0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#log_footer{
}

#log_nav{
	float:left;
	width: 165px;
	margin:0px;
	padding:0px;
	background-image: url(http://www.legendsofgolf.ca/images/back3_1.jpg);
	height: 384px;
	background-repeat: no-repeat;
}

.log_ul_nav{
	list-style:none;
	margin:0px;
	padding:0px;
	border:0px;
}

.log_li_nav,.log_li_nav_over{
	padding:3px;
	margin:0px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-family: Arial, "Helvetica", sans-serif;
	font-weight: bold;
}

.log_li_nav_over{
	background-color:#DDC798;
}

a.log_nav:link{
	text-decoration: none;
	display: block;
	width: 100%;
	font-size: 11px;
	color: #363636;
}
a.log_nav:visited{
	text-decoration: none;
	display: block;
	width: 100%;
	color: #363636;
	font-size: 11px;
}

a.log_nav:hover{
	text-decoration: none;
	display: block;
	width: 100%;
	color:white;
	font-size: 11px;
}