@charset "utf-8";
/* CSS Document */

html {
	background:url(../images/cloud-bg.png) repeat-x;
	height:100%;
	}

body {
	margin-top:10px;
	padding:0;
	height:100%;
	background:url(../images/background.png) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	}
	
p {	
	margin:10px 0 20px 0;
	padding:0 0 0 40px;
	
	}
	
h1 {
	font-size:18px;
	font-weight:bold;
	padding:0;
	text-indent:30px;
	margin:0;
	}
	
	.colour1 {
		color:#660099;
		background:url(../images/bul-purp.png) no-repeat;
		}
		
	.colour2 {
		color:#cd071e;
		background:url(../images/bul-red.png) no-repeat;
		}
		
	.colour3 {
		color:#ff6600;
		background:url(../images/bul-orng.png) no-repeat;
		}
		
		.colour3-sml {
		color:#ff6600;
		}
		
	.colour4 {
		color:#99cc00;
		background:url(../images/bul-grn.png) no-repeat;
		}
		
	#container {
		width:800px;
		margin:0 auto;
		}
	
	#header {
			width:800px;
			height:140px;
			}
			
	#corners {
		width:800px;
		clear:both;
		}
			
	#main {
		width:796px;
		background-color:#fff;
		border-left:solid 2px #c1c1c1;
		border-right:solid 2px #c1c1c1;
		float:left;
		font-size:12px;
		color:#666;
		line-height:20px;
		}		
		
		#main-left {
			width:356px;
			padding:20px;
			float:left;
			font-size:12px;
			color:#666;
			line-height:18px;
			}
			
		#main-right {
			width:400px;
			float:right;
			background-position:50px 0;
			}
			
			#flash-slideshow {
				width:400px;
				height:230px;
				top:10px;
				position:absolute;
				}
				
			#images {
				width:400px;
				padding:10px;
				padding-left:30px;
				float:left;
				}
				
		#content {
			padding:70px 90px 0px 60px;
			}
			
			.text-14 {
				font-size:14px;
				}
				
			.text-16, a {
				font-size:16px;
				color:#99cc00;
				font-weight:bold;
				}
						
#footer {
	padding-top:10px;
	margin-bottom:20px;
	width:800px;
	clear:both;
	float:left;
	font-size:10px;
	color:#999;
	}
		