/* CSS Document */

/* 
(c) 2005 Robert Willie.
All Rights Reserved
This CSS cannot be resold, redistributed or reused without express permission.
Contact: bobson@amigans.co.uk
Author: Robert Willie
*/

	
			html,body
			{
				margin: 0;
				padding: 0;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:small;
				color: #006BFF;
				background-color:#FECD56;
			
				
			}
			
			#container
			{
				margin: 0px auto;
				background-image:url(images/contentbg.png);
				background-repeat: repeat-y;
				width: 778px;
				position:relative;
				top: 0px;
			}
			
			#header
			{
				background-image:url(images/header.png);
				height: 145px;
				background-repeat:no-repeat;
				
			}
							
		
			#content
			{
				padding-top: 7px;
				margin: 10px 20px 5px 30px;
				min-height:250px;
				_height:250px;
			}
			
			#content2
			{
				padding-top: 0px;
				height: 450px;
				margin: 0px 20px 5px 20px;
				background-image:url(images/bigtop.png);
				background-repeat:no-repeat;
				
				
			}
		
			#footer
			{
				clear:both;
				background-image:url(images/footer.png);
				height: 58px;
				background-repeat:no-repeat;
					
			}
		
		
		
		h2
		{
		color: #006BFF;
		text-align:center;
		}
		
		ul
		{
		list-style-type: none;
		}
		
		
		
		a
		{
		text-decoration:none;
		color: #FF3300;
		}
		
		a:hover
		{
		text-decoration:none;
		color: #C430AF;
		}
		
		
		
		

			/* NAVIGATION */

			.navbox
			{
			position:relative;
			background-image:url(images/navbox.jpg);
			color:#000002;
			top: 101px;
			height: 40px;
			left:0px;
			width: 778px;
			text-align:center;
			font-size:12px;
			font-weight:bold;
			line-height: 12pt;
			}


			
			.navbox a
			{
			
			color:#FFFFFF;
			padding:0px 5px 0px 5px;
			
			}
			
			.navbox a:hover
			{
			color:#FFCC00;
			}
			
			
			
			
			#bottomlinks
			{font-weight: bold;
			color: #FFFFFF;}


			#bottomlinks a
			{
			color:#2D7CD4;
			padding: 5px;
			}
			
			* html #bottomlinks a
			{font-size: x-small;}
			

			#bottomlinks a:hover
			{
			color:#3399FF;
			}
			
			* html #bottomlinks a:hover
			{font-size: x-small;}
			
			
			
			/* For Homepage */
			
			#homelinks
			{
			height: 350px;
			width: 122px;
			}
			
#bottomlinks {
width:800px;
margin:0 auto;
}
