html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #3b3535 url(../images/bg.gif) repeat-x;	
}
	

#wrapper {
	width: 1025px;
	margin: auto;
}

.clear-it {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display:block;
}

a {
  outline: none;
}


/************** Header ****************/


#header1 {
	width: 166px; /*1025*/
	height: 45px; /*102*/
	background: url(../images/header1.gif);
	padding: 57px 0 0 859px;
}

#header2 {
	width: 1025px;
	height: 303px;
	background: url(../images/header2.jpg);
}

/************** Content ****************/

.bold-red {
	font-weight: bold;
	color: #9C3021;	
	text-transform: uppercase;
}

.grey {
	color: #909295;	
}

#content-top {
	width: 1005px; /*1025*/
	background: url(../images/content-bg.gif);
	text-align: right;
	padding: 10px 20px 0 0;
	font: 10px/12px verdana, sans-serif;
	color: #414141;
}

#content {
	width: 925px; /*1025*/
	background: url(../images/content-bg.gif);
	padding: 30px 47px 75px 53px;
	font: 10px/17px verdana, sans-serif;
	color: #414141;
}

#content #content-l {
	float: left;
	display: inline;
	width: 539px;
}

#content #content-l a:link, #content #content-l a:visited {
	color: #636467;
	text-decoration: none;	
}

#content #content-l a:hover {
	color: #454648;
}

#content #content-l #donate {
	background: url(../images/donate-bg.gif);
	width: 451px; /*503*/
	height: 164px; /*192*/
	margin: 0 0 30px 0;
	padding: 28px 32px 0 20px;
}

#content #content-l #donate a:link, #content #content-l #donate a:visited {
	color: #9C3021;
	text-decoration: none;
}

#content #content-l #donate a:hover {
	color: #752418;
}

#content #content-l #donate .big-bold {
	font: bold 10px/14px verdana, sans-serif;
}

#content #content-l #donate #bold-italic {
	padding: 5px 0 0 0;
	font-weight: bold;
	font-style: italic;
}

#content #content-l #donate #text {
	font: 10px/14px verdana, sans-serif;
	margin: 5px 0 0 0;
}

#content #content-l #text {
	padding: 0 0 0 10px;	
}

#content #content-l h2 {
	font: bold 11px/13px verdana, sans-serif;
	margin: 40px 0 3px 0;
	padding: 0;	
}

#content #content-l h2.top {
	margin: 20px 0 3px 0;	
}

#content #content-l .cont-gap {
	margin: 50px 0 0 0;	
}

#content #content-r {
	float: left;
	display: inline;
	width: 288px; /*386*/
	margin: 0 0 0 98px;
}

#content #content-r p {
	padding: 0;
	margin: 3px 0 10px 0;	
}

#content #content-r .right-div {
	width: 286px;
	height: 28px;
	background: url(../images/right-div.gif);	
}

#content #content-r .right-gap {
	height: 3px;
	font-size: 1px;
	line-height: 1px;	
	display: block;
}

#content #content-r .darkred {
	color: #9C3021;
	font-weight: bold;
}


#content #content-r #artists {
	color: #000000;
	font-size: 9px;
}


#content #content-r a:link, #content #content-r a:visited {
	color: #9C3021;
	text-decoration: none;
}

#content #content-r a:hover {
	color: #752418;
}

/************** Footer ****************/

#footer {
	width: 100%;
	height: 50px;
	background: #FFFFFF;
}
