#main {
	width:400px;
	float:right;
	margin-left:-2000px;
}

body{
	background:url(images/blu-grad-bg.jpg);
	font: 13px arial,sans-serif;
	margin:0;
	}

p.boxed-text a {
	text-decoration: none;
	color: orange;
}

p.boxed-text a:hover {
	text-decoration: underline;
	color: yellow;
}
	
p.boxed-text{ 
	padding:10px 30px 0px 30px; 
	line-height: 1.8em;
	text-align:justify;
	color: #262626;
	letter-spacing: 0.1em;
}

	
#logo1{
	background:url(images/synister-logo1.png) no-repeat;
	text-indent:-2000px;
	margin-left:40px;
	height: 80px;
}

#logo2{
	background:url(images/synister-recordings.png) no-repeat;
	text-indent:-2000px;
	margin-left:40px;
}
	
#spiral{
	float:right;
	z-index: 0;
	right: 0;
}	
	
#transbox{
	width:650px;
	margin-left:auto;
	margin-right:auto; 
	position:relative;
	margin-top: 50px;
	z-index: 10;
}
	
#box-top{
	background:url(images/trans-box-top.png) no-repeat;
	padding-bottom: 31px;
}
	
#bodytext{
	background:url(images/trans-box-mid.png) repeat-y;
	position:relative;
	top:31px;
	padding-bottom: 5px;
}
	
#box-bottom{
	background:url(images/trans-box-bottom.png) no-repeat;
	height: 30px;
}

#strapline {
	color: #f90;
	letter-spacing: 0.1em;
	display: block;
	position: fixed;
	bottom: 1px;
	word-spacing: 0.3em;
	right: 10px;
	left: 10px;
	text-align: center;
}

#menubar {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

#menubar li {
	list-style-type: none;
	display: inline;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 2px;
}

#menubar a {
	color: #f90;
	text-decoration: none;
	padding-bottom: 2px;
}

#menubar a:hover {
	color: #fcfe17;
	border-bottom: 2px solid #fcfe17;
}

#menubar li.active {
	border-bottom: 2px solid #f90;
}