/* Globals
---------------------------------------------------- */
body {
	background-color: #3b3b3b;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	text-align: center; /* for IE5 to center container */
}

table {
	border-collapse: collapse;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #ffb400;
}

a:hover {
	color: #999900;
}

p {
	line-height: 18px;
}

/* Container
---------------------------------------------------- */
#bg {
	background: url(../images/body-bg.gif) repeat-y;
	margin: auto;
	width: 1002px;
}

#container {
	background: #000000;
	margin: auto;
	text-align: left; /* for IE5 users to compensate center in body tag */
	width: 994px;
	/* display: table;  must put this in for FireFox. */
}

#ticker {
	color: #fff;
	height: 28px;
  width: 97%;
	padding-top: 6px;
	text-align: right;
}

/* Header
---------------------------------------------------- */
#header {
	background: url(../images/rp-bg-winterjam.jpg) no-repeat;
	height: 673px;
	width: 994px;
}

#header2column {
	background: url(../images/rp-bg-basic-2column.jpg) no-repeat;
	/*height:100%;*/
	min-height:230px;
	width: 994px;
}

#headerBasic {
	background: url(../images/rp-bg-basic.jpg) no-repeat;
	/*height:100%;*/
	min-height:653px;
	width: 994px;
}

#headerAbout {
	background: url(../images/rp-bg-basic-about.jpg) no-repeat;
	/*height:100%;*/
	min-height: 982px;
	width: 994px;
}

#headerJames {
	background: url(../images/rp-bg-basic-jamesfund.jpg) no-repeat;
	/*height:100%;*/
	min-height:653px;
	width: 994px;
}

#nav {
	height: 13px;
	width: 600px;
	padding: 182px 0 0 52px;
}


/* Body
---------------------------------------------------- */
#wrapper{
	width: 100%;
	padding-top: 20px;
}

#banner {
	height: 272px;
	width: 100%;
	margin-top: 40px;
}

#buyNow {
	float: left;
	width: 269px;
	height: 66px;
	margin-top: 95px;
}

#columnLeft {
	float: left;
	width: 360px;
	padding-left: 46px;
}

#columnRight {
	float: right; 
	width: 500px;
	padding-right: 20px;
}

#columnMain { /* for 'basic' template */
	color: #fff;
	float: left;
	width: 540px;
	padding-left: 50px;
}

#columnMain2column { /* for About page template */
	color: #fff;
	float: left;
	width: 230px;
	padding-left: 50px;
}

#columnMainAbout { /* for About page template */
	color: #fff;
	float: left;
	width: 440px;
	padding-left: 50px;
}

#columnMainJames { /* for About page template */
	color: #fff;
	float: left;
	width: 410px;
	padding: 90px 0 0 50px;
}

#columnSide { /* for 'basic' template */
	float: right; 
	width: 250px;
	padding-right: 50px;
}

#columnSide2column { /* for 'basic' template */
	color: #fff;
	float: right; 
	width: 660px;
	padding: 26px 0 0 0;
}

#columnSideJames { /* for James Fund page template */
	float: right; 
	width: 494px;
	padding: 280px 20px 0 0;
}

#events {
	float: left;
	width: 300px;
}

#icons {
	height: 64px;
	width: 100%;
	margin-top: 40px;
}

#icons img {
	padding: 0 8px;
}

#jamesFundBox {
	background: url(../images/james-fund-child.jpg) no-repeat;
	width: 954px;
	height: 610px;
	margin: 40px 0 0 50px;
}

#jamesFundText {
	color: #fff;
	width: 676px;
	margin-left: 242px;
}

#musicPlayer {
	float: left;
	width: 220px;
	height: 160px;
	margin: 120px 0 0 20px;
}

#musicPlayerJames {
	float: right;
	width: 220px;
	height: 160px;
}

#photos {
	width: 100%;
}

#signup {
	color: #fff;
	float: right;
	width: 170px;
	margin-top: 30px;
}

#signupForm {
	color: #fff;
	width: 300px;
}

#videoPlayer {
	float: left;
	width: 320px;
	height: 235px;
	margin: 50px 0 0 10px;
}

/* Footer
---------------------------------------------------- */
#footer {
	clear: both;
	color: #fff;
	padding: 40px 0;
}

/* Misc
---------------------------------------------------- */
.clearfloat {
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.blogsitesummary li {
	list-style: square;
}

#ccm {
	padding: 90px 0 0 275px;
	width: 266px;
	height: 76px;
}

#promo {
	padding: 27px 0 0 23px;
	width: 480px;
	height: 100px;
}