/*=====  photogallery css file feb 2007 - author paul huel - www.huel.ca

=====================================================*/
* {
	margin: 0;
	padding: 0;
	}	

body {
	text-align: center; /* hack for ie 5.5 and 6 for centering in
conjunction with maincontent text-align: left*/
	min-width: 800px;
	background-color: rgb(0,0,0);
	color: #ffffff;
	font:90%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

/* begin main layout concept
==================================*/

#wrapper {
	width: 800px ;
	height: 800px;
	margin: 10px auto;
	text-align: left; /* hack for centering for ie 5.x*/

	color:  rgb(40, 116, 128);
	background: url(heading_fractal.jpg);
	}

#maincontent_left {
	width: 370px;
	float: left;
	margin-top:300px;
	padding: 10px 5px 10px 20px;
	text-align: right;
	}

#maincontent_right {
	width: 370px;
	margin-top:300px;
	float: right;
	padding: 10px 20px 10px 5px;
	text-align: left;	
	}

#footer {
	clear: both;
	width: 800px;
	height: 73px;
	background-image: url(images/footer.png);
	}

#footer p { padding: 25px;
	text-align: center;
	letter-spacing:1.5px;
	font-size: 70%;
	color: rgb(153, 153, 153);

	}
	
a:link {color: #7064A0;}
a:hover {color: gold}
a:active {color: blue; font-size: 110%; background: #F0C870}
	
#footer a{color: #fff;}

#footer a:hover{color: rgb(40, 184, 112);}
P { color: #287480 ; font-family: Times, serif ; font-size: 12pt }
p span {color: #F0C870 ; font-size: 16pt; font-style: italic ;}

