﻿body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/* style sheet for Bryson Computer's Forum Userfriendly Computing */
#headertab {
	position: relative;
	top: 0;
	left: 0;
	width: 97%;
	min-width: 650px;
	height: 55px;
	background: transparent url(topmast-bg.png) top left repeat-x;
	margin: -10px auto 0;
	padding: 0;
}
#bglt {
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	width: 8px;	
	background: #fff url(topmast-lt.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}
#bgrt {
	position: absolute;
	height: 55px;
	width: 8px;
	top: 0;
	right: 0;
	background: #fff url(topmast-rt.gif) top right no-repeat;
	margin: 0;
	padding: 0;
}
#phone {
	position: absolute;
	top: 22px;
	right: 135px;
	height: 16px;
	width: 137px;
	margin: 0;
	padding: 0;
}
#logo {
	position: absolute;
	top: 14px;
	left: 135px;
	height: 31px;
	width: 230px;
	margin: 0;
	padding: 0;
}
#containerhead {
	width: 97%;
	text-align: center;
	margin: 0 auto;
}
#righthead {
	margin: 10px 20px 10px 0;
}

#tag {
	display: block;
	padding: 10px 0 0 132px;
	text-decoration: none;
	color: #6a9a39;
	font-size: 22px;
	font-family: Arial, Sans-Serif;
}