body {
	background-color: white;
	font-family: Century Gothic, ITC Franklin Gothic;
	color: black;
	font-size: 11pt;
}

h1 {
	padding: 4px;
	font-family: Century Gothic, ITC Franklin Gothic;
	FONT-VARIANT: SMALL-CAPS;
	letter-spacing: 15px;
}

h2 {
	font-family: Century Gothic, ITC Franklin Gothic;
	letter-spacing: 5px;
}

u {
	background-image: url(underline.jpg);
	text-decoration: none;
}

b {
	color: #902424;
}

a:link {
	text-decoration: none;
	color: #902424;
}

a:hover {
	background-image: url(underline.jpg);
	text-decoration: none;
	color: #902424;
}

a:active {
	background-image: url(underline.jpg);
	text-decoration: none;
	color: #902424;
}

a:visited {
	text-decoration: none;
	color: #902424;
	font-weight: bold;
}

img {
	border: 0px;
	text-decoration: none;
}

.mainmenu {
	position: absolute;
	bottom: 5%;
	right: 25%;
}

.sidemenu {
	position: absolute;
	top: 7%;
	right: 0%;
	z-index: 1;
}

.credit {
	position: relative;
	bottom: 0px;
	text-align: center;
	font-size: 8pt;
	padding-bottom: 5px;
}

.main {
	position: absolute; 
	top: 7%;
	left: 5%;
	text-align: left;
	width: 75%;
	overflow: wrap;
	z-index: 2;
}

.imglink {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

li {
	list-style: disc url(bullet-wings.jpg);
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}


div#rb-redbubble-clothing img
  {
    border: none;
  }
div#rb-redbubble-clothing
  {
    width: 100%;
    float: left; 
    clear: both;
  }
div#rb-redbubble-clothing ul
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
  }
div#rb-redbubble-clothing ul li
  {
    display: block;
    float: left;
    width: 139px;
    height: 180px;
    margin: 0 8px 8px 0;
    padding: 0 0 8px 0;
  }
div#rb-redbubble-clothing ul li a.rb-thumbnail img
  {
    width: 135px;
    height: 135px;
    padding: 2px;
    background: white;
    border: 1px solid #ccc;
  }
div#rb-redbubble-clothing ul li a
  {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
  }