html,body {
	height: 100%;
}
body {
	background-color: #000;
	margin: 0;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#centerer {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#frame {
	height: 360px;
	width: 620px;
	text-align:left;
}

h1 {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 22px;
	color: #cccccc;
	margin: 0 0 10px 0;
	line-height:22px;
	padding:0;
}

h2 {
	font-family: Arial Narrow, Helvetica, sans-serif;
	color:#cccccc;
	font-size:18px;
	line-height:18px;
	padding:0;
	margin: 20px 0 5px 0;
}

h3 {
	font-family: Arial Narrow, Helvetica, sans-serif;
	color:#cccccc;
	font-size:14px;
	line-height:14px;
	padding:0;
	margin: 20px 0 5px 0;
}


p {
	margin: 0 10px 10px 0;
	line-height:14px;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.border {
	float:left;
	border:1px solid #cc0000;
	padding: 2px;
	margin: 0 10px 10px 0;
}
.border2 {
	float:right;
	border:1px solid #cc0000;
	padding: 2px;
	margin: 0 0 10px 10px;
}

#logo {
	display: block;
	width: 216px;
	height: 42px;
	overflow: hidden;
	background: url("../images/glp_logo.gif") no-repeat 0 0;
	text-indent: -500px;
	position: relative;
	top: 14px;
	left:-195px;
}

#logo:hover {
	background-position: 0 -42px;
}

#pp {
	background-image: url("images/proofsplus.jpg");
	
}

#pc {
	background-image: url("images/photocart.jpg");
}

.button {
	display: block;
	background-repeat:no-repeat;
	width: 276px;
	height: 65px;
	overflow: hidden;
	background-position: 0 0;
	text-indent: -1000px;
}

.button:hover {
	background-position: 0 -65px;
}
	
#main_nav {
	height:16px;
	width:367px;
	position: relative;
	top: -13px;
	left:120px;
}

a.btn_home {
	display:block;
	width: 41px;
	height: 16px;
	background:url(../images/btn_home.gif) no-repeat 0 0;
	float:left;
}

a.btn_wedding {
	display:block;
	width: 60px;
	height: 16px;
	background:url(../images/btn_wedding.gif) no-repeat 0 0;
	float:left;
}

a.btn_commercial {
	display:block;
	width: 81px;
	height: 16px;
	background:url(../images/btn_commercial.gif) no-repeat 0 0;
	float:left;
}

a.btn_about {
	display:block;
	width: 46px;
	height: 16px;
	background:url(../images/btn_about.gif) no-repeat 0 0;
	float:left;
}

a.btn_contact {
	display:block;
	width: 59px;
	height: 16px;
	background:url(../images/btn_cont.gif) no-repeat 0 0;
	float:left;
}

a.btn_links {
	display:block;
	width: 40px;
	height: 16px;
	background:url(../images/btn_link.gif) no-repeat 0 0;
	float:left;
}

a.btn_signin {
	display:block;
	width: 40px;
	height: 16px;
	background:url(../images/btn_signin.gif) no-repeat 0 0;
	float:left;
}

a.btn_home:hover, a.btn_wedding:hover, a.btn_commercial:hover, a.btn_about:hover, a.btn_contact:hover, a.btn_links:hover, a.btn_signin:hover {
	background-position: 0 -16px;
}

.btm_nav {
	display:none;
}
