@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#EAEAFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.cen{
	text-align:center;
}
table{
	float:left;
}
#linkdiv{
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#linkdiv a{
	font-size:12px;
	color:#C30;
	text-decoration:underline;
	
}
#linkdiv a:hover{
	color:#960;
	text-decoration:none;
	
}

.oneColLiqCtrHdr #container {
	width: 85%;  /* this will create a container 80% of the browser width */
	background:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #container .lef{
	float:left;
	width:40%;
	margin-left:10%;
}
.oneColLiqCtrHdr #container .rig{
	float:right;
	width: 50%;
	margin-top:30px;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:16px;
	
}
.oneColLiqCtrHdr #head {
	background-image:url(../images/jokeshead.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:130px;
	width:auto;
}
.oneColLiqCtrHdr #lough{
	width:auto;
	margin-right:2px;
	margin-top:0;		
	font-size:11px;
	font-weight:700;
	}
.oneColLiqCtrHdr #head #menu{
	width:100%;
	}	
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColLiqCtrHdr #mainContent p{
	font-size:80%;
	color:#300;
	
}
.oneColLiqCtrHdr #mainContent .tit{
	font-size:90%;
	color:#033;
	
}
.oneColLiqCtrHdr #mainContent li{
	font-size:80%;
	color:#300;
	
}
.span{
	color:#900;
	font-size:110%;
	font-weight:800;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	font-weight:900;
	color:#300;
}
.oneColLiqCtrHdr #footer a{
	color:#600;	
} 
.oneColLiqCtrHdr #footer a:hover{
	color:#030;
	text-decoration:none;
} 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#divlink{
	font-size:10px;
	color:#003;
	margin-top:50px;
	width:80%;
	margin:0 auto;
}
#divlink a{
	color:#030;
	}
#divlink a:hover{
	color:#066;
	text-decoration:none;
	}
	/*css for larger*/
#showimage {
	BORDER-RIGHT: #000099 2px solid; BORDER-TOP: #000099 2px solid; VISIBILITY: hidden; BORDER-LEFT: #000099 2px solid; BORDER-BOTTOM: #000099 2px solid; POSITION: absolute
}
#showimage img{
	margin:0px;
}
#dragbar {
	CURSOR: pointer; BACKGROUND-COLOR: #efefef; min-width: 300px
}
#dragbar #closetext {
	FONT-WEIGHT: bold; MARGIN-RIGHT: 20px; color:#F00
}
/*end larger*/
.photdiv{
	padding:3px;
	font-size:70%;
	width:100%;
	margin:2px;
}
.photdiv img{
	padding:2px;
	border-style:none;
	float:left;
}