/* prycedesign.com - CSS Document */

body {
	margin: 0px 0px 0px 0px;
  	padding: 0px;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/bg_grid.gif);
	font-family: OCRA-Alternate, OCRA, OCRB, OCRB-Alternate, courier new, courier, sans serif, verdana, arial, geneva; 
	font-size: 10px;
	color: #000;
}

p {
	margin: 0px;
  	padding: 0px;
	line-height: 11px;
}

p a {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	padding: 6px 8px 4px 4px;
}

p a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	padding: 6px 8px 4px 4px;
}

/* Divs */
#content {
	position: absolute; 
	text-align: left; 
	width: 750px; 
	padding: 0px 0px 5px 0px; 
	margin: 0px auto 0px auto;
}

#bgimage {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 840px;
	height: 600px;
	background-image: url(images/bg1.jpg);
}

#bgimagePop {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 480px;
	background-image: url(images/bg_pop.jpg);
}

#header {
	position: absolute;
	left: 360px;
	top: 105px;
	width: 360px;
	height: 20px;
	text-align: right;
}

#header p {
	font-size: 14px;
}

#headerPop {
	position: absolute;
	left: 120px;
	top: 45px;
	width: 420px;
	height: 20px;
	text-align: right;
}

#headerPop p {
	font-size: 14px;
}


#nav {
	position: absolute;
	left: 120px;
	top: 120px;
	width: 90px;
}

#nav a {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	display: block;
	padding: 6px 8px 4px 4px;
}

#nav a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	display: block;
	padding: 6px 8px 4px 4px;
}

#secNav {
	position: absolute;
	left: 240px;
	top: 120px;
	width: 90px;
}

#secNav a {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	display: block;
	padding: 6px 8px 4px 4px;
}

#secNav a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	display: block;
	padding: 6px 8px 4px 4px;
}

#terNav {
	position: absolute;
	left: 600px;
	top: 120px;
	width: 120px;
}

#terNav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 6px 8px 4px 4px;
}

#terNav a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	display: block;
	padding: 6px 8px 4px 4px;
}

#pageContent {
	position: absolute;
	left: 240px;
	top: 240px;
	width: 360px;
	height: 240px;
}

#pageContent p {
	padding: 5px 0px 0px 5px;
}

.heading1 {
	font-size: 12px;
	line-height: 20px;
}


#contact {
	position: absolute;
	left: 240px;
	top: 120px;
	width: 360px;
	height: 240px;
}

#contact p {
	padding: 5px 0px 0px 5px;
}

#friendImage {
	position: absolute;
	left: 240px;
	top: 240px;
	width: 120px;
	height: 120px;
}

#friendInfo {
	position: absolute;
	left: 360px;
	top: 240px;
	width: 240px;
	height: 120px;
}

#friendInfo p {
	padding: 5px 0px 0px 5px;
}

#friendCopy {
	position: absolute;
	left: 240px;
	top: 360px;
	width: 360px;
	height: 120px;
}

#friendCopy p {
	padding: 5px 0px 0px 5px;
}

#full {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}