/* CSS Document */



#pageheader {
	width:197px;
	height:133px;
	left:135px;
	margin-top:25px;
	margin-left: 45px;
	position:absolute;
		
		}
		
#buttons {
	font-family:Bradley Hand ITC, Helvetica, sans-serif;
	font-size:32px;
	width:400px;
	height:50px;
	left:380px;
	top:80px;
	position:absolute;
		}
		
#mainpage {
	background-color:#f5dede;
	font-family: Helvetica, sans-serif;
	width: 650px;
	height: 400px;
	margin-top: 230px;
	margin-left: 155px;
	border:ridge;
	position:absolute;
	}
	
#mainpagegallery {
	background-color:#f5dede;
	font-family: Helvetica, sans-serif;
	width: 650px;
	height: 1500px;
	margin-top: 230px;
	margin-left: 155px;
	border:ridge;
	position:absolute;
	}

#mainpageline {
	height:20px;
	width:650px;
	left:170px;
	top:170px;
	position:absolute;
	}

#rightside {
	background:url("rightside1.jpg") repeat-y;
	width:120px;
	height:1200px;
	margin-bottom: 0px;
	left:0px;
	position:absolute;
	
	}	
	
#leftside {
	background:url("leftside1.jpg") repeat-y;
	width:127px;
	height:1200px;
	margin-left: 850px;
	position:absolute;
	}

a:link { 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	text-decoration: none; 
	color: #000000;