﻿
/*page layout*/

body { 
top:0; 
left:0; 
margin:0; 
padding:0;


scrollbar-face-color: #dad8d8; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color:	#ffffff; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-arrow-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff;
background-color: #ffffff;

background-color: #B92D5B;
} 



/*text styles*/

.big_bold  {
font-family: tahoma;
font-weight: bold;
font-size: xx-large;
}

.normal_bold  {
font-family: tahoma;
font-weight: bold;
font-size: xx-small;
}


.headings_bold  {
font-family: tahoma;
font-weight: bold;
font-size: x-large;
}


.title  {
font-family: tahoma;
font-weight: bold;
font-size: large;
}

 .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }


.italic
{
font-style: italic;
}


a:link.arts {
float:center;
color: #42A5FF; 
font-family:Arial;
font-size:xx-small;
text-decoration: none; 

}
a:visited.arts
{
float:center;
color: #42A5FF; 
text-decoration: none; 
font-family:Arial;
font-size:xx-small;
text-decoration: none; 
}
a:hover.arts 
{
float:center;
color: #EE4611; 
font-family:Arial;
font-size:xx-small;
text-decoration: none;
}
a:active.arts 
{

color: #42A5FF;
font-family:Arial;
font-size:xx-small;
background-color: none; 
text-decoration: none;
}





/*hyperlink colours*/

a:link {color: #42A5FF; text-decoration: none;}
a:visited {color: #42A5FF; text-decoration: none; }
a:hover {color: #EE4611; text-decoration: none; }
a:active {color: #42A5FF; background-color: none; text-decoration: none; }



a:link.facebook {color: #42A5FF; text-decoration: none; font-family:Arial; font-size:1.25em; font-weight:bold;}
a:visited.facebook {color: #42A5FF; text-decoration: none; font-family:Arial; font-size:1.25em; font-weight:bold; }
a:hover.facebook {color: #EE4611; text-decoration: none; font-family:Arial; font-size:1.25em; font-weight:bold; }
a:active.facebook {color: #42A5FF; text-decoration: none; font-family:Arial; font-size:1.25em; font-weight:bold; }




/*main layout page*/

.venues  {

font-family: verdana;
font-size: xx-small;
font-weight: normal;
padding-top:20px;
padding-right: 10px;
}

.main_index  {

font-family: verdana;
font-size: xx-small;
font-weight: normal;
border-left: 0px;
border-bottom: 0px;
border-top: 0px;
border-right: 0px;
}


.main_index_bold  {

font-family: verdana;
font-size: xx-small;
font-weight: bold;
border-left: 0px;
border-bottom: none;
border-top: 0px;
border-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 10px;

}


/*bookmarks*/

.bookmark  {

font-family: verdana;
font-size: .6em;
font-weight: normal;
border-left: 0px;
border-bottom: none;
border-top: 0px;
border-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 1px;

}


/*frame format*/

#main_frame  {
width: 95%;
font-size: x-small;
background-color: #ffffff;
border-left: 1px;
border-bottom: none;
border-top: none;
border-right: none;
padding-top: 15px;
padding-bottom: 10px;
padding-left: 10px;
line-height: 20px;

}


/*page headings*/

#headings {
padding-left: 20px;
font-family: tahoma;
text-transform: uppercase;
font-size: x-small;
font-weight: normal;
text-align: left;
color: #808080;
}


/*page pictures*/




.online_pic
{
background-attachment: scroll; 
background-image: url(../images/online.jpg); 
background-repeat: no-repeat; 
background-position: left; 
padding-top:5px; 

}
