<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/inside_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 70px;
	margin-left: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c4c3c7;
	line-height: 18px;
	background-attachment: fixed;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}
a {
	color: #c4c3c7;
	text-decoration: underline;
}
a:hover {
	color: #c4c3c7;
	text-decoration: none;
}

#header {
	width: 690px;

}
#header_left  {
	float: left;
	margin-left: 20px;
}
#header_right {
	float: right;
	margin-top: 35px;
}
#header_right img {
	margin-right: 20px;
}
#header2 {
	width: 795px;
}
#content {
	width: 690px;
	margin-top: 10px;
	background-color: #121121;
}
#content2 {
	width: 915px;
	margin-top: 10px;
	background-color: #121121;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #633cb5;
	border-right-color: #633cb5;
	border-bottom-color: #633cb5;
	border-left-color: #633cb5;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content2  #about {
	background-image: url(images/img_about.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 350px;
	padding-top: 50px;
}
#content2 #bio {
	background-image: url(images/img_bio.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 350px;
	padding-top: 50px;
}
#content2 #events {
	background-image: url(images/img_events.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 350px;
/*	padding-top: 50px;*/
}
#content2 #links {
	background-image: url(images/img_links.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 350px;
	padding-top: 50px;
}
#content2 #contact {
	background-image: url(images/img_contact.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 350px;
	padding-top: 50px;
}
#content2 #links #linksPad {
	margin-top: 25px;
}

#footer {
	width: 690px;
	color: #ab9be1;
	margin-top: 10px;
	margin-bottom: 50px;
}
#footer_left {
	float: left;
	font-size: 11px;
	margin-left: 20px;
	color: #ab9be1;
}
#footer_right {
	float: right;
	font-size: 10px;
	margin-right: 20px;
	color: #ab9be1;
}
#footer a {
	color: #ab9be1;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #dbdbde;
}

#footer2 {
	width: 795px;
	margin-top: 10px;
	margin-bottom: 50px;
}

#footer2 a {
	color: #ab9be1;
	text-decoration: underline;
}
#footer2 a:hover {
	text-decoration: none;
	color: #dbdbde;
}
.bioImgPad {
	margin-left: 25px;
}

li {
  margin-bottom:5px;
}

.boulderevents {
  font-size: 25px;
}

.bouldertitle {
  font-size: 18px;
}

.bouldercontainer {
  background:#483F78;
  padding:8px;
  -moz-border-radius: 15px;
  border-radius: 15px; 
  font-size:16px;
  line-height:120%;
}

.boulderbio {
float:right;
}

.register {
  background:#483F78;
  padding:6px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  font-size:17px;  
  width:200px;
}

.register a{
  font-size: 20px;
}
</pre></body></html>