html, body
{
	margin: 0;
	padding: 0;
}

body
{
	text-alignment: center;
	position: relative;	
}

h1
{
	font-size: 20px;
	font-weight: normal;
	margin: 11px 0 2px 0;
}

a
{
	outline: none;
}

hr
{
	border-style: solid;
	border-width: 1px 0 0 0;
	height: 0;
	border-color: #fff;
}

.bold,
.active,
.summary
{
	font-weight: bold;
}

a img
{
	border: none;
}

#top
{
	background: url(/composer/images/topline.gif) repeat-x;
	height: 37px;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
}

#logo
{
	margin-left: 11px;
	margin-top: 27px;
}

#main_container
{
	margin: 0 auto;
	width: 1027px;
	position: relative;
	z-index: 2;
}

#header_container
{
	background: url(/composer/images/topleft.jpg) no-repeat top left;
	margin-top: 24px;
}

#header
{
	background: url(/composer/images/topright.jpg) no-repeat top right;
	margin-left: 30px;
	height: 60px;
}

#main-menu ul
{
	list-style-image: none;	
	margin: 10px 0 0 -6px;
	padding: 0;	
	position: absolute;
}

#main-menu ul li
{
	padding: 0;
	margin: 0 1px 0 0;
	display: inline;
	position: relative;
}

#main-menu ul li,
#main-menu ul li a
{
	font-family: arial;
	font-size: 12px;
	color: #505051;
	text-decoration: none;
}

#main-menu ul li ul
{
	position: absolute;
	height: 28px;
	max-height: 28px;
	overflow: hidden;
	width: 1000px;
	left: 0;
	top: 19px;
	z-index: 4;
}

#main-menu ul li ul li
{
	margin: 0;
	padding: 0;
	padding-right: 8px;
	display: inline;
	float: left;
	background: url(/composer/images/submenu-center.jpg) repeat-x top left;
	height: 28px;
	padding-top: 4px;
	
}

#main-menu ul li ul li,
#main-menu ul li ul li a
{
	font-family: arial;
	font-size: 12px;
	color: #F8F8F8;
	text-decoration: none;
}

.submenu-left
{
	background: url(/composer/images/submenu-left.jpg) no-repeat top left;
	width: 13px;
	height: 28px;
	display: inline;
	float: left;
}

.submenu-right
{
	background: url(/composer/images/submenu-right.jpg) no-repeat top left;
	width: 12px;
	height: 28px;
	display: inline;
	float: left;
}

#login
{
	font-family: arial;
	font-size: 10px;
	color: #505051;
	width: 170px;
	height: 17px;
	position: absolute;
	right: 22px;
	top: 110px;
}

#login input
{
	background: url(/composer/images/input-bg.jpg) no-repeat top left;
	width: 104px;
	height: 17px;
	border: none;
}


#middle_container
{
	background: url(/composer/images/midleft.jpg) repeat-y top left;
}

#middle
{
	background: url(/composer/images/midright.jpg) repeat-y top right;
	margin-left: 30px;
	min-height: 562px;
	position: relative;
	
	font-family: arial;
	font-size: 12px;
	color: #f8f8f8;
}

#middle a
{
	color: #f8f8f8;
	text-decoration: none;
}

#leftcol
{
	margin-left: 25px;
	margin-top: 35px;
	width: 643px;
	max-width: 643px;
	height: 527px;
	max-height: 527px;
	overflow-y: auto;
	display: inline;
	float: left;	
}

#content
{
	margin: 0;
	padding: 0;
	width: 602px;
	overflow: hidden;
}

#rightcol
{
	display: inline;
	float: left;
	margin-top: 35px;
	margin-left: 35px;
}

#newslist-container ul
{
	list-style-image: url(/composer/images/dash.gif);	
	padding: 0;
	margin: 0 0 16px 16px;
}

#newslist-container ul li
{
	margin-bottom: 16px;
}

#newslist-container ul li div
{
	display: inline-block;
	vertical-align: top;
	max-width: 220px;
}

#banners-container 
{
	padding-top: 16px;	
}

.stretcher
{
	clear: both;
}

	
#footer_container
{
	background: url(/composer/images/bottomleft.jpg) repeat-y bottom left;
	width: 1027px;
	height: 30px;
	position: relative;
}

#footer
{
	background: url(/composer/images/bottomright.jpg) repeat-x bottom right;
	margin-left: 30px;
	height: 30px;
	width: 997px;
	text-align: right;
	position: relative;
}

#footer-text
{
	height: 20px;
	bottom: -25px;
	right: 18px;
	position: absolute;
	
	font-family: arial;
	font-size: 11px;
	color: #505051;
}


p
{
	margin-top: 0;
	padding-top: 0;
}
