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



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#cc9;
	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;
}
.thrColFixHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cc9;
	text-align: center; /* this overrides the text-align: center on the body element. */
	
	/*insert logo*/
	background-image: url(logo_glyphrust-180x103.gif);
	background-repeat: no-repeat;
	background-position:745px 125px;
}
 
.thrColFixHdr #header {
	background: #000;
	padding: 0 10px 0 20px;  /* 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. */
	height: 76px;
	border-bottom:2px solid #cc9;

}


.thrColFixHdr #author {
	background: #000;
	padding: 10px 10px 0 0px;  /* 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. */
	height: 30px;
	
	border-bottom:2px solid #cc9;
	text-align:right;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#fff;
	text-align:left;
	
	
}
.thrColFixHdr #subheader {
	background: #6D2200;
	padding: 0 10px 0 20px; 
	height: 116px;
	width:708px;
	border-bottom:2px solid #cc9;
	border-right:2px solid #cc9;
	
	/*insert photo*/
	background-image:url(cottage_thumb.jpg);
	background-repeat: no-repeat;
	background-position:2px -10px;
}
.thrColFixHdr #subheader h2 {
	margin: 0; 
	padding-right: 10px;
	padding-top: 44px;
	color:#fff;
	text-align:right;

}
.thrColFixHdr #menubar {
	background: #000;
	padding: 5px 0px 5px 0px;
	height: 20px;
	border-bottom:2px solid #cc9;
	text-align:center;
}

.thrColFixHdr #sidebar1 {
	float: left; 
		height:800px;
	width: 180px;
		background: #660; 
		padding: 40px 10px 15px 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; 
	height:800px;
	width: 180px; 
	background: #660; 
	padding: 40px 10px 15px 10px; 
}
.thrColFixHdr #mainContent {
	margin: 0 180px; 
	text-align:left;
	padding:18px 40px 20px 40px;
	background-color:#CCCC99;
	min-height:600px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#6D2200;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0; 
	text-align:left;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style2 {
	color: #000000;
}
.style11 {color: #660; font-size: 50%; }
.style_smallcap {
	font-variant:small-caps;
}

.style_whitetext {
	color:#FFFFFF;
	font-weight:bold;
}
.style_maintext {
	color:#330000;
	font-size:14px;
}
.style_bullet {
	color:#330000;
	font-size:14px;
	text-indent: 3px;
	margin-top:0px;
	margin-bottom:0px;
}
.style_boldtext {
	font-size:14px;
	font-weight:bold;
}
.style_smallcap {
	font-variant:small-caps;
}
.style_blacktext {
	color:#000000;
	font-size:14px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


a.link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	text-transform:uppercase;
	color: #330033;
	text-decoration: none;
}
a.link:visited {
	text-decoration: none;
	font-size: 11pt;
	font-weight:bold;
	text-transform:uppercase;
	color: #660033;
}
a.link:hover {
	text-decoration: underline overline;
	color: #9999FF;
}
a.link:active {
	text-decoration: overline;
	color: #000066;
}


a.menulink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	
	color: #cc9;
	text-decoration: none;
}
a.menulink:visited {
	text-decoration: none;
	font-size: 9pt;
	font-weight:bold;
color: #cc9;
}
a.menulink:hover {
	text-decoration: underline overline;
	color: #6D2200;
}
a.menulink:active {
	text-decoration: overline;
	color: #6D2200;
}

a.whitelink:link {
	color: #fff;
	text-decoration: none;
}
a.whitelink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.whitelink:hover {
	text-decoration: underline overline;
	color: #FFCC99;
}
a.whitelink:active {
	text-decoration: overline;
	color: #FFFFCC;
}
	
	
a.external:link {
	color: #CCCCFF;
	text-decoration: none;
}
a.external:visited {
	text-decoration: none;
	color: #CCc;
}
a.external:hover {
	text-decoration: underline overline;
	color: #9999FF;
}
a.external:active {
	text-decoration: overline;
	color: #ccF;
}
 
a.headerlink1:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #300;
	font-size: 18px;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration: none;
}
a.headerlink1:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:bold;
}
a.headerlink1:hover {
	text-decoration: underline overline;
	color: #330;
	font-size: 16px;
	font-variant:small-caps;
	font-weight:bold;	
}
a.headerlink1:active {
	text-decoration: overline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #633;
	font-size: 16px;
	font-variant:small-caps;
	font-weight:bold;	
}

 
a.link2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #633;
	font-size: 9px;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration: none;
}
a.link2:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: 9px;
	font-variant:small-caps;
	font-weight:bold;
}
a.link2:hover {
	text-decoration: underline overline;
	color: #330;
	font-size: 9px;
	font-variant:small-caps;
	font-weight:bold;	
}
a.link2:active {
	text-decoration: overline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #633;
	font-size: 14px;
	font-variant:small-caps;
	font-weight:bold;	
}

