/* Global Styles */
body {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	}
img {
	border: none;
	}
a {
	color:#B4CFEC;
	}
a:hover {
	color:#FF2525;
	}
a:active {
	color:#B4CFEC;
	}
img.delbut {
	position:relative;
	margin: 0px 15px;
	padding: 0px;
	width:20px;
	height:20px;
	top:5px;
	}
div#logbut {
	position:absolute;
	width:100px;
	height:50px;
	top:20px;
	right:35px;
	margin-left: 0px;
	margin-top: 0px;
}
div#header {
	margin: 0px;
	}
div#navbar { 
	height: 35px; 
	//min-width: 900px;
	width: 100%;
	margin: 0px 50px; 
	padding: 0px;
	}
div.outer {
	float: left;
	width: 149px; height: 35px;
	background: none;
	}
div.outer a {
	display: block;
	margin: 0px;
	padding: 0px;
	width:100%; height:100%;
	overflow:hidden;
	color:#B4CFEC;
	text-decoration: none;
	background: url('navbar.jpg') no-repeat 0 0px;
	font-weight:bold;
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	}
div.outer span {
	display: block;
	padding: 10px 10px 0px 0px;
	}
div.outer a:hover {
	color:#FF2525;
	background: url('navbar.jpg') no-repeat 0 -80px;
	}
div.outer a:active {
	color:#B4CFEC;
	background: url('navbar.jpg') no-repeat 0 -40px;
	}
div#container {
	min-height: 458px;
	min-width: 930px;
	margin: 0px 30px; 
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
div#container_gal {
	height: 458px;
	min-width: 930px;
	margin: 0px 10px; 
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
div.col1 { 
	float: left;
	margin: 0px;
	width: 300px;
	}
p.grnback {
	font:12px georgia;
	text-align: left;
	color: #336666;
	line-height:18px;
	margin: 0px;
	padding: 20px;
	background: #A4C2C2;
	}
div.col2 { 
	float: left;
	margin: 0px;
	width: 350px;
	}
div.col3 { 
	min-width: 280px;
	padding: 0px;
	margin: 0px;
	}
p.photopak {
	background: #333333;
	padding: 25px 0px;
	font: 20px georgia;
	color: #CC3300;
	letter-spacing: .1em;
	line-height: 26px;
	}
p.textpak {
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	letter-spacing:.1em;
	color: #FFFFFF;
	padding: 5px;
	}
p.contactpak a {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	letter-spacing:.1em;
	color: #B4CFEC;
	padding: 5px;
	}
p.contactpak a:hover {
	color: #FF2525;
	}
