@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(/images/issue26/bdybk.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/images/issue26/msthd.png) no-repeat right top;
	margin: 0 auto;
	text-align: left;
	border-right: 2px dotted #569345;
	border-bottom: 2px dotted #569345;
	border-left: 2px dotted #569345;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding-top: 0px;
} 
#header {
	height: 160px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
	vertical-align: bottom;
	padding-top: 30px;
	padding-left: 0px;
} 
.navarea {
	vertical-align: bottom;
	padding-bottom: 70px;
	padding-left: 45px;
	z-index: 99;
}
#sidebar1 {
	position: absolute;
	top: 200px;
	left: 0;
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 15px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #060;
}
 #sidebar2 {
	position: absolute;
	top: 210px;
	right: 0;
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 0px;
	text-align: left;
}
#mainContent {
	margin: 0 250px 0 185px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px 0 15px;
	top: 5px;
	position: relative;
	width: 555px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #B4EB86;
	border-left-color: #B4EB86;
}
#pagecontent {
	margin: 0 250px 0 185px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px 0 15px;
	top: 0px;
	position: relative;
	width: 800px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #B4EB86;
}
#footer {
	padding: 20 0px 0;
	font-size: 10px;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #99DEC3;
	position: relative;
	top: 10px;
	height: 110px;
} 
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #060;
	line-height: 22px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000033;
}
h3 {
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
#navbar {
	left: 190px;
	position: relative;
	top: 120px;
	width: 800px;
	z-index: 99;
}
table.sponsor {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 236px;
	margin-bottom: 1px;
}
table.sponsor2 {
	background-color: #039A8A;
	text-align: left;
	vertical-align: top;
	width: 120px;
	margin: 1px;
	border: 1px solid #029689;
}
#login {
	position: relative;
	height: 25px;
	width: 280px;
	left: 740px;
	top: 0px;
}
#beadswap {
	position: relative;
	left: 750px;
	top: 40px;
	height: 40px;
	width: 130px;
}
#beadblog {
	position: relative;
	left: 880px;
	top: 20px;
	height: 35px;
	width: 110px;
}h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
a:link {
	color: #063;
	text-decoration: underline;
}
a:visited {
	color: #096;
	text-decoration: none;
}
a:hover {
	color: #66C;
	text-decoration: underline;
}
.beabum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #D9F8BF;
}
.text10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
.membertable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	width: 238px;
	background-color: #5B9048;
	margin: 0px;
}
a.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #F16E4F;
	text-decoration: none;
	background-color: #FBF0C4;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 2px dotted #F16E4F;
}
a.button2:link {
	font-weight: bolder;
	padding: 2px;
	border: 2px dotted #669;
	display: block;
	background-color: #9CDEC3;
	color: #336;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.button2:visited {
	font-weight: bolder;
	padding: 2px;
	border: 2px dotted #669;
	display: block;
	background-color: #9CDEC3;
	color: #336;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.button2:hover {
	font-weight: bolder;
	padding: 2px;
	border: 2px dotted #B3DEC5;
	display: block;
	background-color: #0F4104;
	color: #B3DEC5;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #399;
}
.author {
	font-size: 10px;
	color: #666666;
	line-height: 12px;
}
.honkingbig {
	font-size: 150%;
	color: #D80178;
	font-weight: bold;
	line-height: 100%;
}
a.homebutton:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660099;
	text-decoration: underline;
	text-align: center;
}
a.homebutton:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660099;
	text-decoration: underline;
	text-align: center;
}
a.homebutton:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EE6C51;
	text-decoration: underline;
	text-align: center;
}
.dottedb {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAD5CC;
}
.signupnow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.adspace {
	height: 1px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #24310D;
}
