body {
    margin: 0 0 0 0;
    background-color: #6F6F6F;
    background-image: url(images/page_bg.jpg);
    background-repeat: repeat-x;
    font-family: Tahoma, Arial, sans-serif;
}
#yellow {
    height: 7px;
    background-color: #FFDB49;
    background-image: url(images/grad_yellow.jpg);
}
#topbar {
    background-color: #990002;
    background-image: url(images/grad_red.jpg);
    background-repeat: repeat-x;
    height: 25px;
}
#header {
    background-image: url(images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #434343;
    height: 215px;
}
#people {
    background-image: url(images/people.png);
    height: 220px;
    padding-top: 30px;
    background-repeat: repeat-x;
    background-position: center 45px;
}
#jugglers {
    position: absolute;
    right: 80px;
    background-image: url(images/jugglers.png);
    width: 453px;
    height: 196px;
}
#logo {
    font-size: x-small;
    text-indent: -10000px;
    margin: 0;
    padding: 0;
    width: 367px;
    height: 145px;
    background-image: url(images/gravity_vomit.png);
    position: absolute;
    top: 5px;
    left: 10px;
}
a#joinlink {
    background-image: url(images/join_us.png);
    height: 83px;
    width: 140px;
    position: absolute;
    right: 127px;
    top: 130px;
    text-indent: -10000px;
}
#nav {
    background-color: #393939;
    text-align: center;
    margin-bottom: 35px;
}
#nav ul {
    padding: 6px 0px;
    list-style: none;
    margin: 0px auto;
}
#nav ul li {
    display: inline;
    padding: 0px 15px;
}
#nav a:link, #nav a:visited {
    color: #CCC;
    text-decoration: none;
    padding-bottom: 3px;
}
#nav a:hover, #nav a:active {
    color: #FFCE0A;
    text-decoration: none;
    border-bottom: 3px solid #FFF;
}
h2 {
    margin-left: 30px;
    background-color: #222;
    background-image: url(images/ry_stripes.jpg);
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 20px;
    color: #FFF;
    font-size: 110%;
    font-weight: normal;
}
h2 span {
    font-size: 60%;
    color: #666;
    margin-left: 30px;
}

a:link, a:visited {
    color: #FFFFCC;
    text-decoration: none;
}
a:hover, a:active {
    color: #FFF;
}
.section {
    clear: both;
}
.photogallery {
	margin: 0.5em 0.5em 0 0;
	padding: 0.5em;	
	width: 140px;
	height: 180px;
	float: left;
	text-align: center;
}
.photogallery h3 {
	font-size: 110%;
	}
.photogallery h3 a{
	text-decoration: none;
	color: #666;	
}
.photogallery img {
	display: block;
	padding: 3px;
	margin: 3px;
	background: #fff;
	border: 1px solid #ccc;
}
.photogallery dl {
	margin: 0;
	padding: 0;
}
.photogallery dd {
	padding: 0;
	margin: 0;
	font-size: 85%;
	color: #333;
}
p {
    margin-left: 50px;
    font-size: 85%;
    color: #FFF;
}
.right {
    float: right;
}
img .right {
    margin-left: 20px;
}
