/* Aberdeen Indoor Bowling Club */
/* Developer : S G MacDonald */
/* Developer Homepage : http://www.scottgm.co.uk */



/* Eric Meyer CSS Reset */

html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
											margin: 0;
											padding: 0;
											border: 0;
											outline: 0;
											font-weight: inherit;
											font-style: inherit;
											font-size: 100%;
											font-family: inherit;
											vertical-align: baseline;
}

body {
		line-height: 1;
		height: 100%;
		color: black;
		background: white;
		background: url(images/main_bg.jpg) #cccccc top no-repeat;
		
}

.center { text-align: center;
}

td {		
		border-bottom: 1px solid #CCCCCC;
		border-left: 1px solid #cccccc;
		padding: 5px;
}

	
ol, ul {
	list-style: none;
}

/* structure */

#wrap {	width: 960px;
		height: auto !important;
		height: 100%;
		min-height: 100%;
		margin: 0 auto -4em;
}

#header {	width: 920px;
			height: 170px;
			margin-top: 10px;
			background: url(images/header_bg.jpg) no-repeat top;
}

.logo	{	width: 125px;
			height: 140px;
			text-indent: -9999px;
			padding: 10px 0px 0px 25px;
} 

#navigation { 	width:190px;
				height: 450px;
				font-size: 0.95em;
				margin-top: 10px;
				float: left;
				padding: 90px 3px 0px 5px;
				background: url(images/nav_header.jpg) no-repeat top white;
				font-family: Verdana,Arial,Helvetica,sans-serif;			
				border-left: 2px solid;
				border-right: 2px solid;
				border-bottom: 2px solid;
				border-color: #999999;
}

.clear { clear: both;
}

.red {	color:red;
		font-size: 0.6em;
}

ul#sidebar_nav li {	padding-bottom: 15px;
}

ul#sidebar_nav  a {	text-decoration: none;
					color: black;					
}
ul#sidebar_nav  a:hover {	text-decoration: none;
							color: #339900;					
}

a { text-decoration: none;
	color: #336600;		
}

a:hover {text-decoration: none;
		color: #339900;		
}

#main {	width:678px;
		min-height: 600px;
		font-size: 0.95em;
		margin-top: 10px;
		margin-left: 15px;
		float: left;
		padding: 55px 10px 10px 10px;
		background: url(images/main_header.jpg) no-repeat top white;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		border-left: 2px solid;
		border-right: 2px solid;
		border-bottom: 2px solid;
		border-color: #999999;	
}

.footer { 		width:100%;
				height: 4em;
				margin: 0 auto;
				font-family: Verdana,Arial,Helvetica,sans-serif;
				font-size: 0.6em;
}

.push{ 	width:100%;
		height: 4em;				
}

#comm-left { width: 300px;
			float: left;
}
#comm-right { width: 300px;
			float: right;
}

#shiny {	position:  absolute;
			top: 100%;
			left: 0;
			display: none;
			}
				
	
		
