/*===============================================================================================================================*/
/* 
/* Project: Spot Website 
/* Author: James Brian Jackson (Complete Control Limited)
/*
=================================================================================================================================*/



	/*-----------------------------------------------------------------*/
	/* Standard HyperText Markup Language (HTML) Styles
	-------------------------------------------------------------------*/

			
			/*-----------------------------------------------------------------*/
			/* HTML Body Style
			-------------------------------------------------------------------*/			

					body {
						text-align: center;
						font: 11px  Verdana, Arial, Helvetica, sans-serif;
						color: #000000;
						background-color: #0089D0;
						padding: 0px;
						line-height: 18px;
						margin-top: 10px;
						margin-right: 0px;
						margin-bottom: 0px;
						margin-left: 0px;
					}
			
			
			
			/*-----------------------------------------------------------------*/
			/* Clear Floating Elements Style
			-------------------------------------------------------------------*/
				
				div .clear{
					clear:Both;
				}
			
			
			/*-----------------------------------------------------------------*/
			/* Hyperlink Style
			-------------------------------------------------------------------*/
		
					a:link{
						color: #FFFFFF;
						text-decoration: underline;
					}
		
			
					a:visited{
						color: #FFFFFF;
						text-decoration: underline;
					}
		
			
					a:active{
						color: #FFFFFF;
						text-decoration: underline;
					}
		
		
					a:hover{
						color: #FFFFFF;
						text-decoration: underline;
					}
		
					a img {
						border: 0 none;
					}	




	/*-----------------------------------------------------------------*/
	/* Cascading Style Sheet (CSS2) Styles
	-------------------------------------------------------------------*/



			/*-----------------------------------------------------------------*/
			/* Document Div
			-------------------------------------------------------------------*/			

					#document{
	text-align: center;
	width:970px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

					}
	
				

					/*-----------------------------------------------------------------*/
					/* Document Contents
					-------------------------------------------------------------------*/			
		
							#document #document_contents{
								position:relative;
								margin: 0px 0px 0px 0px;
								padding: 0px 0px 0px 0px;
								text-align: center;
							}
							
							
							/*-----------------------------------------------------------------*/
							/* Document Contents Column 1
							-------------------------------------------------------------------*/		
								
								#document #document_contents #contents_column1{
	position:relative;
	float:left;
	width:285px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 638px;
	
								}
							
							/*-----------------------------------------------------------------*/
							/* Document Contents Column 2
							-------------------------------------------------------------------*/
								
								#document #document_contents #contents_column2{
	position:relative;
	float:left;
	width:399px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 638px;

								}
							
							/*-----------------------------------------------------------------*/
							/* Document Contents Column 3
							-------------------------------------------------------------------*/
								
								#document #document_contents #contents_column3{
	position:relative;
	float:left;
	width:283px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 638px;
	
								}
								
	#item01 {
	height:208px;
	width:285px;
	}
	
	#item02 {
	height:210px;
	width:285px;
	}
	
	#item03 {
	height:220px;
	width:285px;
	}
	
	#item04 {
	height:208px;
	width:283px;
	}
	
	#item05 {
	height:210px;
	width:283px;
	}
	
	#item06 {
	height:220px;
	width:283px;
	}





					
					
					/*-----------------------------------------------------------------*/
					/* Document Footer
					-------------------------------------------------------------------*/			
		
							#document #document_footer{
								position:relative;						
								margin: 20px 0px 0px 0px;
								padding: 0px 0px 0px 0px;
								background: url(footer_background.gif) no-repeat;
								text-align: center; 
								font-size: 8pt;
								color: #FFFFFF;
							}
								
		
