/* CSS Style sheet for North Ormesby Working Mens Club - 2009 */
/* CSS copyright Teesside Media Works */

/* Permanent Styles -  Site */

html { height:100% }
form { margin:0px }
.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-x1 {  }
.f-x2 {  }
.f-x3 {  }
p:first-child { margin-top:0px }
table { empty-cells:hide }

/* End Permanent Styles -  Site */

/* STYLE FOR PAGE STRUCTURE */

body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(inc/grnd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%
	margin: 0px;
}

.titles {
	font-family: Tahoma;
	font-size: 14px;
	color: #E96E33;
	font-weight: bold;
}

#PageDiv {
	position:relative;
	margin: auto;
	width:990px;
	height:100%;
}
#container {
	position:relative;
	margin: auto;
	width:990px;
	height:100%;
	background-color: #FFFFFF;
	background-image: url(inc/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#contentholder {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
#contentholder .right {
	text-align: right;
	margin-right: 5px;
}
#contentholder .center {
	text-align: center;
}

#contentholder a:link, #contentholder a:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #666666;
	}

#contentholder a:hover {
	text-decoration: none; 
	font-weight: bold;
	color: #000000;
}


#footer {
  height: 30px;
  width: 810px;
  background: url("inc/footergrnd.gif") no-repeat 0 0;
}
#footer .foot {
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
	text-align: right;
	margin-right: 25px;
	margin-top: 10px;
}

/* Alert Boxes every page */
#eventsbox
{
  height: 240px;
  width: 190px;
  background: url("inc/eventsbox.gif") no-repeat 0 0;
}
#functionbox
{
  height: 240px;
  width: 190px;
  background: url("inc/funchirebox.gif") no-repeat 0 0;
}

#opentimesbox
{
  height: 140px;
  width: 190px;
  background: url("inc/opentimesbox.gif") no-repeat 0 0;
}

#events
{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;	
}
