#home-content {
	position: relative;
	height: 180px;
	padding-top: 20px;
	width: 100%;
}

#home-left, #featured-gallery {
	clear: left;
	float: left;
	width: 465px;
	margin-right: 10px;
}

/* Gallery */
#featured-gallery {
	position: relative;
	height: 180px;
}

featured-gallery:after {
	content: '';
	display: block;
	height: 0px;
	clear: both;	
}

#home-right, #word-cloud {
	float: right;
	width: 283px;
	height: 180px;
	margin-left: 10px;
}

/* Word Cloud */
#word-cloud .word-cloud {
	position: relative;
	list-style: none;
	list-style-position: outside;
}
#word-cloud .word-cloud li {
	position: absolute;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	top: 0px;
	left: 0px;
}

#word-cloud .word-cloud li.word-1 {top: 80px; left: 80px;}
#word-cloud .word-cloud li.word-2 {top: 66px; left: 110px;}
#word-cloud .word-cloud li.word-3 {top: 95px; left: 124px;}
#word-cloud .word-cloud li.word-4 {top: 108px; left: 10px;}
#word-cloud .word-cloud li.word-5 {top: 94px; left: 48px;}
#word-cloud .word-cloud li.word-6 {top: 65px; left: 44px;}
#word-cloud .word-cloud li.word-7 {top: 122px; left: 120px;}
#word-cloud .word-cloud li.word-8 {top: 135px; left: 40px;}
#word-cloud .word-cloud li.word-9 {top: 80px; left: 147px;}
#word-cloud .word-cloud li.word-10 {top: 110px; left: 160px;}
#word-cloud .word-cloud li.word-11 {top: 140px; left: 170px;}
#word-cloud .word-cloud li.word-12 {top: 52px; left: 70px;}
#word-cloud .word-cloud li.word-13 {top: 38px; left: 100px;}
#word-cloud .word-cloud li.word-14 {top: 18px; left: 50px;}
#word-cloud .word-cloud li.word-15 {top: 36px; left: 20px;}
#word-cloud .word-cloud li.word-16 {top: 6px; left: 130px;}

#page-description {
	margin-bottom: 1.15em;
	height: 251px;
}

#second-div{
 float: left;
 height: auto;
}

#third-div{
 float: left;
 height: auto;
}

#fourth-div{
 float: left;
}

#page-description{
 width: 455px;
 float: left;
}

#online-chat{
 width: 290px;
 float:left;
 padding-left: 20px;
}

/* Online Chat */
#online-chat p {
	text-align: center;
}

#notice-board{
 width: 455px;
 float:left;
 height:auto;
}

#memorabilia{
 width: 280px;
 float:left;
 padding-left: 20px;
}

/* Notice Board */
#notice-board {
	margin-bottom: 0.3em;
        height: auto;
}

#notice-board:after {
	content: '';
	display: block;
	height: 0px;
	clear: both;
}

#notice-board .latest-news {
	overflow: hidden;
	height: 136px;
	margin-bottom: 2em;
}
	
#notice-board .latest-news img{
	float: left;
	margin-right: 20px;
	margin-bottom: 16px;
}

#notice-board .news-thumb-left {
	float: left;
	width: 222px;
	margin-right: 10px;
        height: auto;
}

#notice-board .news-thumb-right {
	float: right;
	width: 222px;
        height: auto;
}

#notice-board .news-thumb {
	clear: both;
	overflow: hidden;
	margin-bottom: 1.3em;
	height: auto;
}

#notice-board .news-thumb:after {
	content: '';
	display: block;
	height: 0px;
	clear: both;
}

#notice-board .news-thumb p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#notice-board .news-thumb img {
	float: left;
	margin-right: 10px;
}

#notice-board .news-thumb h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* Memorabilia */

#memorabilia {
	width: 290px;
}

#memorabilia:after {
	content: '';
	display: block;
	height: 0px;
	clear: both;
}

#memorabilia .scroller-group .product {
	float: left;
	width: 141px;
	text-align: center;
	height: 100px;
	margin-bottom: 20px;
}

#signup{
	width: 450px;
	float: left;
	float:left;
}
/* Crossing The Bar */
#crossing-the-bar {
	width: 290px;
	float:left;
	padding-left: 20px;
}

#crossing-the-bar img {
	float: left;
	margin-right: 10px;	
}

#nav{
	width: 300px;
	background-color: #FFF;
}

#nav div{
 float: left;
 padding: 5px;
}


#previous a{
 
  color: #00163B;
  font-size: 10px;
}

#next a{
  color: #FFF;
  font-size: 10px;
}


#close a{
 color: #00163B;
 font-size: 10px;
}

#pic_caption p{
 padding: 5px;
}




