 	/* Pages awards, cttee, comps,   */
	/*	links, welcome*/
	
	/* Body Attributes*/
	
	/* Centralise Page*/
html
{	margin:0;
	padding:0;
}
	/* Screen Background colour*/
body
{ 	background: url(../images/tripodBG.jpg);
	background-repeat: repeat;		
	font:100%/1.6em Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
/*---------------------------------------*/
	/*Web Page Container, Size, Background and colour*/
	
#container
{	
	background: url(../images/webbackground-new.jpg);
	background-repeat: repeat-y;
	width: 750px;
	height:560px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border-width:5px;
	border-style:solid;
	border-color:#ff0000;
	text-align:center;

}
/*---------------------------------------*/
         /*header container   */
#header
{
	width: 100%;
 }
/*---------------------------------------*/
         /*tripod image   */
#logo
{
	width: 45px;
	float: left;
	padding-left: 5px;
	
}
/*---------------------------------------*/
	/*club name*/
h1
{
	float:left;
	padding-bottom: 4px;
	margin-top: 10px;
	width:680px;
	color: #f00;
	text-align: center;	
}
/*---------------------------------------*/
	/*navigation*/
ul#nav
{
	width:685px;
	list-style-type:none;
	z-index: 10; /*Firefox doesn't work without this*/

}
ul#nav a
{
	float: left;
	width: 58px;
	font-size: 10px;
	text-align: center;
	text-decoration:none;
	color:black;
	background-color:#c0c0c0;
	border-color: black;
 	border-width: 1px 1px 1px 0;
 	border-style: solid;
 	display: block;
 	padding: 1px;
}

ul#nav li.first a 
{
 	border-width: 1px;
}

ul#nav li 
{
	display: inline;
}
/*---------------------------------------*/
	/*navigation-hover*/
ul#nav a:hover	
{
	color:white;
	background-color:#2396ff;
}
/*	End Of Navigation                */ 
        
/*=======================================*/
	/*page content container*/
div#page_content
{
	width: 750px;
	font-size: 12px;
	font-weight: normal;
}
/*---------------------------------------*/
p.page_name
{	
	clear:both;
	padding-top: 7px;
	color: blue;
	font-family: Helvetica;
	font-weight: bold;
	font-style: oblique;
	font-size: 28px;
	text-align: center;
	height: 35px;
}
div#maindate
{	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:blue;
}
/*=======================================*/
div#mainclock
{	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:blue;
}
/*=======================================*/

}
#columns a
{
	text-decoration: none;
}
	
#left
{
	padding-left: 5px;	
	float: left;
	width: 48%;
}

#ctteeleft
{
	padding-left: 150px;	
	float: left;
	width: 25%;
	text-align :right;

}
#right
{
	padding-right: 5px;
	float: right;
	width: 48%;
	/*text-align:left;*/
}

#left1
{
	padding-left: 5px;	
	text-align: left;
	float:left;
	width: 16%;
}

#right1
{
	padding-right: 5px;
	text-align: left;
	float:right;
	width: 80%;
}
#rotate
{
	position:relative;
	top: 5px;
	
	float: left;
	padding-left: 5px;
	height: 140px;

	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;

}

#note
{
	position:relative;
	top: 10px;
	left: 5px;
	float: right;
	padding-right: 20px;
	font-size:12px;
	font-style: italic;
	font-weight: bold;
	color: #f00;
	line-height: 100%;
}

#weather
{
	position:relative;
	top: 5px;
	left: 10px;
	width: 310px;
	height: 100px;
	float: left;
	z-index: 10;
	font-size: 12px;
	/*border-color: blue;
	border-width: 1px;
	border-style: solid;*/
	
	
}

#weather p
{
	line-height: 110%;
	color: red;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

ul.rules li
{
	line-height: 100%;
	text-align:left;
}
ol.orules 
{
	list-style-type:lower-alpha;
	line-height: 100%;
	text-align:left;
}
ol.nrules 
{
	list-style-type:decimal;
	line-height: 100%;
	text-align:left;
}
ul.nrules 
{
	line-height: 100%;
	text-align:left;
}

/*---------------------------------------*/

div#page_footer
{
	margin:0;
	padding:0;
	clear: both;
	width:750px;
	color: #000;	
	text-align:center;
	font-size: 10px;
	height: 60px;	
}

ul#footer
{
	position:relative;
	top: 70px;
	left: 50px;
}

ul#footer li
{
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
ul#footer li.centre
{
	margin-left: 5px;
	margin-right: 5px;
}

/*---------------------------------------*/
table.two
{
	table-layout: fixed;
	margin-left:auto;
 	margin-right:auto;
	font-size: 12px;
}
	/*Prev, Next buttons */
tr.pointer td	
{
	height:32px;
	line-height: 100%;
}
td.filler
{
	width: 15%;
}	
td.prevnext
{
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
	font-size: .9em;
	font-weight: bold;
	color: red;
	width: 30%;
}
td.prev a, td.next a
{
	position:relative;
	text-decoration: none;
	color: black;
	background-color:#e0e0e0;
	border-color: red;
	border-width: 2px;
	border-style: solid;
	padding: 5px 15px 5px 15px;	
	display: inline;
	width:15%;
}
td.next a
{
	padding: 5px 25px 5px 25px;
}
td.prev a:hover, td.next a:hover 	
{
	color:white;
	background-color:#2396ff;
}
p.small
{
	font-size: 10px;
	color: black;
	line-height: 100%;
}
/*---------------------------------------*/

/*---------------------------------------*/
p 
{	line-height:110%;
	text-align:left;
}

p.first:first-letter
{
	color: #00f;
	font-size: x-large;
	font-family: "lucida calligraphy", lucida; 
}
p.firstred:first-letter
{
	color: #f00;
	font-size: x-large;
	font-family: "lucida calligraphy";
}	


p.red
{	color: red;
	font-size: 15px;
	font-weight: bold;
	line-height: 110%;
}
p.blue
{	color: blue;
	font-size: 15px;
	font-weight: bold;
	line-height: 110%;
}
	
h2, h4, h5
{	font-weight: bold;
	color: #f00;
	text-align: center;
}

h4
{	text-decoration: underline;
}

h5

{	color: blue;
}
