 	/*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
{	
	position: relative;
	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
{
	position:relative;
	top: 5px;
	width: 100%;
 }
/*---------------------------------------*/
         /*tripod image   */
#logo
{
	position: relative;
	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
{
	position:relative;
	left: 15px;
	top: 5px;
	width: 685px;
	list-style-type:none;
	z-index: 10;
	
}
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
{
	position: relative;
	top: 10px;
 	left:5px;
	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;
}
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: 10px;
	/*left: -50px;*/
	float: left;
	/*padding-left: 85px;*/
padding-left: 35;
	

	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;

}

#note
{
	position:relative;
	top: 10px;
	/*left: -10px;*/
	left: 5px;
	float: right;
	padding-right: 20px;
	font-size:12px;
	font-style: italic;
	font-weight: bold;
	color: #f00;
	line-height: 100%;
}

#weather
{
/*background: url(../images/weatherbg.png);*/
	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;
}
/*---------------------------------------*/

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: 80px;
	width: 700px;
}

ul#footer li
{
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
ul#footer li.centre
{
	margin-left: 5px;
	margin-right: 5px;
}
/*---------------------------------------*/
p 
{	line-height:100%;}

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.small:first-letter
{
	color: #00f;
	font-size: x-large;
	font-family: "lucida calligraphy"; 
	line-height: 60%;
}	
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;
}