body {
    font-family:"Baskerville Old Face", "Times New Roman", Times, serif;
    font-size: 13px;
    text-align: center;
    background: #5d5d5d url(images/page_bg.jpg);
    margin: 0px;
    padding: 10px;
}

html, #wrapper, h1 {
    margin: 0px;
    padding: 0px;
}

img { border: 0px; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 755px;
    position: relative;
	
}

h1, h2, h3 {
    font-size: 14px;
}


h1 {
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

h2 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

h3 {
    padding: 4px 0px 0px 0px;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 0px;
}

.left {
    float: left;
    margin: 5px 20px 0px 0px
	display: inline;
}

.right {
    float: right;
    margin: 0px 0px 0px 20px;
	display: inline;
}

.readmore {
    text-align: right;
}

 /* page layout */



#body {
   ! background: url(images/body_bg.gif) repeat-y;

	/*margin-left:13px;*/
	padding-bottom: 10px;
}


#bodywide {
    background: url(images/body_bg_sepiagrad.gif) repeat-y;
	/*margin-top: 10px;*/
	margin-left:18px;
    padding-bottom: 10px;
}


#body p {
    background: white;
}

/*main menu block back*/

#nav {
    position: absolute;
    top: 24px;
    left: 260px;
    width: 475px;
	height:35px;
	!background: url(images/nav.png) repeat-x;
}

#nav ul{
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
}

#nav li{
	padding: 7px 16px 0px 16px;
	margin: 0px;
	height:35px;
	list-style-type: square;
	list-style-position: inside;
	float:left;
	border-right: 0px solid #FFFFFF;
	display:inline;
}

.lastchild{border-right: 0px none #FFFFFF !important;}

#nav a{
/*main menu text*/

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	color: #996666;
	text-decoration: none;
}

#nav a:hover{
	color:#CC00FF;
}

/*concert boxes*/

#current {
    float: left;
    width: 240px;
    margin-left: 5px;
    margin-top: -5px;
	margin-bottom: 10px;
   ! /*background: url(images/menu_bg.gif) repeat-y;*/
	display: inline;
}


/*right text position*/

#content {
    float: right;
    width: 450px;
    padding-top: 40px;
    margin-right: 35px;
	display: inline;
}

#contentwide {
    float: right;
    width: 680px;
    padding-top: 40px;
    margin-right: 35px;
	display: inline;
}

#footer {
    background: url(images/body_b_grad.gif) no-repeat ;
	background-position:18px;
    text-align: center;
    padding-right: 20px;
    padding-left: 485px;
    padding-bottom: 10px;
}

#copyright {
    position: relative;
    top: -8px;
    color: #989898;
}

/*concerts text*/

!#current .nav {
    margin: 21px 20px 24px 15px;
}

#current ul {
    border: 0px solid #8497c2;
    margin: 0px;
    padding: 0px;
}

#current li {
	font-family:"Baskerville Old Face", "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
    list-style: none;
    border: 0px solid #CCFFFF;
    !background:  url(images/bitline.png) left center;
    padding: 0px 0px 0px 13px;
    margin: 3px;
}

#current li.readmore {
    text-align: right;
    background-image: none;
}

#current ul a {
    color: #663333;
    text-decoration:none;
    display: block;
    padding: 12px 20px 4px 0px;
}

#current ul a:hover {
    color:#CC00FF;
}

#current .readmore {
    padding: 13px 4px 4px 40px;
}


#current .readmore a {
    text-decoration: underline;
    display: inline;
}

/*concerts title*/

#currenttitle {
    position: absolute;
    left: 30px;
    top: 420px;
}

/* page content */

#content h2 {
    line-height: 1;
    margin: 0px;
    padding: 20px 0px 0px 0px;
}

#content h3 {
	margin: 10px 0px;
	padding: 0px;
	text-transform: capitalize;
}

#content p {
    margin: 10px 0px;
    padding: 0px;    
}
/*border grey*/
#content .contentbox {
    border: 0px solid #CFCFCF;
    padding: 5px 20px 10px 20px;
}

#contentwide .contentbox {
    border: 0px solid #CFCFCF;
    padding: 5px 20px 10px 20px;
}

/*body text colour */

#content, #content a, #contentwide {
    color: #330033;
}

#content a:hover {
    color:#CC00FF;
}


