body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

a {
	color: #333333;
}

.toplines {
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: visible;
	height: 135px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-attachment: scroll;
	background-image: url(../images/top_lines.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 1;
}
.bottomlines {
	background-attachment: scroll;
	background-image: url(../images/bottom_lines.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	visibility: visible;
	height: 133px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.wrapper {
	position: relative;
	top: 39px;
	margin: 0px;
	padding: 0px;
	height: 581px;
	width: 734px;
	visibility: visible;
	z-index: 100;
	text-align: left;
}
.branding {
	position: absolute;
	height: 71px;
	width: 233px;
	left: 0px;
	top: 0px;
}
.mainnav {
	position: absolute;
	height: 19px;
	width: 716px;
	left: 0px;
	top: 77px;
}
#nav1 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 19px;
	width: 716px;
}
#nav1 li {
	background-image: url(../images/nav_button.jpg);
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 8px;
	float: left;
	height: 19px;
	width: 169px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
}

#nav1 li:hover {
	background-position: left bottom;
}

#nav1 li:last-child {
	margin: 0px;
}

#nav1 a {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#nav1 a:hover {
	color: #FFFFFF;
}
	

.largedisplay {
	height: 465px;
	width: 714px;
	position: absolute;
	left: 0px;
	top: 97px;
	margin: 0px;
	padding: 0px;
}
.pcgbug {
	position: absolute;
	top: 566px;
	color: #666666;
	font-weight: bolder;
	font-size: 11px;
	padding: 2px;
	margin: -2px;
	text-decoration: none;
}


.pcgbug:hover {
	color: #FFFFFF;
	background-color: #999999;
	padding: 2px;
	margin: -2px;
}
.site {
	position: absolute;
	top: 566px;
	right: 1px;
	color: #666666;
	font-weight: bolder;
	font-size: 11px;
	padding: 2px;
	margin: -2px;
	text-decoration: none;
}


.site:hover {
	color: #FFFFFF;
	background-color: #999999;
	padding: 2px;
	margin: -2px;
}

.photo_nav {
	position: absolute;
	bottom: 25px;
	right: 0px;
}

.photo_nav a {
	color: #CC0000;
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 2px;
	border: 0px none #000000;
}

.photo_nav a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
}

.photo_nav a:focus {
	font-weight: bold;
}

.largedisplay #textarea {
	position: absolute;
	width: 690px;
	bottom: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	left: 10px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.wrapper .site {
	right: 20px;
}
