body {
	margin: 0 0 1em;
	padding: 0;
	color: #FFF;
	background-color: #000;
	font: 13px/19px Arial, Helvetica, sans-serif;
}

p, h2, h3 {
	margin: 0 0 1em;
	padding: 0;
}

a {
	color: #FF960C;
	text-decoration: none;
	outline: none;
}

a:hover { text-decoration: underline; }

img { border: none; }

#header {
	position: relative;
	margin: 0 auto;
	width: 880px;
	height: 377px;
	background: url("../images/header.jpg") no-repeat;
}

#header h2 {
	position: absolute;
	top: 29px;
	right: 0px;
	width: 150px;
	height: 23px;
	background: url("../images/roland_logo.gif") no-repeat;
}

#header h2 a {
	display: block;
	width: 150px;
	height: 23px;
}

#header h1, #header h2 a span { display: none; }

#bottom { background: url("../images/bottom_tile.gif") repeat-x; }

#content {
	margin: 0 auto;
	padding-top: 44px;
	width: 880px;
}

#left {
	float: left;
	width: 640px;
}

#left p.intro {
	width: 616px;
	margin-bottom: 22px;
	font-size: 14px;
}

#left p span {
	font-size: 15px;
	color: #646065;
}

#left ul#feed {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 616px;
}

#left ul#feed li {
	margin:  0 0 1em 0;
	padding:  0 0 .4em 0;
	border-bottom: #202020 1px solid;
}

#left ul#feed li img {
	float: right;
	margin-left: 1.2em;
	border: none;
}

#left ul#feed li h3 {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	color: #646065;
}

#left ul#feed li h3 a {
	text-decoration: none;
	color: #646065;
}

#left ul#feed li h3 a:hover { color: #777378; }
#left ul#feed li p { margin-bottom: .8em; }

#left ul#feed li p.date {
	margin-bottom: .4em;
	font-size: 14px;
	font-style: italic;
	color: #373438;
}

#left ul#feed li p.announcement {
	padding-left: 8px;
	font-style: italic;
	color: #646065;
	border-left: 4px solid #202020;
}

#left ul#feed li p.icon {
	clear: left;
	margin-bottom: .5em;
	padding-left: 24px;
}

#left ul#feed li p.quicktime { background: url("../images/quicktime_icon.gif") no-repeat; }
#left ul#feed li p.ipod { background: url("../images/ipod_icon.gif") no-repeat; }
#left ul#feed li p.download { background: url("../images/download_icon.gif") no-repeat; }
#left ul#feed li p.pdf { background: url("../images/pdf_icon.gif") no-repeat; }

#right {
	float: left;
	width: 240px;
	background: url("../images/sidebar_bg.gif") no-repeat;
}

#right #insider {
	padding: 18px 20px 24px;
}

#right h3 {
	margin-bottom: .4em;
	padding-bottom: .3em;
	color: #FF960C;
	font-size: 14px;
	border-bottom: #202020 1px solid;
}

#right p {
	margin-bottom: .6em;
	color: #646065;
}

#right a { color: #FFF; }


#right #insider dl, #right #insider form {
	margin: 0;
	padding: 0;
}

#right #insider input { margin: 0; }

#right #insider dl dt, #right #insider dl dd {
	margin: 0;
	padding: 0;
	float: left;
}

#right #insider dl dd {
	margin: 0 0 0 8px;
	padding: 1px 0 0 0;
}

#right #starter_book p.cover { text-align: center; }

#right #starter_book, #right #hudson, #right #feedback, #right #friend_jam {
	padding: 0 20px 24px;
}

#footer {
	clear: left;
	text-align: center;
	color: #373438;
}

.cb { clear: both; }

