@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	color: #aaa;

}

#FirstWord {
	color:#000000;
	font-size: xx-large;
	font-family: "Courier New", Courier, monospace;
	position: relative;
	top: 2in;
	letter-spacing: 0.5em;
}
#SecondWord {color:#aaaaaa;

	position: relative;
	top: 2.2in;
	letter-spacing: 1.25em;


}
 
#ContactInfo {
	color:#555555;
	font-size: medium;
	font-family: "Courier New", Courier, monospace;
	position: relative;
	top: 2.5in;
	letter-spacing: 0.1em;}


 
#wrapper {
	width: 980px;
	background: white;
	margin: 0 auto;
}
 
#leftcolumn {
	position: absolute;
	background: white;
	width: 330px;
	height: 500px;
	left: 1;
	text-align:center;
	top: 0.7in;
}

#centralcolumn {
	position: absolute;
	left: 330px;
	top: 0.7in;
	width: 333px;
	height: 500px;}
	
#rightcolumn {
	position: absolute;
	font-size: medium;
	left: 550px;
	top: 0.7in;
	width: 400px;
	height: 500px;
	color:#cccccc
	
	}	
	
	
.pikchashow {
	position: absolute;
	left: 620px;
	top: 0.7in;
	width: 333px;
	height: 500px;
	border-radius: 5px;
	-moz-border-radius:5px; 
	-khtml-border-radius: 5px;
	
	}

#gallery {
	position: absolute;
	left: 400px;
	top: 0.7in;
	width: 560px;
	height: 500px;}
	
.demoimg{
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0; 
	-khtml-border-radius: 0 5px 5px 0;
	position: absolute;
	left: 0;
	text-align:center;
	top: 0.7in;
}
