/* "Creators of New Worlds" Template for Mambo 4.5.1
 Copyright 2004 All rights reserved
 Lawrence Meckan
 Absalom Media
 media@absalom.biz
 http://www.absalom.biz
   29 October 2004 
   Single site licence ONLY for conw servers!
   */
/* CSS global reset for all browsers */ 
* {
	padding: 0px;
	margin: 0px;
	}

/* Background - a small image goes a long way, and basic font styling */
body {
	background:#2aa8d5 url(../images/background2.jpg) repeat-x;
background-attachment: fixed;
height: 100%;
	background-color: #000;
	text-align: center;
	font-family:"ARIAL", Times New Roman, Times, serif;
     color: #FFFFFF;
scrollbar-arrow-color: #FFDB0E;
scrollbar-face-color: #ED1C24;
scrollbar-track-color: #FFDB0E;

	}



/**************************** 
  Links 
****************************/ 
a:link, a:visited { 

    color: #2aa8d5;              /* links colour */
    text-decoration: none;
} 

a:hover { 
    color: #fdf403;               /*hover link colour */
    text-decoration: none; 
}

#thetext
           {



color: #FFFFFF; 
position:relative;




            }


/* Now we figure out how wide our main page is  - Alignment comes from the margin calls here combined with the text-align: center in the body call*/	
#container
	{

	width: 95%;
	
margin-top: 0px;
margin-left: auto; 
margin-right: auto;

width: 65em;
   
position: relative;

	}

/* Area to put the main heading text in */	
#header
	{

	


	width: 474px;
	height: 787px;
   position: fixed;
background-attachment: fixed;
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: auto;

background-repeat: no-repeat;


}



/* Start of the main content once the header has been done */
#core
	{


	text-align: center;
	
	width: 474px;

   position: relative;
padding-left: 0px;
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: auto;

	}


/* One image for the background and borders with some padding for the internal layout, so as to move the content text itself off the borders */

#content
	{




position: relative;
background-attachment: fixed;



width: 550px;
margin-left: 474px;
	margin-top: 10px; 

	margin-right: auto;
   
	}

/* Split the main content area into two columns - via static widths and a float */
#sidebar
	{
	width:200px;
                padding-left: 5px;
	float: right;
margin-top: 25px;


}
#sidebar2
	{
	width:100px;
                padding-left: 5px;
position: fixed;
	margin-top: 195px; 
        height: 300px;
	margin-left: 320px;

}

#login
	{
	width:400px;
                padding-left: 5px;
position: fixed;
	margin-top: 750px; 
   
	margin-left: 0px;

}


#clear {clear: both; margin: 0px}


	
#bodytext {

float: left;
	width: 550px;


}

/* Make sure the font size for links and paragraphs doesn't break */ 
 p, a {
	font-size: 0.8em;
}

 /* Footer  - need I say more? */
#footer
	{





	margin-top: 0px; 
	margin-left: 0px;
	margin-right: auto;
}


#footer2
	{


	width:513px;

  position: fixed;
background-attachment: fixed;
	margin-top: 200px; 
        height: 530px;
	margin-left: 0px;


}


#footer3
	{



background-repeat: no-repeat;

	width: 259px;
	height: 151px;
position: fixed;
background-attachment: fixed;
	margin-top: 800px; 
	margin-bottom: auto; 
		margin-left: 1300px;	
	margin-right: auto;

}




 /* Mambo specific calls - there are more out there, this is just a reduced set for high speed layout*/
/* Formatting for modules */
table.moduletable
	{
	width: 95%;
	padding-left: 2px;
	text-align: left;


}

/* Heading text of the modules */
table.moduletable.th {
	text-align: left;
	font-weight: bold;
	font-size: 1em;
                color: #2aa8d5;

}

/* content/data text for the modules */
table.moduletable.td {
	font-size: 0.7em;
	font-weight: lighter;
color: #2aa8d5;


}

/* All internal headings, including the contact page */
.contentheading, .componentheading, .contact.th {
	font-weight: bold;
	font-size: 1em;
color: #2aa8d5;

}

/* Pathway and other stuff */
.small {
	font-weight: bold;
	font-size: 0.6em;
}

.createdate, .modifydate {
	font-size: 0.8em;
}