/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background: url(/img/site/bg.jpg);
	color:rgb(221,218,173);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p{
	color:rgb(221,218,173);
}
a{
	color:#edecdb;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#969365;
	text-decoration:underline;
	outline:none;
}
a:visited{
	color:#e5e4d4;
	text-decoration:none;
	outline:none;
}
a:visited:hover{
	color:#969365;
	text-decoration:underline;
	outline:none;
}

divBottom{

	background:url(/img/site/bg.jpg) repeat-x;

}
#contentLinks ul, #contentLinks ul li{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:6px;
	margin-right:6px;
	list-style:none;
	padding-left:6px;
}

#contentLinks a:hover{
	color:#fff;
}
#menu_links ul, #menu_links li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#weatherTemp{
	font-size:45px;
}

#TL { 
	background: url(/img/site/fadeUpperLeft.png) no-repeat; 
	width:5px; 
	height:5px;
	float:left;
}
#T { 
	background: url(/img/site/fadeUp.png) repeat-x;
	height:5px; 
	float:left;
}
#L { 
	background: url(/img/site/fadeLeft.png)repeat-y;
	width:5px; 
	float:left;
	overflow:hidden;
}
#BL { 
	background: url(/img/site/fadeBottomLeft.png) no-repeat;
	width:5px; 
	height:5px;
	float:left;
}
#B {
	background: url(/img/site/fadeDown.png) repeat-x;
	float:left;
	height:5px;
}
#TR {
	background: url(/img/site/fadeUpperRight.png) no-repeat; 
	width:5px; 
	height:5px;
	float:left;
}
#R {
	background: url(/img/site/fadeRight.png)repeat-y;
	width:5px;
	float:left;
}
#BR {
	background: url(/img/site/fadeBottomRight.png) no-repeat;
	width:5px; 
	height:5px;
	float:left;
}

label  {
	display:block;
	width:175px;
	float:left;
}
.mini {
	display:block;
	width:100px;
	float:left;
}

.hole {
	display:block;
	float:left;
	background: url(/img/site/smShield.png) no-repeat;
	text-align:center;
	width:35px;
	height:40px;
	margin:2px;
	padding-top:6px;
	font-family:times;
	font-weight:bold;
}
a.nodec:hover {
	text-decoration: none;
}