@charset "utf-8";
body {
	background-color: #CCC;
	background-image:url(../images/bg.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size:small;
}

a {
	color: #00F;
	text-decoration: none;
}

a:hover {
	color: #D72D28;
	text-decoration: none;
}

h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	color: #000066;
}
/*		main container		*/
#container {
	width: 970px;
	margin: 0 auto;
	background-color: #fff;
	background-image:url(../images/image915.gif);
	border:2px ridge #CC0066;
}
/*		header				*/

#header h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	color: #000066;
}
#header h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: large;
	color: #000066;
}

#headleft {
	float: left;
	margin-left: 20px;
}
#headmiddle {
	float: left;
	margin-left: 20px;
	width: 340px;
	text-align: right;
}

#headright {
	float: none;
	width: 370px;
	margin-left: 600px;
	padding-top:4px;
}
#menu{
	clear:both;
	background-color: #EEE;
	width:970px;
	height:22px;

	
}


/*		main body	*/	
#mainbody {
	clear:both;
}


/*		left sidebar 		*/
#leftsidebar {
	width: 180px;
	float:left;
	margin: 10px;
	/*background:#0FC;*/
}
#leftsidebar p {
	line-height: 120%;
	color: #000066;
}



/*		body content		*/
#bodycontent {
	width: 550px;
	float:left;
	margin: 10px;
	/*background-color: #CCC;*/
}
#bodycontent h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	color: #000066;
}
#bodycontent h2 {
	font-size: medium;
	color: #F00;
}
#bodycontent p {
	line-height: 120%;
}
#bodycontent a {
	color: #00F;
	text-decoration: none;
}
#bodycontent a:hover {
	color: #D72D28;
	text-decoration: none;
}



/*		right sidebar 		*/
#rightsidebar {
	width: 180px;
	float:right;
	margin: 10px;
	/*background-color: #099;*/
}
#rightsidebar p {
	line-height: 120%;
	color: #FFF;
}

/*		Gallery		*/
#gallery {
	width: 750px;
	float:left;
	margin: 10px;
	/*background-color: #CCC;*/
}
#gallery h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	color: #000066;
}
#gallery h2 {
	font-size: medium;
	color: #F00;
}
#gallery p {
	line-height: 120%;
}
#gallery a {
	color: #00F;
	text-decoration: none;
}
#gallery a:hover {
	color: #D72D28;
	text-decoration: none;
}

/*		end gallery		 */

/*		footer 		*/

#footer {
	clear:both;
	border-top: #666 solid 1px;
	margin: 2px 10px 2px 10px;
	/*background-color:#9FF;*/
}
#footerright {
	float:right;
}



/*		classes (can apply to any element)		*/

.floatright {
	float:right;
	margin:10px 0 10px 20px;
	text-align: center;
}
.floatleft {
	float:left;
	margin:10px 20px 10px 0;
}
	
#leftsidebar h2 {
	font-size: medium;
	color: #F00;
}
.thunderpic {
	margin-top:300px;
	}
.floatcentre {
	margin:10px 100px 10px 100px;
}
