@charset "UTF-8";
/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, {
	margin: 0;
	padding: 0;

}


body {
	background-color:#a3c2c6;
	color:#333;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	text-align:center;
	
}

a {
	color: #666;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
	
#fullwrapper{
	position:relative;
	width: 900px;
	margin:0 auto;
	border:none;
}


#rightpillar{
	float:right;
	width:214px;
	height:650px;
	text-align:left;
	
		margin: 0px;
		border:none;
		font-size:16px;
}

#menu{
}

	

#wrapper {
	position:relative;
	border:#646464 outset thin;
	width: 650px;
	

	margin:0px;
	text-align:center;
}

#main{
	text-align:left;
	width: 562px;
	height: 148px;
    /*border:#646464 outset thin;*/
	/*background-image:url(../img/textbar.jpg);
	background-repeat:no-repeat;*/
	margin:468px auto;
	
}

#text{
	padding:10px;
	font-size:14px;
}

#links{
	float:right;
	width:300px;
	text-align:right;
	padding-right:25px;
}

#paypal{
	float:left;
	width:200px;
	padding-left:10px;
}




#contentright{
	float: right;
	margin-top:195px;
	width:225px;
	color: 0c3a71;
}

#titleleft{
	float:left;
	width:353;
	text-align:left;
}
	
#title {
	text-align:right;

}



#contentleft{
	width: 410px;
	font-family: Helvetica;
	text-align:center;
	padding-top:20px;
}

#fadeshow1{
	
	
}

#lefttextbox {
	float: left;
	width: 350px;
}

.largeheader{
	text-decoration: underline;
	font-size:20px;
}


.newstitle {
	font-weight:bold;
	text-align:right;
}

.photo {
	color:#000;
	border:#000 2px solid;
	
}
.photo a{
	color:#000;
	border:thick #000 solid;
	
}

.movieimage{
	border:#000 thick;
}

.movieimage a{
	border:#000 thick;
}

#tracks{
	position: relative;
	width:600px;
	margin:auto;
	text-align:left;
}

.grand {
	font-size: 54px;
	
}

.heading{
	font-size:16px;
}

.image {
	padding-right:15px;
}

#foot{
	color:#666;
	width:100%;
	text-align:left;
	font-size:10px;
	margin-top:30px;
}

#social{
	text-align:right;
	float: right;
	width: 200px;
	align: right;
	

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

li{
	color:#666;
}