/* CSS Document */
body {
margin-top: 30px;
margin-bottom: 20px;
margin-right: 0px;
margin-left: 0px;
background-image:url(http://www.lumberjackminigolf.com/images/background.jpg);
}


/*Bodytext*/



.text p, li, td{
	font-family: arial;
	font-size: 14px;
    line-height: 120%;
	color: #000000;

}

.text a{
	font-family: arial;
	font-size: 14px;
	text-decoration: underline;
	line-height: 120%;
	font-weight:bold;
	color: #0375B4;
}

.text a:hover{
	text-decoration: underline;
	line-height: 120%;
	font-weight:bold;
	color: #FF2146;
}


.smalltext {
	font-family: arial;
	font-size: 12px;
    line-height: 130%;
	color: #ffffff;
	text-align: left;

}

.smalltext a{
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	line-height: 130%;
	color: #B4D9F6;
}

.smalltext a:hover{
	text-decoration: underline;
	line-height: 130%;
	color: #FFFF9C;
}


.navigation {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;

}

.navigation  a{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	color: #ffffff;
}

.navigation  a:hover{
	text-decoration: underline;
	font-weight:normal;
	color: #CCEDCF;
}

.lightbox{
	border: 0px;
}


/*H1-Sub Headers*/


h1{
	font-family: times new roman;
	font-size: 24px;
	font-weight: normal;
	font-style:italic;
	color: #FF2146;
}

.redtext{
	font-family: times new roman;
	font-size: 21px;
	font-weight: normal;
	font-style:italic;
	color: #FF2146;
}

.largebold{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


/*Footer Navigation-Text*/


.footertext{
	font-family: arial;
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
}

.footertext a{
	font-family: arial;
	font-size: 12px;
	line-height: 140%;
	text-decoration: underline;
	font-weight: none;
	color: #CCEDCF;
}

.footertext a:hover{
	text-decoration: underline;
	line-height: 140%;
	font-weight: none;
	color: #FFFFFF;
}



