body	{
	margin: 0px;
	font: 14px arial, Trebuchet MS1, Helvetica regular;
	background-color: #000;
}
img	{
	border: 0px;
}
a	{
	text-decoration: none;
	color: #821907;
}
#container	{
	margin: 0px auto;
	width: 800px;
	height: 600px;
	text-align: left;
}
#nav	{
	width: 800px;
	height: 74px;
	background: url(../images/header.jpg) no-repeat;
	font: 12px verdana bold;
	position: relative;
}
ul#links	{
	position: absolute;
	right: 0px;
	top: 55px;
	border-bottom: 1px solid #9E4732;
	padding-right: 5px;
}
ul#links li.links	{
	margin: 0px 5px -1px 5px;
	text-transform: uppercase;
	display: inline;
}
#nav	{
	font-weight: bold;
}
a.nav_item	{
	font-weight: bold;
}
a.nav_item:hover	{
	text-decoration: underline;
	color: #000;
}
a.selected	{
	font-weight: bold;
	color: #000;
}

#content	{
	background: #fff url('../images/content_bg.jpg') bottom right no-repeat;
	width: 800px;
}


#footer	{
	clear: both;
	width: 800px;
	height: 25px;
	border-top: 1px solid #9E4732;
	text-align: center;
	padding-top: 5px;
}
#footer ul li	{
	font-family: Arial, Trebuchet MS1, Helvetica;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	border: 0px solid red;
	margin-left: 10px;
	color: #4C4C4C;
}
#footer ul li.phone	{
	margin-left: 20px;
}
#footer ul li.fax	{
	margin-left: 6px;
}
#footer ul li b	{
	color: #CA8C2E;
	margin-right: 4px;
}
#main	{
	padding: 20px 20px 20px 50px;
}
#main	div	{
	border: 0px solid red;
	width: 200px;
	height: auto;
	float: left;
	margin: 0px 40px 50px 0px;
}
#main	div#bottom	{
	width: 220px;
	margin-right: 0px;
}
h3	{
	color: #EF934D;
	font-weight: bold;
	font-family: Arial, Trebuchet MS1, Helvetica;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#testimonials h3	{
	text-transform: none;
}
#main	div p	{
	padding: 5px 0px 5px 0px;
	font-family: Arial, Trebuchet MS1, Helvetica;
	font-size: 12px;
}
a.login	{
	font: 14px impact;
	color: #000;
}
a.login:hover	{
	text-decoration: underline;
}


/*	NEWS BEGIN	*/
ul.news	{
	margin-bottom: 20px;
	width: 700px;
}
ul.news li	{
	font: 13px Arial, verdana, Trebuchet MS1, Helvetica regular;
	background: url('../images/bullet.gif') no-repeat 2px 5px;
	padding: 0px 0px 2px 12px;
	margin-bottom: 5px;
}
/*	NEWS END	*/

/*	COMPOSERS BEGIN	*/
ul.composers	{
	margin-bottom: 20px;
	width: 700px;
}
ul.composers li	{
	font: 13px Arial, verdana, Trebuchet MS1, Helvetica regular;
	padding: 0px 0px 15px 0px;
}
/*	COMPOSERS END	*/

/*	FORM PAGE	*/
td.header	{
	padding-top:10px;
}
a.btn-submit	{
	display:block;
	width:49px;
	height:19px;
	background:url(../images/btn_submit.gif) no-repeat 0 0;
}
a.btn19:hover	{
	background-position:0 -19px;
}
.text-input	{
	width:200px;
}
.check, .radio	{
	float:left;
	margin-top:3px;
	-margin-top:0px;
	margin-right:3px;
	-margin-right:0px;
}
.check-label, .radio-label	{
	float:left;
	margin-right:10px;
	margin-top:2px;
}
