#bannerwrapper {
    position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 915px;
	height: 144px;
}

#logo {
    position: relative;
	display: inline;
	float: left;
	margin-left: 0px;
	width: 77px;
	height: 142px;
	background-image: url(../images/river-logo.gif);
	background-repeat: no-repeat;
}

#destiny {
    position: relative;
	display: inline;
	float: left;
	margin-left: 80px;
	margin-right: 35px;
	width: 222px;
	height: 142px;
}

.socialseparator {
    position: relative;
	display: inline;
	float: left;
	width: 4px;
	height: 142px;
	background-image: url(../images/menu_separator.jpg);
	background-repeat: no-repeat;
    filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}

.social_link {
    position: relative;
	display: inline;
	float: left;
	margin-left: 27px;
	margin-right: 27px;
	cursor: pointer;
}

#facebook {
	width: 42px;
	height: 104px;
	background-image: url(../images/social/social_02.gif);
	background-repeat: no-repeat;
	
}

#facebook:hover {
    background-image: url(../images/social/social_hover_02.gif);
	background-repeat: no-repeat;
}

#twitter {
	width: 41px;
	height: 104px;
	background-image: url(../images/social/social_04.gif);
	background-repeat: no-repeat;
	
}

#twitter:hover {
    background-image: url(../images/social/social_hover_04.gif);
	background-repeat: no-repeat;
}

#youtube {
	width: 42px;
	height: 104px;
	background-image: url(../images/social/social_06.gif);
	background-repeat: no-repeat;
	
}

#youtube:hover {
    background-image: url(../images/social/social_hover_06.gif);
	background-repeat: no-repeat;
}

#flickr {
	width: 40px;
	height: 104px;
	background-image: url(../images/social/social_08.gif);
	background-repeat: no-repeat;
	
}

#flickr:hover {
    background-image: url(../images/social/social_hover_08.gif);
	background-repeat: no-repeat;
}

#myspace {
	width: 40px;
	height: 104px;
	background-image: url(../images/social/social_10.gif);
	background-repeat: no-repeat;
	
}

#myspace:hover {
    background-image: url(../images/social/social_hover_10.gif);
	background-repeat: no-repeat;
}

#wordpress {
	width: 40px;
	height: 104px;
	background-image: url(../images/social/social_12.gif);
	background-repeat: no-repeat;
	
}

#wordpress:hover {
    background-image: url(../images/social/social_hover_12.gif);
	background-repeat: no-repeat;
}

#menurow {
    position: relative;
	width: 915px;
	height: 48px;
	text-align: center;
	color: #555555;
	font-size: 14px;
	padding-left: 5px;
}

.menuseparator {
    position: relative;
	display: inline;
	float: left;
	margin-left: 12px;
	margin-right: 16px;
	width: 3px;
	height: 45px;
	background-image: url(../images/menuseparator.gif);
	background-repeat: no-repeat;
}

a.menulink{
    position: relative;
	display: inline;
	float: left;
    margin-top: 15px;
	color: #555555;
	text-decoration: none;
}

a.menulink:hover {
    color: #990000;
}

